When I try and connect via http://myipaddress:8080/phpmyadmin or http://myipaddress/phpmyadmin I get 404 Not Found I installed via perfect server ubuntu 9.10. Checking apache2 error logs I found: File does not exist: /var/www/phpmyadmin PHP Notice: Undefined variable: wb in /usr/local/ispconfig/interface/lib/app.inc.php on line 189, referer: http://myipaddress:8080/ Any clues? Thanks
Figured it out, needed to include Include /etc/phpmyadmin/apache.conf in the /etc/apache2/apache2.conf
Just installed ISPC 3 and learning it. I can get to the login page of phpmyadmin, but I am stuck on what to use as the login? I have tried the usr root and its pswd but that didn't work? Also the usr: admin and its pswd doesn't work? Am I thinking to much ISPC 2 maybe????
When you install mysql database during your setup you are asked to make a mysql root password - this is not the same as your operating system root password. The admin password for ISPConfig 3 is only used for logging into the control panel web interface. In phpmyadmin login page you must use the same password you used when setting up mysql on your system. This would be the same password you are prompted for when you type: mysql -u root -p at command line. Good luck.