0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MySQLの開始手順(自分の場合)

0
Last updated at Posted at 2021-03-06

今回は自分の記録用にMySQLの開始手順を記録しようと思います。
*やり方が違うなどアドバイスがありましたら、ぜひ訂正よろしくお願いいたします。

mysql.server start

②自分の名前の部分は自分が設定したユーザーです。

mysql -u 自分の名前 -p


自分でMySQL公式サイトからダウンロードしたときに設定した、パスワードを入力

以上の手順でログインできました。

0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?