Search found 4 matches

by mclovinbam
Mon Dec 01, 2014 9:26 am
Forum: Webhosting
Topic: trying to make a altis life sever but having problems with t
Replies: 5
Views: 2919

Re: trying to make a altis life sever but having problems wi

New error im getting
Error
SQL query:




DELIMITER $$
--
-- Procedures
-- Edit arma3 and root to match a user in MySQL
--
CREATE DEFINER=`ravegamingsrvrs`@`ravegamingsrvrs.site.nfoservers.com` PROCEDURE `resetLifeVehicles`()
BEGIN
UPDATE vehicles SET `active`= 0;
END$$
MySQL said: Documentation ...
by mclovinbam
Mon Dec 01, 2014 9:02 am
Forum: Webhosting
Topic: trying to make a altis life sever but having problems with t
Replies: 5
Views: 2919

Re: trying to make a altis life sever but having problems wi

kraze wrote:If I remember correctly databases for Altis life won't work here because we don't support using schemas.

Though, your specific error is being caused because you are using 'localhost' to connect. You need to use your domain name as your hostname.
alright So basically i cant run atlis life?
by mclovinbam
Mon Dec 01, 2014 6:57 am
Forum: Webhosting
Topic: trying to make a altis life sever but having problems with t
Replies: 5
Views: 2919

Re: trying to make a altis life sever but having problems wi

this is the error:
m trying to make a arma 3 Altis-life server and this is the error i get when i make a database
Error
SQL query:




--
-- Database: `arma3life`
-- Default Schema
--
CREATE DATABASE IF NOT EXISTS `arma3life` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
MySQL said ...
by mclovinbam
Mon Dec 01, 2014 6:34 am
Forum: Webhosting
Topic: trying to make a altis life sever but having problems with t
Replies: 5
Views: 2919

trying to make a altis life sever but having problems with t

I'm trying to add a database for my SQL i have a SQL That needs to be for my altis life server, but i got that error i can post the whole SQL file if need be

this the SQL file:
This is the main lines of the SQL

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD ...