0

I am trying to connect the MySQL with IP address as host, However able to connect with host as localhost and '127.0.0.1'. I tried with

mysql --host=localhost --user=root --p ******
mysql --host=127.0.0.1 --user=root --p ******

For the above I am able to connect with MySQL. However when I tried with the below command not able to connect with.

mysql --host=internal ip --user=root --p ******

halfer
  • 19,824
  • 17
  • 99
  • 186
Rajasekaran M
  • 163
  • 2
  • 16
  • 1
    http://stackoverflow.com/questions/8348506/grant-remote-access-of-mysql-database-from-any-ip-address – Joachim Rohde Jan 20 '16 at 12:12
  • https://www.rackspace.com/knowledge_center/article/mysql-connect-to-your-database-remotely (or) https://cloud.google.com/sql/docs/mysql-client?hl=en check these. – Sravan Jan 20 '16 at 12:20

0 Answers0