MySQL - Reset root password and extract table from dump
Just a couple MySQL notes. Debian 6 Squeeze - Reset MySQL root user password You’ll need to stop MySQL server for resetting it this way. Start MySQL with –skip-grant-tables and send to background. Press enter to get back to command line. Connect to to MySQL. Use mysql database and run the command to update the root user password and flush privileges. ...