Newbie needs help!
Posted: Tue Mar 18, 2003 2:57 pm
Ok so I start mysql
then type, at mysql>mysqladmin -u root new_password;
With the semi-colon at end I get:
You have an error in your SQL syntax near 'mysqladmin -u root password new_password' at line 1
What's my error?
If I leave off the semi-colon:
mysql>mysqladmin -u root new_password
and hit return I get:
->
(that is an indented hypen followed bythe greater than sign) which I believe is just continuation prompt
Please help!
then type, at mysql>mysqladmin -u root new_password;
With the semi-colon at end I get:
You have an error in your SQL syntax near 'mysqladmin -u root password new_password' at line 1
What's my error?
If I leave off the semi-colon:
mysql>mysqladmin -u root new_password
and hit return I get:
->
(that is an indented hypen followed bythe greater than sign) which I believe is just continuation prompt
Please help!