Home » mysql server
Background: Sometimes a system administrator forgets the MySQL root password! It happens, but what to do when you're unable to login to your MySQL server? It's simple! All it takes is 5 simple steps! Step 1: Stop the MySQL Server We do this with: /etc/init.d/mysql stop or service mysql stop Step 2: Start the MySQL Server mysqld_safe --skip-grant-tables & We do this so MySQL ...more