Forums | Mahara Community
Support
/
Trigger in MySQL
01 June 2012, 7:29
Hi
looking for reasons why my database won't create tables for a Mahara install. I'm getting no error messages anywhere.
I've spotted several postings relating to Triggers and MySQL 5.1.
I'm using MySQL 5.5 and in the manual for 5.5 I've found this:-
In MySQL 5.5, all triggers are FOR EACH ROW
—that is, the trigger is activated for each row that is inserted, updated, or deleted. MySQL 5.5 does not support triggers using FOR EACH STATEMENT
.
So I guess I'm asking what kind of triggers is Mahara using, is it possible that this is my problem?
Thanks
Heather
01 June 2012, 8:21
Please ignore my last posting.
My last ditch attempt at installing made me attempt the command line instead of the browser based install.
Now I appear to have a home page including a space to login. Unfortunately the log in credentials in the install guide https://wiki.mahara.org/index.php/System_Administrator's_Guide/Installing_Mahara#Run_the_Command-Line_Interface_Installer
don't seem to work, but at least I have progress!