phpMyAdmin Problem

jaross18

New member
Joined
May 16, 2007
Messages
4
Location
Fargo, North Dakota
Just intsalled directadmin and I can't access phpMyAdmin.

http://localhost/phpMyAdmin -- Does not work
http://69.60.125.93/phpMyAdmin -- Does not work
http://northerntechonline.com/phpMyAdmin -- Does not work

I get an HTTP 404 Error

In /var/www/html there is a phpMyAdmin file but it is not a folder.

Apache Error Log:
[Wed May 16 07:39:14 2007] [error] [client 165.234.180.59] File does not exist: /var/www/html/phpMyAdmin//
[Wed May 16 07:47:46 2007] [error] [client 165.234.180.59] File does not exist: /var/www/html/phpMyAdmin/
[Wed May 16 07:47:50 2007] [error] [client 165.234.180.59] File does not exist: /var/www/html/phpMyAdmin//


Is there away that I can reinstall phpMyAdmin and see if it works?
 
run /usr/local/directadmin/scripts/phpMyAdmin.sh to reinstall clean

Also check to make sure the phpMyAdmin alias is in your httpd.conf file
 
gzip tar Error

Now I'm receiving an error:

./phpMyAdmin.sh

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error exit delayed from previous errors
 
jaross18, do this:
Code:
cd /usr/local/directadmin/scripts
rm -rf *tar.gz*
./phpMyAdmin.sh
 
Back
Top