Image

Imagesk8agrrl wrote in Imagephp

phpmyadmin problems

I tried to install phpmyadmin. I followed the instructions to the letter and while part of the index page shows up, the left hand menu only shows php errors.


Warning: Unable to save MySQL query result in /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php on line 1245

Warning: Cannot add header information - headers already sent by (output started at /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php:1245) in /vol/home/wage/public_html/phpmyadmin/libraries/header_http.inc.php on line 14

Warning: Cannot add header information - headers already sent by (output started at /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php:1245) in /vol/home/wage/public_html/phpmyadmin/libraries/header_http.inc.php on line 15

Warning: Cannot add header information - headers already sent by (output started at /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php:1245) in /vol/home/wage/public_html/phpmyadmin/libraries/header_http.inc.php on line 16

Warning: Cannot add header information - headers already sent by (output started at /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php:1245) in /vol/home/wage/public_html/phpmyadmin/libraries/header_http.inc.php on line 17

Warning: Cannot add header information - headers already sent by (output started at /vol/home/wage/public_html/phpmyadmin/libraries/common.lib.php:1245) in /vol/home/wage/public_html/phpmyadmin/libraries/header_http.inc.php on line 20

Server mysql.database.ednet.co.uk
Error

SQL-query :
SHOW DATABASES ;
MySQL said:
#1045 - Access denied for user: 'xxxx@mehul-04.ednet.co.uk' (Using password: YES)


I can access the database using shell access so i know its there and working but dont know enough about telnet or ssh to communicate with it... i.e. create tables and populate them etc. although i know the sql to do so, I dont know the *nix commands.

Anyone got any ideas?

edit: Forgot to add i'm a complete novice with php


fixed the problem