SA-MP Forums Archive
MySQL Help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: MySQL Help (/showthread.php?tid=201036)



MySQL Help - REDRUM - 20.12.2010

Im trying to put a game mode running mysql on my server, so i went to a free host since my server isnt ran off my computer. But when i try to put the code in i get this error.



i start with:

USE samp;

DROP TABLE IF EXISTS `apartments`;
CREATE TABLE IF NOT EXISTS `apartments` (
`id` smallint(3) NOT NULL auto_increment,
`ent_x` float(10,5) NOT NULL default '0.00000',
`ent_y` float(10,5) NOT NULL default '0.00000',
`ent_z` float(10,5) NOT NULL default '0.00000', ..... and so on


Then i get this after i try to put it in the database.
__________________________________________________ _______________
#1044 - Access denied for user 'eric2663'@'localhost' to database 'samp'


Re: MySQL Help - Calgon - 20.12.2010

Which "free host?"

Your "free host" probably prohibits external connections to databases.