Mysql connection
#2

Well you have to provide the mysql hostname so for example my test server is

#define host "localhost" // The SQL host, if its localhost, or whatever its hosted on.
#define user "ucp" // this is the user your mysql account is using.
#define db "root" // this is the name of your database itself.
#define pass "" // Leave Empty if your user has no password.
Reply


Messages In This Thread
Mysql connection - by Fancy - 22.08.2015, 19:30
Re: Mysql connection - by NickMirra - 22.08.2015, 19:36
Re: Mysql connection - by Fancy - 22.08.2015, 19:56
Re: Mysql connection - by rymax99 - 22.08.2015, 20:34
Re: Mysql connection - by Fancy - 22.08.2015, 20:37
Re: Mysql connection - by rymax99 - 22.08.2015, 20:42
Re: Mysql connection - by Fancy - 22.08.2015, 21:06
Re: Mysql connection - by Jake187 - 22.08.2015, 21:58

Forum Jump:


Users browsing this thread: 3 Guest(s)