Raised This Month: $ Target: $400
 0% 

[MySQL] - Stats plugin doesn't work... :(


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
waza123a
Member
Join Date: Mar 2010
Old 01-09-2014 , 05:04   Re: [MySQL] - Stats plugin doesn't work... :(
Reply With Quote #1

Questions:

1. Did you run MySQL server ?
2. Did you edited this line with your host and login and pass and db ? g_SqlTuple = SQL_MakeDbTuple("host", "user", "pass", "database")
3. Did you created a table ?
CREATE TABLE IF NOT EXISTS `score` (
`id` int(11) NOT NULL auto_increment,
`team` varchar(255) default NULL,
`playerName` varchar(255) default NULL,
`score` int(11) default NULL,
`deaths` int(11) default NULL,
`country` int(11) default NULL,
`status` int(11) default NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
__________________
Life is good, sometimes...
waza123a is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:07.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode