个人工具

“UbuntuHelp:MythTV/Install/WhatNext/phpmyadmin”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/MythTV/Install/WhatNext/phpmyadmin}} {{Languages|UbuntuHelp:MythTV/Install/WhatNext/phpmyadmin}} ==== phpmyadmin ==== phpmyadmin is a very useful ...)
 
 
第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的最新版本

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