Sunday, March 27, 2011

Using MySQL triggers to create database on insert.

Can I use a trigger in MySQL to create a new database when a value is inserted into another database.

From stackoverflow
  • There is definitely a design problem in why you want to do this. (Create a database in trigger). As it turns out this is not allowed. This is a list of what all is allowed to be placed in a trigger.

0 comments:

Post a Comment