Hi techies! I ran into this problem of having the main server partition almost full because of a huge MySQL database. I assume that we're using the innodb engine and that we're running MySQL with the...
How to migrate a MySQL database to a different partition on UbuntuHere are the bare bone commands to restore your mysql root password -> /etc/init.d/mysql stop /usr/bin/mysqld_safe –skip-grant-tables & mysql -u root mysql mysql> UPDATE user SET Password...
Micro-Recipe: Ubuntu Mysql Root Password Restoring