Installation error : Error while executing: --SET NAMES 'utf8';
I am installing Dolphin 6.0.0004 on Hostforweb, and have been stuck with the following error:
Error while executing: --SET NAMES '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 '--SET NAMES 'utf8'' at line 1
Hostforweb techs has advised me to contact Bootnex. Has anyone seen this error? I know I have to edit a php file or something to correct the entry.
I couldn't find this on any Dolphin forums.
Thanks,
zak
It should just be SET NAMES 'utf8';
WITHOUT the --
Shouldnt be editing the v60.sql file :)
You may have a corrupt download or files. If it still does not work or there are no --'s in front of SET NAMES 'utf8'; at the beginning of the v60.sql then repost and let me know.
Find
SET NAMES 'utf8'
Replace it with SET NAMES 'utf-8'
This may fix your problem.
"Replace it with SET NAMES 'utf-8"
does not work either.
If anybody can send "good" sql dump.
for phpmyadmin thing plz send 2 addwebd[at]yahoo[dot]com
Error while executing: SET NAMES 'utf-8';
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: 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 see more