pralangga / pdns-gui

Automatically exported from code.google.com/p/pdns-gui
0 stars 0 forks source link

Mysql error #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I just called the ./install.sh script

What is the expected output? What do you see instead?
Mysql error

What version of the product are you using? On what operating system?
0.3.3, Centos 5.8 with mysql 5.5 and php 5.3.13

Please provide any additional information below.
The schema create file have Type=MyISAM, which gives an error.
This should instead be engine=MyISAM

Original issue reported on code.google.com by pdp...@gmail.com on 24 May 2012 at 12:37

GoogleCodeExporter commented 8 years ago
To fix this, please edit SQL-scripts in data/sql and remove 'Type=MyISAM'.

Original comment by Dicr.Tarasov on 24 Nov 2012 at 3:10