AsYetUntitled / Framework

Altis Life RPG mission framework for Arma 3 originally made by @TAWTonic.
Other
245 stars 308 forks source link

MySQL #276

Closed NoelBank closed 7 years ago

NoelBank commented 7 years ago

Hey i get this Error;

1293 - Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause

can anyone help me?

BoGuu commented 7 years ago

Update your MySQL server ver

BradenM commented 7 years ago

I had this exact issue when using a MariaDB server on centOS7.

I installed MySQL instead and it worked fine.

NoelBank commented 7 years ago

I have MySQL the Newest version

BradenM commented 7 years ago

Can you please please provide your box info? (Windows, Linux distribution, dedicated, etc)

NoelBank commented 7 years ago

Oh yes, Linux Debian 8

BradenM commented 7 years ago

Ok. Can you please provide me with the output of mysql -V

Also how are you connecting to your SQL server? Remotely or are you running the scripts locally?

NoelBank commented 7 years ago

mysql Ver 14.14 Distrib 5.5.54, for debian-linux-gnu (x86_64) using readline 6.3

BradenM commented 7 years ago

Try updating to MySQL 5.7.

You can take a look at this guide

BradenM commented 7 years ago

Also ensure your using the altislife.sql from latest commit rather then the releases tab.

NoelBank commented 7 years ago

Okay!

NoelBank commented 7 years ago

Yes its working!!! But i dont can Find any MYSQL connect in the Life_master

BradenM commented 7 years ago

Awesome.

Can you elaborate on that?

NoelBank commented 7 years ago

Hat sich erledigt habe den fehler gefunden. aber wie erstelle warum bekomme ich diese Meldung 19:23:13 Can't find a mission collection / mission with template name: 'Altis_Life.Altis', skipping to next mission.

BradenM commented 7 years ago

This is an issue with your config. Make sure it has a mission file section (generally located at the bottom) and Altis_Life.Altis is spelled correctly.

Look here for more information. (Look at the example config file, where the mission selector is)

NoelBank commented 7 years ago

Okay Thanks i get it

Jawshy commented 7 years ago

@NoelBank, in future, read the guidelines for contributing and follow the provided issue template.