2005-03-31 15:06:33
143 Install Error in Step 2
Windows 2K / IIS / PHP / mySQL
The database is created but installation fails to create any tables.
Within mySQL, I created the database and the db user and granted all rights over the database.
create database atutor;
use atutor;
grant all on atutor to 'atutoruser' identified by 'lms';
set password for 'atutoruser' = old_password('lms');
Any help will be greatly appreciated! I'm relatively new to PHP/mySQL. Thanks.