最終更新:2011-08-08 (月) 17:16:42 (4638d)  

mysqladmin
Top / mysqladmin

初期設定

  • 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 localhost.localdomain password 'new-password'