MySQLをインストールした後の初期設定です。 MySQLの起動と起動設定 [html]# /etc/init.d/mysqld start PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! To do so, start the server, then issue the following commands: /usr/bin/mysqladmin -u root password ‘new-password’ /usr/bin/mysqladmin -u root -h vc password ‘new-password’ Alternatively you can run: /usr/bin/mysql_secure_installation which will also give you the optio