Open GoogleCodeExporter opened 9 years ago
I ran into the same problem. I believe that it has something to do with
deprecated MySQL syntax where it's now necessary to use ENGINE=MyISAM, rather
than TYPE=MyISAM.
Edit the relay/install/index.php file, search for "TYPE=MyISAM" and replace it
with "ENGINE=MyISAM". That worked for me, at least.
Original comment by john.pon...@bluelaketechnology.com
on 9 Jan 2013 at 10:44
I confirm John's solution. This is a confirmed bug when using Mysql 5.5.
"TYPE keyword is depreciated (since 5.0) and not supported in MySQL5.5"
Original comment by silvio.m...@g.xarevision.pt
on 19 Jul 2013 at 12:04
Original issue reported on code.google.com by
bmw...@gmail.com
on 11 Oct 2012 at 10:19Attachments: