MySQL Help
#1

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'
Reply
#2

Which "free host?"

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


Forum Jump:


Users browsing this thread: 1 Guest(s)