If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Can't dump trigger

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-14-08, 21:47
weiliang weiliang is offline
Registered User
 
Join Date: Nov 2008
Posts: 1
Can't dump trigger

Hello,
I have 2 server, MySQL 5.0.45 (Ubuntu 7.10). Second, MySQL 5.0.51a (Ubuntu 8.04).

I dump my database routine with this same command
mysqldump --host=host --port=port --user=user --password=pw --compress --quick --compact --skip-comments --no-create-info --no-data --routines --result-file=temp.sql mydatabase

First Server (5.0.45) works well, every procedures, functions, triggers are dumped.
Second Server (5.0.51a) only dumps procedures and functions, not triggers.

I've check the user privileges between those 2 server, everything seems same.
I also tried using mysqldump packaged with MySQL 5.0.67 with both server, the result is same, still can't retrieve triggers from 5.051a server.

Any idea?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On