Connecting to MySQL database from a Win32 C++ program

texspray

New Member
Messages
10
Reaction score
0
Points
0
I am developing a c++ GUI application that stores its data in a mySQL database.

I would like to connect it to one of the databases running on my account, what IP address and Port number would I need to use to get a connection?
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Sorry, but Remote MySQL access is currently disabled on accounts due to security reasons.
However, you can install a MySQL server on your computer at
http://mysql.com/
:)
 

texspray

New Member
Messages
10
Reaction score
0
Points
0
I've already got MySql running on the developer computer for the database at the moment.

I wanted to use a remote database to make a leaner and cleaner install, I don't suppose you know how to make an unattended MySql installer do you??
 

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
You can use phpMyAdmin and export your database and move it over to your x10Hosting account.
 
Top