#PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
#This is done with:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h dell password 'new-password'
#See the manual for more instructions.
#NOTE: If you are upgrading from a MySQL <= 3.22.10 you should run
#the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be
#able to use the new GRANT command!
#You can start the MySQL daemon with:
cd /usr ; /usr/bin/safe_mysqld &