特殊:Badtitle/NS100:MythTV/Install/WhatNext/phpmyadmin:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Oneleaf留言 | 贡献
新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/WhatNext/phpmyadmin}} {{Languages|UbuntuHelp:MythTV/Install/WhatNext/phpmyadmin}} ==== phpmyadmin ==== phpmyadmin is a very useful ...
 
Wikibot留言 | 贡献
无编辑摘要
 
第3行: 第3行:
==== phpmyadmin ====
==== phpmyadmin ====
phpmyadmin is a very useful tool for administering a mysql server.  If you ever run into something that you need to directly modify in the mysql tables, but don't want to go through the trouble of learning mysql commands by hand, phpmyadmin will help.  It has a web interface that will allow manipulation of tables, backup, privilege admustment and almost everything done by CLI.
phpmyadmin is a very useful tool for administering a mysql server.  If you ever run into something that you need to directly modify in the mysql tables, but don't want to go through the trouble of learning mysql commands by hand, phpmyadmin will help.  It has a web interface that will allow manipulation of tables, backup, privilege admustment and almost everything done by CLI.
Once you install phpmyadmin, I would recommend you secure your root password for it from within the interface.
Once you install phpmyadmin, I would recommend you secure your root password for it from within the interface.
To install it,  
To install it,  
<pre><nowiki>
<pre><nowiki>
sudo apt-get install apache2
sudo apt-get install apache2
sudo apt-get install phpmyadmin
sudo apt-get install phpmyadmin
</nowiki></pre>
</nowiki></pre>
If you haven't installed mythweb prior to phpmyadmin, you will also need to do install a php support library for apache.  Mythweb depends on php4, by default.  Either php4 or 5 may be used, however.
If you haven't installed mythweb prior to phpmyadmin, you will also need to do install a php support library for apache.  Mythweb depends on php4, by default.  Either php4 or 5 may be used, however.
To install the php5 library:
To install the php5 library:
第18行: 第14行:
sudo apt-get install libapache2-mod-php5
sudo apt-get install libapache2-mod-php5
</nowiki></pre>
</nowiki></pre>
phpmyadmin will then be accessible by going to
phpmyadmin will then be accessible by going to
http://localhost/phpmyadmin
http://localhost/phpmyadmin


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 20:44的最新版本

{{#ifexist: :MythTV/Install/WhatNext/phpmyadmin/zh | | {{#ifexist: MythTV/Install/WhatNext/phpmyadmin/zh | | {{#ifeq: {{#titleparts:MythTV/Install/WhatNext/phpmyadmin|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:MythTV/Install/WhatNext/phpmyadmin|1|-1|}} | zh | | }}

phpmyadmin

phpmyadmin is a very useful tool for administering a mysql server. If you ever run into something that you need to directly modify in the mysql tables, but don't want to go through the trouble of learning mysql commands by hand, phpmyadmin will help. It has a web interface that will allow manipulation of tables, backup, privilege admustment and almost everything done by CLI. Once you install phpmyadmin, I would recommend you secure your root password for it from within the interface. To install it,

sudo apt-get install apache2
sudo apt-get install phpmyadmin

If you haven't installed mythweb prior to phpmyadmin, you will also need to do install a php support library for apache. Mythweb depends on php4, by default. Either php4 or 5 may be used, however. To install the php5 library:

sudo apt-get install libapache2-mod-php5

phpmyadmin will then be accessible by going to http://localhost/phpmyadmin