ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Install problems


  • 2008-09-10 13:10:22

    Install problems

    Error

    * Database tadand is not in UTF8. Please set the database character set to UTF8 before continuing by using the following query: ALTER DATABASE `tadand` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci. To use ALTER DATABASE, you need the ALTER privilege on the database.

    help me

  • 2008-09-11 02:58:04

    Re: Install problems

    if you have access to the database via a tool like phpMyAdmin, log in to it, select your database (tadand) and click the SQL tab in the main navigation.

    you will see a textfield, in that you paste:

    ALTER DATABASE `tadand` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

    click the "go" button after, and you should be done. see the attached screenshot.

    developers: this really isn't that easy to understand if you're not quite familiar with databases, is it possible to make install / upgrade run this command itself, and not asking the user to do it?

    if not, some more whitespace in the message would also help, like:

    [blue]Database xx is not in UTF8. Please set the database character set to UTF8 before continuing by using the following query:

    ALTER DATABASE `xx` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci

    To use ALTER DATABASE, you need the ALTER privilege on the database.[/blue]

  • 2008-11-12 06:04:41

    Re: Install problems

    hi im new, i have the same problem as tadziz. I have done what vegard has said but i get this error
    Error

    SQL query: Edit

    CREATE DATABASE `whingehere_com_training` ;

    MySQL said: Documentation
    #1044 - Access denied for user '(anme removed)'@'localhost' to database '(database name removed)'

  • 2008-11-12 08:14:58

    Re: Install problems

    This probably means your mysql user does not have permission to create a database. Please read the requirements section:

    http://www.atutor.ca/atutor/docs/requirements.php