I'm trying to do a database project, and I just can't figure out the syntax to create a trigger. <BR><BR>Here's what I'm trying to do. I have a system that has users and groups. Users can be in ...
mysql -u root -p < 1_schema.sql Insert sample data: mysql -u root -p < 2_sample_data.sql Create views: mysql -u root -p < 3_views.sql Create stored procedures: mysql -u root -p < ...