DragonPrime - LoGD Resource Community
Welcome Guest
  • Good morning, Guest.
    Please log in, or register.
  • May 18, 2013, 06:59:52 AM
Home Forums News Links Downloads Login Register Advanced Search
* * *
DragonPrime Menu
Login
 
 
Resource Pages
IRC Channels
Search

Pages: [1]   Go Down
  Print  
Author Topic: Installing with MySQL 5.5  (Read 195 times)
0 Members and 1 Guest are viewing this topic.
Cousjava
Member

Offline Offline

Posts: 1


View Profile
« on: August 04, 2012, 01:19:15 PM »

Due to some of the changes in MySQL 5.5, the installer doe not work. However, there is an easy fix for this. On line 155 of lib/tabledescriptor.php change this:
Code:
$sql .= ") Type=$type";
to this:
Code:
if (db_get_server_version() > "5.1.0") {
$sql .= ") Engine=$type";
} else {
$sql .= ") Type=$type";
}
Which enables compatibility.
Logged
Aeo
Mod God
*****
Offline Offline

Posts: 1077


Doctor.. Who?


View Profile WWW
« Reply #1 on: August 04, 2012, 01:22:28 PM »

http://dragonprime.net/index.php?topic=11805.0
Logged


Time Lords Online - A Doctor Who RPG! Open Now!
~ My Modules: PM me if you'd like me to code something! Smiley ~
Pages: [1]   Go Up
  Print  
 
Jump to:  


*
DragonPrime Notices
Version 1.1.2 is the current supported version and is available for download.

Support Us
$100 raised this year
Your help is greatly appreciated!
Who's Online
23 Guests, 0 Users
DragonPrime LoGD
Recent Topics
Home Forums News Links Downloads Login Register Advanced Search