• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Importing Triggers on Linux (Ubuntu)

Gut

Collapser Zulu Creator
Joined
Jun 14, 2007
Messages
581
Reaction score
28
Location
USA
Can someone help me out on importing triggers on linux ubuntu <TFS>

I need:
1. A triggers.sql file that has all the TFS triggers (CREATE TRIGGER `ondelete_accounts`, ect)
2.An explanation on how to import it on ubutnu linux.

Thanks!!!!
 
Can someone help me out on importing triggers on linux ubuntu <TFS>

I need:
1. A triggers.sql file that has all the TFS triggers (CREATE TRIGGER `ondelete_accounts`, ect)
2.An explanation on how to import it on ubutnu linux.

Thanks!!!!

1. Seperate them from schema.mysql
2. mysql -u USER -pPASSWORD DATABASE < triggers.sql

^up^ needs some special permission, best to import it with root.
 
Worked, thanks :>
 
Back
Top