| Databases InterBase (29) MS-SQL (5) mysql (37) Oracle (1) |
How to reset the root password on mysql
Question: I need to reset the root password of my mysql installation to the original empty password. How can I do that?Answer: Use the commandline tool mysqladmin - the trick is to use quotes to specify an empty password:
Comments:
| |||||||||||||||||||||||