ATutor

Learning Management Tools







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


Enabling MySql


  • 2007-02-07 20:37:26

    Enabling MySql

    Hello everyone!

    I'm attaching my page after checking for components that are required by ATutor.

    Could someone please help me with those two red crosses and how to fix it.

    I'm running Apache Web Server on a Fedora Core 4 machine

    all help will be appreciated

  • 2007-02-08 08:32:43

    Re: Enabling MySql

    I'll assume you have installed MySQL. You need to start mysqld. It will reside in different location on different system. Find its location and type mysqld at the command prompt. See the following for further details.


    http://dev.mysql.com/doc/refman/4.1/en/windows-server-first-start.html

  • 2007-03-16 14:13:13

    Re: Enabling MySql

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system - win XP Prof. sp2
    version of ATutor - 1.5.3.3
    versions of php -4.3.10
    version of mysq l -4.1.9
    webserver & version -apache 1.3.33
    copies of error messages - Error
    Unable to connect to database server.
    changes to default settings -only path for
    DocumentRoot "c:/Inetpub/wwwroot/ATutor"
    and path for
    <Directory "c:/Inetpub/wwwroot/ATutor"> changed in apache
    web browser being used -apache 1.3.33
    and anything else relevant -getting error during installation Unable to connect to database server

  • 2007-03-16 15:16:25

    Re: Enabling MySql

    Are you able to connect to mysql outside of ATutor, through phpMyAdmin for example?

    Are you sure MySQL is running, and running from port 3306. You may need to change to port number in include/config.inc.php if mysql is not running off the default port.

  • 2007-03-16 15:44:22

    Re: Enabling MySql

    Also make sure your mysql login information is correct in include/config.inc.php