![]() |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
IP: 153.99.36.183
|
|||
|
|||
|
1. 系统是ubuntu 12.04 ,使用ubuntu软件中心安装的phpMyAdmin;
2. 这个时候我们需要修改phpMyAdmin中的config.inc.php文件,这个文件的具体位置在/etc/phpmyadmin/config.inc.php; 3. 找到它之中的$cfg['Servers'][$i]['controluser']与$cfg['Servers'][$i]['controlpass']两个选项分别修改为你的MySql的用户名和密码; 4. 你可以直接修改也可以去修改它引用的变量$dbuser和$dbpass所在的配置文件,这两个变量所在的文件是当前目录下的config-db.php。 最后重启phpMyAdmin就可以了 |
| Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|