Using Plesk to setup MySQL
Posted
by
chris
on Super User
See other posts from Super User
or by chris
Published on 2012-01-20T09:27:16Z
Indexed on
2012/03/19
23:32 UTC
Read the original article
Hit count: 183
Having trouble getting my mysql up and running on a new virtual server. The host gave me Plesk and I think MySQL is installed but I can't seem to access it.
I keep getting this:
mysql -u admin -p
Enter password:
ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
How do I make sure its running properly? How do I reset the root password? (I have root access to the server)
© Super User or respective owner