Writing to and reading from MySql databases
Well I have a game coded already and it works perfectly. I want to add a login before it starts and I have a few of the variables to be able to be sent to a MySql server on my webspace, so that next time that user logs in, their variables will be automatically loaded.
Re: Writing to and reading from MySql databases
chiefs_10,
So, exactly what is your question. If it is about connections, look here under Multi Database Control
Re: Writing to and reading from MySql databases
How do you find out what to put where it asks for Data Source?
Re: Writing to and reading from MySql databases
Re: Writing to and reading from MySql databases
Thank you, but I've been there. Where do I find what to put in place of server?
Code:
"Data Source=?server?;Database=enorth_rb;User ID=enorth_rock;Password=band;Command Logging=false"
Re: Writing to and reading from MySql databases
chiefs_10,
If there is no server then use localhost, if there is a server then put the server name or ip address.
Re: Writing to and reading from MySql databases
What IP address and port, where do I find it?
Re: Writing to and reading from MySql databases
chiefs_10,
From your admin.
Re: Writing to and reading from MySql databases
Can you tell by looking at this? I really need to get this done, everything seems to just confuse me though.
Re: Writing to and reading from MySql databases
The only server addresss I see are 66.98.148.43 and a remote address of 24.94.84.64. you could try the default mySQL port address of 3306.