SA-MP Forums Archive
MySQL import issue - 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 import issue (/showthread.php?tid=602847)



MySQL import issue - Dawny - 14.03.2016

SQL query:

CREATE DATABASE IF NOT EXISTS `zebianrp` /*!40100 DEFAULT CHARACTER SET utf8 */;


MySQL said: Documentation

#1044 - Access denied for user 'trakky'@'localhost' to database 'zebianrp'


Re: MySQL import issue - czerwony03 - 14.03.2016

Probably your mysql account don't have permission to create database.
Are you on shared hosting or VPS?


Re: MySQL import issue - Dawny - 14.03.2016

Quote:
Originally Posted by czerwony03
Посмотреть сообщение
Probably your mysql account don't have permission to create database.
Are you on shared hosting or VPS?
Fixed it
Thanks anyway, in the import file it was defining the db to be named that way and mine wasn't, so I just changed it inside there.

Thanks man.

Please close