Skip to content
Snippets Groups Projects
Commit 4105665c authored by llaffont's avatar llaffont
Browse files

phafi-mode: update to really drop triggers & change definer when

selecting another db
parent 2d474d73
Branches
Tags
1 merge request!258Dev/13872 Orphee Allow Hold Available Items
......@@ -591,7 +591,7 @@
"update variables set valeur='./cosmogramme/fichiers/integration/' where clef='integration_path';"
"update variables set valeur='admin' where clef='admin_login';"
"update variables set valeur='admin' where clef='admin_pwd';"
"update mysql.trig set definer='root@localhost';"
"update mysql.proc set definer='root@localhost';"
"drop trigger datemaj_notices_update;")
mysql-connection-info)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment