Hi, Iam doing a fresh install on a Freebsd server with php 5.2.11, and Mysql 5.0.2-alpha
Using the install script everything goes fine up until the last part when he tries to execute the sql v70.sql file.
Here I get the following error:
Error while executing: ALTER DATABASE DEFAULT CHARACTER SET 'utf8_bin' 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 'DEFAULT CHARACTER SET 'utf8_bin' COLLATE 'utf8_unicode_ci'' at line 1
Can someone please point me in the right direction to fix this and complete my new install? is this a syntax error that has to be modified in the v70.sql file? Please help.
Francisco