Wednesday, September 25, 2019

[google-cloud-sql-discuss] How do I connect to a MySQL instance from my local computer?

Hello,

I have followed this tutorial to connect a MySQL instance via ip address, but when I run the line "mysql --host=123.45.67.89 --user=root --password" in the command prompt, I get the message, " 'mysql' is not recognized as an internal or external command, operable program or batch file."

My end goal is to connect Excel to a Cloud SQL instance via VBA.

What am I missing? / How should I be doing this?

I am running 
  • Windows 7 Professional
  • Visual Studio 2017
  • I downloaded the MySQL Community Server 8.0.17.0 and installed the full version
Any help is appreciated.

Thanks,
Micah

mysql --host=[INSTANCE_IP] --user=root --password
mysql --host=[INSTANCE_IP] --user=root --password
mysql --host=[INSTANCE_IP] --user=root --password

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/d3215695-4161-4f76-b229-b4e9b6f311c7%40googlegroups.com.

No comments:

Post a Comment