Hi,
I have used phpadmin to add a new database, a user, and a localhost at my host as follows:
test
mylogin
mypasswd
%
I have also added data using phpadmin sql function and verified that it is there.
The problem is that when I attempt to access the data via html/php I receive the following message:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'mylogin@localhost' (Using password: YES) in /home/mydomain/public_html/php_/common.inc on line 14
Sorry, could not connect to database server.
Can someone tell me what I might be doing wrong since the same setup works on my linux system without the phpadmin though.
Peter