Clicking on the "phpMyAdmin" link in the below paragraph brings up:
http://www.phpmyadmin.net/home_page/index.php
Don't they mean something like:
http://localhost/phpMyAdmin/ ?
The manual, step 6:
Open the main phpMyAdmin directory in your browser. phpMyAdmin should
now display a welcome screen and your databases, or a login dialog if
using HTTP or cookie authentication mode.
http://www.phpmyadmin.net/documentation/
thanks,
Thufir
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
04-06-2008, 10:37 AM
thufir
phpMyAdmin setup
The following got phpmyadmin working after installing the required
software:
# phpmyadmin -- manually edited
Include /etc/phpmyadmin/apache.conf
thufir@arrakis:~$
thufir@arrakis:~$ sudo /etc/init.d/apache2 restart; sudo /etc/init.d/
mysql restart
* Restarting web server
apache2
apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.1.1 for ServerName
apache2: Could not reliably determine the server's fully qualified domain
name, using 127.0.1.1 for ServerName
[ OK ]
* Stopping MySQL database server
mysqld [ OK ]
* Starting MySQL database server
mysqld [ OK ]
* Checking for corrupt, not cleanly closed and upgrade needing tables.
thufir@arrakis:~$
thufir@arrakis:~$ firefox http://localhost/phpmyadmin/
thufir@arrakis:~$
-Thufir
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users