Trouble with MySQL. Configuration database.
#1

Hi,
At the beginning sorry for my english.
I need help in programming MySQL. How to set up the database?

I have this code:

Код:
#define MYSQL_HOST	""
#define MYSQL_USER	""
#define MYSQL_PASS	""
#define MYSQL_DB	""
I have a server for hosting MaxRate.pl

Please help
Reply
#2

Код:
#define MYSQL_HOST	"Your host name here"
#define MYSQL_USER	"Your username here"
#define MYSQL_PASS	"Password on username"
#define MYSQL_DB	"Datebase you create "
HERE* and HERE* you can find everything you need to know about mysql
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)