Forum Replies Created
-
AuthorPosts
-
Shadow
MemberThen this problem is beyond our capabilities…
Shadow
MemberFrom MySQL 4.1.1 on use SHOW WARNINGS statement to retrieve the errors (see MySql manual for details abot SHOW WARNINGS). Before this version, the warning counter is used for indicating that something was not OK, but the warnings are not stored. Hint: warnings happen under same circumstances as if INSERT statement had been issued.
Shadow
MemberUnfortunately, you are not the only person who reports such problem (duplicate lines in imported data). You should contact Ritesh so that he can debug SQLyog if you provide some sample data.
Shadow
MemberDo you use SQLyog to migrate data to MySql? If yes, does it report any errors after importing? Have you tried creating those indices in SQLyog?
Shadow
MemberIf you have access to the machine running MySql service, then you should check out MySql's data directory and see if the corresponding *.MYD file is there – or even the folder is there. I would remove the whole db manually, in case it's possible. Otherwise you should contact the operators of the server.
Shadow
MemberOr accidentally put two “;” at the end of a query…
Shadow
MemberCan you export the data as csv file from your db?
Shadow
MemberDo you have all the necessary character sets installed?
Shadow
MemberNeo: scheduling ODBC import is planned for SQLyog MAX.
Shadow
MemberWhy do you create the xml file manually? You said that you were unable to schedule the job. Use SQLyog to create the xml file, then schedule it manually.
Shadow
MemberEven SQLyog's GUI cannot really handle tables without PKs… You should request it as a new feature!
Shadow
MemberYou should issue a refresh command to SQLyog after you alter the structure immediatelly in order to see the changes in the object browser. It a feature of SQLyog. Automatic refresh of the object browser has already been requested.
Shadow
MemberIf the table names are different, then it is not an issue, although generally it's not a good idea to mix two apps' dbs.
Tools -> Execute Batch File
Shadow
MemberThe problem is that sja uses primary keys to determine which rows must be updated, so currently a table must have a primary key in order to be synced by SQLyog. If you need to mirror a db, then you might consider using MySql's built-in replication feature.
Shadow
MemberActually, SQLyog does use the built-in scheduler… Most likely the Schedule API in XP and 2000 differs from that of W98 and this causes the problem. I'll test it in the upcoming days and will report back.
-
AuthorPosts