MySQL Forums
Forum List  »  MySQL for Excel

Re: Opening Connection to MySQL Database from VBA (Excel)
Posted by: Javier Treviño
Date: April 03, 2013 10:22AM

Hi Jordan,
Thanks for writing in our forums.

"myServerAddress" in that connection string is the hostname or IP where the MySQL Server instance is running (e.g. localhost, 200.25.34.110, etc.)
"myDataBase" refers to the name of the schema you want to connect to within the MySQL Server.

You can see some examples in the following link:
http://www.connectionstrings.com/mysql

Regards.

====================================
Javier Treviño
MySQL on Windows Team

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Opening Connection to MySQL Database from VBA (Excel)
2804
April 03, 2013 10:22AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.