Yes, MySQL is running as a service and also from command prompt. The command 'mysqlshow' shows two databases, mysql and test, which means that the initialization is done properly. I am able to use 'mysqlshow mysql' to see the tables in the mysql database.
I opened include/config.inc.php file, it shows only one one comment, 'please dont delete this file. Use automated installer'.
MySQL is running on port 3306. Apache 2.0 is listening to port 9090 (since port 80 is used by IIS 5.1 and 8080 is used by another program).
Could the problem be related to php and mysql integration? Should php be installed AFTER mysql? Coz I have done the other way, installed apache followed by PHP followed by MySQL 4.1.16 / 5.1.0
Things to describe:
operating system - Windows XP SP2
version of ATutor - 1.5.2
versions of php - 5.1.2
version of mysq l - 4.1.16 / 5.1.0
webserver & version - Apache 2.0
copies of error messages - mysql is disabled -- not found
changes to default settings - Apache listens to port 9090
web browser being used - IE 5.1