Hi I install php 5 and mysql 4.x and mysql 5.x on my windows server. When I try to connect my sql 4 from php myadmin I got access denied for user@localhost USING password : yes
I try command line , and inform if I use mysql -uuser -p , I can login wihtout problem but if I use mysql -uuser@localhost -p , I got access denied error.
What is diffrence between user and user@localhost ? what setting is wrong?