ATutor

Learning Management Tools







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


Cant detect mysql installation


  • 2005-08-22 20:27:09

    Cant detect mysql installation

    Im trying to install Atutor 1.5.1 on a windows 2003 server, running IIS 6.0; i've already installed php 5.0.4, as well as mysql 4.1.1

    while running the insatallation process with atutor, it doesn't recognize my mysql installation, so it won't let me go through the installation process since the requirements are not met. Any ideas on how to make it work??

    or why it doesnt recognize my mysql installation? my mysql is already registered as a system service and also is running, my mysql files are lacated on a different hard drive than my atutor files; also i guess i'll have to tell you that my mysql data fikles are located on another hard drive.

    Please urgent help needed!

    Thanx

  • 2005-08-23 12:35:06

    .

    generate a phpinfo() file for us to check or send us a URL.

  • 2005-08-23 22:15:34

    thisd is my phpinfo file

    phpinfo file attached, thanx for the help

  • 2005-08-24 09:17:52

    Compile with mysql

    PHP has not been compiled with mysql support.

    --with-mysql

    should appear in the Configure Command area

  • 2005-08-24 10:25:34

    .

    there is no need to compile php. simply enable the mysql extension in your php.ini file.

  • 2005-08-24 15:02:50

    Added Extensions, still not working

    i enabled the extensions on my php.ini file and nothing happened, i might make a stupid question greg, but how do i compile php with mysql support in windows 2003 as you suggested, im brand new with php, mysql, etc so your suggestion sounds good, but how do i get to do it?

    thanx for the help

  • 2005-08-24 16:06:07

    .

    you do not have to compile php.

    stop then start apache again.

    make sure that you edited the correct php.ini file.