MySQL Database Error
#1

Hello..


Basically, I've compiled the script with no errors, and I've added the MySQL Database. Then when i Press 'GO' It gives me this:

Код:
Error
SQL query:

--
-- Dumping routines for database 'wcrp_gameserver'
--
/*!50003 DROP FUNCTION IF EXISTS `GetLockerItemName` */;


MySQL said: Documentation

#1046 - No database selected
And, I've already connected it to the script.. This is the code:

Код:
#if chc-debug
	#define debug 1
	#define dbg-callbacks 0
	#define MYSQL_HOST "xxxxx"
	#define MYSQL_USER "xxxxx"
	#define MYSQL_DATABASE "xxxxx"
	#define MYSQL_PASSWORD "xxxxx"
	#define ip_remote_check 0
#else
	#define debug 0
	#define dbg-callbacks 0
	#define MYSQL_HOST "xxxxx"
	#define MYSQL_USER "xxxxx"
	#define MYSQL_DATABASE "xxxxx"
	#define MYSQL_PASSWORD "xxxxx"
	#define ip_remote_check 0
#endif
(( I've used X's to cover the actual details )). If anyone could help, I'd appreciate it.

Thanks in Advance!
Reply


Messages In This Thread
MySQL Database Error - by Jigsaw123 - 21.06.2014, 16:08
Re: MySQL Database Error - by Jigsaw123 - 21.06.2014, 16:24
Re: MySQL Database Error - by Vince - 21.06.2014, 16:25
Re: MySQL Database Error - by Jigsaw123 - 21.06.2014, 16:28
Re: MySQL Database Error - by Jigsaw123 - 21.06.2014, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)