Hi,
If anyone could help me with this I'd be greatly appreciative.
I'm trying to install dolphin (6.1.4) and have done everything according to the instructions but when I try to install the database I'm getting this error.
Thanks for your time.
Tom.
Error while executing: SET NAMES 'utf8';
Unknown system variable 'NAMES'
Error while executing: ALTER DATABASE DEFAULT CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci';
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DATABASE DEFAULT CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci'
Error while executing: CREATE TABLE `AdminBanList` (`ProfID` int(11) NOT NULL default '0',`Time` int(20) NOT NULL default '0',`DateTime` datetime NOT NULL default '0000-00-00 00:00:00') ENGINE=MyISAM DEFAULT CHARSET=utf8;
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'DEFAULT CHARSET=utf8' at line 1