backpacker
Member
Posted 7 years ago #
I used username 'root',password ' ' according to MySQL default configuration.It worked OK on my local computer but failed when I uploaded them to a remote host.The returned error info. as following:
Erroe
MySQL:
#1045 - Access denied for user: 'root@localhost' (Using password: NO)
How fix it?
backpacker
Member
Posted 7 years ago #
Usually the server's owner (=host company) is the root.
WHat admin interface did you use when created the DB on the remote server? Was it created by you or the host?
backpacker
Member
Posted 7 years ago #
Did you mean using the hosting server's URL or IP as 'localhost' ? And what for username 'root'?
The database MySQL and phpMyAdmin was created myself and uploaded to my hosting server.
Admin inferface?I used rpm.
Thanks a lot.