LoginSignup
1
0

More than 3 years have passed since last update.

EC2 mariaDBのパスワードが入力できないときの対処法

Last updated at Posted at 2020-05-08

EC2 mariaDBのパスワードが入力できないときの対処法

EC2サーバーにアクセスし、mariaDBにログインする際、Enter passwordにて設定したパスワードがキーボード入力できないときの対処法。

[ec2-user@ip- ~]$ mysql -u root -p
Enter password:

解決方法

通常通りキーボードで入力し、Enterをクリック。
└ 画面に表示されないだけで、実際は入力できている。

▼接続完了

[ec2-user@ip- ~]$ mysql -u root -p
Enter password:

Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 26
Server version: 5.5.64-MariaDB MariaDB Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

ローカル環境だと表示されるので、キーボード入力の異常だと思い、無駄な時間を使ってしまいました。

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