I am having issues getting phpmyadmin to work with MYSQL.
Basically pc name is Linux, and domain is scott-lewis.d2g.com
I installed phpmyadmin in html directory, and altered the config file accordingly. Left the user as root.
When I go to the url:-
http://www.scott-lewis.d2g.com/php/index.phpI get the error
Host 'Linux.scott-lewis.d2g.com' is not allowed to connect to this MySQL server
Now, I know php is working - heres a test page of all the settings of it:-
http://www.scott-lewis.d2g.com/php/test.phpNow, I have tried altering and adding localhost as the host but localhost is not recognised, even when I type it in the url is gooes to msn search page.
Now, I have tried getting into mysql via command line using:-
shell> mysql -h host -u user -p
I enter the password I have of root - and it wont let me in.
Any ideas???
Is this a issues with mysql or e-smith v5.0.3. ALso tried on v5.1.2.
Scott