— OK .. You want to synchronize rows(records) between two similar tables then you can use a feature called “Database Synchronization” it “synchronize” data (complete database or individual tables) on two servers/host. It utilizes advanced checksum algorithms for comparison
of the data and can be very effective in “finding out” which data must be INSERTed, UPDATEd or DELETEd on either of the hosts to bring them “in sync”.
Please read this documentation regarding Database synchronization:
As I understood that you have a Live server and testserver and you want newly added records in live site should get updated in testserver right ?
You can achieve this using Database Synchronization tool of SQLyog ( Goto Powertools –> Database Synchronization)
Please feel free to ask any question.
Well sort of. But in this very case. I only want 3 specific rows copied from the live to our local, not an actual synchro. (because we asked our client to stop working on the live and only on the test server, yet he fails and did this even so)
I haven't really tried any of the power tools but I've heard from ppl who bought your software that there's alot of terrific stuff which really eases ones database work.
Please create a support ticket from below link, and attach the dump there. If the dump is big we will give our 'yoursendit' credentials so you could attach the dump from there. (Also we may provide you some special binary to verify the problem)
– In copy database dialog will you able to expand 'Views' folder?
– Execute this query against source database and tell the status:
show full tables from `database_name` where Table_type = 'view'
Regards
Nithin
* yes I can see all the views there properly
* The query you provided shows the views properly on the source. Tables_in_database_name and Table_type shows all the views properly and the type is VIEW.
Is is not reproducible. It looks like an issue with your server. Could you try to copy with a similar test case in the other direction once? Also check if you dump fromand import to will that work OK?
However there may be a bug only materializing with a specific structure. So a structure-only dump of your exact case would be nice (create a support ticket if you do not want to post it here).
Also if server general log is enabled on can you tell the last statement recorded here?
I don't think I'll be able to provide the actual database in question as it contains alot of valuable data, but I can try to do a copy on the same server.
Another question: Why do I get:
SELECT command denied to user 'theUser'@'my.ip.add.ress' for table 'proc'
I've clicked manage privilegies, selected theUser@% in the dropdown. Ticked all boxes (which should have a CTRL/ALT selection option for many) on the main top window. selected procedure/function and ticked every single box there.
Ofcourse how stupid! I had looked everywhere for that. I thought that feature was actually removed from this version. (I had seen it by default on older versions)
Anyways. Remember to untick the default box: “Hide Language Options”
But the editor will not recognize anything but ANSI, UFT8 and 'Windows Unicode'. Do strings you copy from that website display OK in the SQLyog editor? Did you try different browsers?
If we shall help you have have to reply to our questions as well!
Here's what it looks like:
and like I said, I'd like to know which version of mysql you guys are using.. Because the mysql server might be the problem aswell.