Help Setup UCP: - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Setup UCP: (
/showthread.php?tid=462463)
Help Setup UCP: -
jasonsmith - 07.09.2013
New to this, But anyway my UCP is linked to my SQL Database. But my hoster want accept it for webhosting other way to setup?
Re: Help Setup UCP: -
ArkoUK - 07.09.2013
Quote:
Originally Posted by jasonsmith
New to this, But anyway my UCP is linked to my SQL Database. But my hoster want accept it for webhosting other way to setup?
|
So your hosting provider won't allow you to use MySQL on his servers?
Re: Help Setup UCP: -
jasonsmith - 07.09.2013
No it's a Volt-Host server every time i try to Input the DBSQL to it Say's i don't have the permission to do so I even contacted support about it but they was no help.
Re: Help Setup UCP: -
ArkoUK - 07.09.2013
Quote:
Originally Posted by jasonsmith
No it's a Volt-Host server every time i try to Input the DBSQL to it Say's i don't have the permission to do so I even contacted support about it but they was no help.
|
It may be the case that the .sql file was to large to import or you may need to create a user and then create your own database that the user you have just created has permission to access it/edit it, the user you are using now may only have read only access.
Re: Help Setup UCP: -
jasonsmith - 07.09.2013
The size is no problem an yes i did the user it's Just restricted. It work's test in LocalHost mode,
Код:
SQL query:
--
-- Database: `hello`
--
CREATE DATABASE IF NOT EXISTS `hello` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
MySQL said: Documentation
#1044 - Access denied for user '11071_hello'@'localhost' to database 'hello'
Re: Help Setup UCP: -
jasonsmith - 07.09.2013
Bump
Re: Help Setup UCP: -
jasonsmith - 07.09.2013
Bump still need help