2014-03-01 mysqlでrootのパスワードを変更する mysql memo mysqladmin -u root -pcurrentpassword password 'xxxxxxxxxx' もしくは $ mysql -u root -pcurrentpassword set password for root@localhost=password('xxxxxxxxxxx');