Recently when Ubuntu 12.04 was developed with PhpmyAdmin, Connection for Controluser as defined in your Configuration failed after logging in
This tip, when I looked it up, was an extension to the new PHpmyAdmin version, and I didn’t enable it.
Now take a look at your own steps:
1. In the usr/share/doc/phpmyadmin/examples find create_table. SQL. Gz, decompression
Sudo Gzip create_table.sql.gz can then import the SQL file directly from phpmyAdmin
2. After successful import, go to the directory etc/phpmyadmin and modify config.inc. PHP
$dbuser = ‘phpmyadmin’;
$dbpass=’ password ‘;
$basepath=”;
$dbname=’phpmyadmin’;
$dbserver=”;
$dbport=”;
$dbtype=’mysql’;
// So I changed the next two lines
$dbuser = ‘phpmyadmin’;
$dbpass=’ password ‘; // change the password to the corresponding user
3. Restart apache server after modification
The error message will disappear,
This tip, when I looked it up, was an extension to the new PHpmyAdmin version, and I didn’t enable it.
Now take a look at your own steps:
1. In the usr/share/doc/phpmyadmin/examples find create_table. SQL. Gz, decompression
Sudo Gzip create_table.sql.gz can then import the SQL file directly from phpmyAdmin
2. After successful import, go to the directory etc/phpmyadmin and modify config.inc. PHP
$dbuser = ‘phpmyadmin’;
$dbpass=’ password ‘;
$basepath=”;
$dbname=’phpmyadmin’;
$dbserver=”;
$dbport=”;
$dbtype=’mysql’;
// So I changed the next two lines
$dbuser = ‘phpmyadmin’;
$dbpass=’ password ‘; // change the password to the corresponding user
3. Restart apache server after modification
The error message will disappear,
Reference:
http://ckwsteven.pixnet.net/blog/post/27469170-phpmyadmin%E9%8C%AF%E8%AA%A4%E8%A8%8A%E6%81%AF%EF%BC%9A-connection-for-controluser-as-defi
http://www.rvdavid.net/how-to-fix-phpmyadmin-error-connection-for-controluser-as-defined-in-your-configuration-failed/
http://wiki.phpmyadmin.net/pma/pmadb
Read More:
- Connection for controluser as defined in your configuration failed phpmyadmin xampp
- Connection for controluser as defined in your configuration failed.
- PhpMyAdmin localhost only displays the codes of configuration
- Ubuntu network configuration+Fixing “Failed to bring up eth0” in Ubuntu
- Failed to set session cookie. Maybe you are using HTTP instead of HTTPS to access phpMyAdmin.
- Ubuntu 20.04 GPG: KeyServer receive failed: connection timed out when installing ROS configuration key
- [vulnerability recurrence] phpMyAdmin scripts / setup.php deserialization vulnerability (wooyun-2016-199433)
- How to Fix java.net.ConnectException: Connection refused: connect
- How to Fix Node.js connection to MYSQL error.
- In the XML configuration file of spring jdbc.properties The connection to the database failed due to garbled code
- How to Fix adb_server_notify: ADB server connection failed
- This application has no explicit mapping for /error, so you are seeing this as a fallback (How to Fix)
- Git command line configuration and configuration file to solve clone error libressl_ connect: SSL_ ERROR_ SYSCALL in connection to github. com:443
- express nodejs Failed to lookup view error in views directory (How to Fix)
- OpenGL configuration under CodeBlocks in Ubuntu
- OpenGL configuration file, as well as unable to parse the file solution
- Ubuntu 20.04 connection failed activation of network connection failed
- How to Fix ”is not in the sudoers file“ in Linux
- Connection between PHP 7.4 and MySQL (MariaDB) under Ubuntu (kali Linux)
- Solutions to network connection problems in Ubuntu 16.04.3