LoginSignup
0
0

More than 3 years have passed since last update.

[mysql] ユーザのIP制限を確認する

Posted at

前提 : rootになれる

rootになってからスタート

mysql> use mysql;
mysql> select * from user\G

*************************** 1. row ****************************
                  Host: 10.20.30.40
                  User: mike.neko
              Password: 

mike.neko ユーザは 10.20.30.40 からのIPからしか許可していないことが確認できる

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