Skip to content. | Skip to navigation
MySQLの管理者パスワードの変更の方法
# mysql -u root
MySQLのコマンドプロンプトから
mysql> set password for root=password('設定するパスワード'); mysql> flush privileges; mysql> exit
This site conforms to the following standards: