S
subtype
Guest
My database has the user 'admin' and a default password, which I have no idea what it is. I tried to change the database admin password by following the instructions in the PLESK help file, using the sql command:
mysql> SET PASSWORD for admin = PASSWORD('newpassword');
but I get the the error:
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> SET PASSWORD for admin = PASSWORD('717Godspeed7')' at line 1
What's the deal?
Also, I have to go to DataBase Servers > DbWebAdmin to get to my database, and it is there, but how come it says zero dataabses under all of my domains? How do i add it to a domain?
mysql> SET PASSWORD for admin = PASSWORD('newpassword');
but I get the the error:
MySQL said: Documentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mysql> SET PASSWORD for admin = PASSWORD('717Godspeed7')' at line 1
What's the deal?
Also, I have to go to DataBase Servers > DbWebAdmin to get to my database, and it is there, but how come it says zero dataabses under all of my domains? How do i add it to a domain?