killall mysqld /usr/local/mysql/bin/mysqld_safe --skip-grant-tables & use mysql update user set password=password("new_pass") where user="root"; flush privileges;
killall mysqld /usr/local/mysql/bin/mysqld_safe --skip-grant-tables & use mysql update user set password=password("new_pass") where user="root"; flush privileges;