【MySQL】ログインする

MySQL でログインする手順です。

 

 

■ログインする

  • -h ホスト名もしくはIPアドレスを指定します。
  • -u ユーザーを指定します。
  • -P ポートを指定します。
  • -p パスワード入力を指定します。

C:\Users\Administrator>mysql -h test-mysql -P 3306 -u admin -p 
Enter password: ********** 
Welcome to the MySQL monitor.  Commands end with ; or \g. 
Your MySQL connection id is 93 
Server version: 5.7.22-log Source distribution 
 
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. 
 
Oracle is a registered trademark of Oracle Corporation and/or its 
affiliates. Other names may be trademarks of their respective 
owners. 
 
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement. 
 
mysql> 

 

 

 

 

 

 

よかったらシェアしてね!
  • URLをコピーしました!
  • URLをコピーしました!

この記事を書いた人

コメント

コメントする

AlphaOmega Captcha Medica  –  What Do You See?
     
 

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください