error while installing dolphin
i got this error message when i try to install dolphin
Error while executing: SET NAMES ''utf8'';
Unknown character set: ''
Error while executing: ALTER DATABASE DEFAULT CHARACTER SET ''utf8'' COLLATE ''utf8_unicode_ci'';
Unknown character set: ''
Error while executing: CREATE TABLE `AccountCompose` (`ID` int(8) unsigned NOT NULL auto_increment,`Title` varchar(255) NOT NULL default '''',`Div` varchar(255) NOT NULL default '''',`Caption` varchar(255) NOT NULL default '''',`Desc` varchar(255) NOT NULL default '''',`Func` varchar(40) NOT NULL default '''',`Content` text NOT NULL,`Visible` set(''non'',''memb'') NOT NULL default '''',`Column` int(11) NOT NULL default ''0'',`Order` int(11) NOT NULL default ''0'',PRIMARY KEY (`ID`)) 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 'non'',''memb'') NOT NULL default '''',`Column` int(11) NOT NULL default ''0'',`O' at line 1
what i need to change on my vps setting server....
thx
What encoding method did you use when setting up your MySQL database?
Try logging into PHPMYADMIN and changing the collation to UTF-8.
Hope this helps.
thx
try it and let me know the results.
i have the same problem as mentioned above...
why is there noone from BoonEx to feel responsible to fix this problem???