Skip to navigation
How to change a mysql user password?
07.12.13
mysqladmin -u dude -p password TrckTrt if u cannot use mysqladmin than u can loginto mysql and update the password from a user: mysql> update user set password=Password('xxsdfsfer') where user='syscp'; mysql> FLUSH PRIVILEGES;
Reply
Anonymous
How to change a mysql user password?
mysqladmin -u dude -p password TrckTrt if u cannot use mysqladmin than u can loginto mysql and update the password from a user: mysql> update user set password=Password('xxsdfsfer') where user='syscp'; mysql> FLUSH PRIVILEGES;
07.12.13
Reply
Anonymous
Information Epoch 1732354458
Design programs to be connected to other programs.
Home
Notebook
Contact us