MySQLの起動
root でログイン
# mysql -u root -p
ユーザ名が wordpress
# mysql -u wordpress -p
パスワード入力、ログイン
mysql>
MySQLの終了
mysql>exit あるいは、quit \q
ログアウトできると、
Bye
表示される
MySQLの起動
root でログイン
# mysql -u root -p
ユーザ名が wordpress
# mysql -u wordpress -p
パスワード入力、ログイン
mysql>
MySQLの終了
mysql>exit あるいは、quit \q
ログアウトできると、
Bye
表示される