LoginSignup
10
14

More than 5 years have passed since last update.

mysqladmin コマンド

Last updated at Posted at 2014-03-07

DB作成

mysqladmin -uroot -p create databasename

DB削除

mysqladmin -uroot -p drop databasename

権限更新

mysqladmin -uroot -p flush-privileges

パスワード変更

mysqladmin -uroot -p password <new-password>

プロセス情報

mysqladmin -uroot -p proc stat
10
14
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
14