Problem importing mysql triggers generated from mysqldump
Posted
by OM The Eternity
on Stack Overflow
See other posts from Stack Overflow
or by OM The Eternity
Published on 2010-05-04T10:05:18Z
Indexed on
2010/05/04
10:08 UTC
Read the original article
Hit count: 318
I am using phpmyadmin for using the mysqldump query, but as per my requirement i have to create a new database which is clone of the previous one, now in this case when i import the main DB it contain all the trigger information as well with the DB name mentioned in it.. As i import this DB to new one my triggers get imported as well but the trigger_schema are not changed as per new DB..
What could be done to get resolve this problem?
© Stack Overflow or respective owner