カテゴリー: Wordpress VPS

  • VPS:MySQL 起動と終了

    MySQLの起動

    root でログイン

    # mysql -u root -p

    ユーザ名が wordpress

    # mysql -u wordpress -p

    パスワード入力、ログイン

    mysql>

    MySQLの終了

    mysql>exit あるいは、quit \q

    ログアウトできると、

    Bye

    表示される