特殊:Badtitle/NS100:MythTV/Install/WhatNext/phpmyadmin

来自Ubuntu中文
Oneleaf留言 | 贡献2007年5月24日 (四) 15:55的版本 (新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/WhatNext/phpmyadmin}} {{Languages|UbuntuHelp:MythTV/Install/WhatNext/phpmyadmin}} ==== phpmyadmin ==== phpmyadmin is a very useful ...)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航跳到搜索
可打印版本不再受到支持且可能有渲染错误。请更新您的浏览器书签并改用浏览器默认打印功能。

{{#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