mysql -u root -p // 1 use mysql; // 2 update user set password=password('new password') where user = 'root'; // 3 (String타입으로)