Debuginfo

思考とアウトプット

2012-09-26から1日間の記事一覧

MySQLコマンドリファレンス

rootパスワードを設定する $ mysqladmin -u root password 'new-password'mysqlデーモンを起動する $ mysql.server startデータベースを作る $ mysqladmin -uroot -p create データベース名ユーザを作る (no grant option) mysql> GRANT ALL PRIVILEGES ON *…