2008-02-11 12:21:06
automatic attempt to create database
i kept getting the collation error when i tried to install atutor 1.6:
Database ..... is not in UTF8. Please set the database character set to UTF8 before continuing by using the following query: ALTER DATABASE `.....` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
i created a database and collated it to utf 8 general ci
the reason was that the installer attempted to create a new database even though i created one.
I needed to rewrite (my host did as i have almost zilch knowledge of mysql) the install query in order for itt not to attempting to create a database
After that the installation went smoothly.
Maybe good to not that some hosing providers dont allow auto creation of databases.
Things to describe:
operating system - win xp
version of ATutor -1.6 stable
versions of php -5.1.6
version of mysq l -4.1.20
webserver & version -2.0.52
copies of error messages -
changes to default settings -
web browser being used -
and anything else relevant -
regards,
Harry