[MySQLWorkbench] Please: Check that MySQL is running on address 127.0.0.1



2 Check that MySQL is reachable on port 3306 (note: 3306 is the default, but this can be changed)
3 Check the user root has rights to connect to 127.0.0.1 from your address (…



에러

MySQLWorkbench 에서 외부접속 및 IP주소(127.0.0.1) 접속시에 오류 메시지


mariadb_grant_ip_01

mariadb_grant_ip_02


Alert


Your connection attempt failed for user ‘root’ to the MySQL server at 127.0.0.1:3306:Unknown database ‘DbName’

Please:
1 Check that MySQL is running on address 127.0.0.1
2 Check that MySQL is reachable on port 3306 (note: 3306 is the default, but this can be changed)
3 Check the user root has rights to connect to 127.0.0.1 from your address (…




원인

외부 IP 로컬에 외부접속 허용되지 않아서 발생함



해결

해결 방법


해결 방법: IP 외부접속 허용


정상확인

mariadb_grant_ip_02-1