Forum Replies Created
-
AuthorPosts
-
peterlaursenParticipant
Agreed! You can compare the inline help of “MySQL Query Browser” with the “templates” feature og SQLyog. You are not the first to request (I have too!) more functions like that.
peterlaursenParticipantconcerning: importing really large batch insert statements: There is a setting in the MySQL server configuration file (my.cnf/my.ini) name MAX-ALLOWED_PACKET that controls this. If the server configuration is under your control you can raise the value (and stop and restart mySQL for the changes to take effect). Actually there migth be two MAX-ALLOWED_PACKET -values: one for use with the Mysqldump -utility another for clients like SQLyog.
If the .sql file is generated with SQLyog you can have one row with each INSERT statement by unchecking “create bulk insert statements” in the export dialogue.
peterlaursenParticipantthe difference of the “text” types and the “BLOB” types are that “text” only accepts character-input, BLOB accepts all (Binary) inputs.
As I read from here: http://www.fourmilab.ch/webtools/base64/ base 64 was created to allow transmision of binary data by email. I can't see any idea in transforming binary data to charcater data in order to store it in a database.
peterlaursenParticipantIt seems to me that in this case you should use the built-in replication feature of the MySQL server itself.
peterlaursenParticipantQuote:Insert/Update/Deleted data consists number from both source and target. Thus it need not be necessarily same as numbers of Source server.OK – that makes sence with a two-way sync. But this case was a one-way sync!
In case of two way-sync It would be nice it it displayed inserted, updated and deleted for each host independently.
peterlaursenParticipantWell , yes I can import the data I sent you with the setting that you propose.
But that's not logical at all, I believe!!
1) Why must the escape-sequence be \ when there is nothing to escape here ??
2) Why must the fields be enclosed by ” ' ” when they really are only enclosed by ” ' ” ?
3) I also don't understand why the “lines teminated by” must be ” n “. Using anything else generates an error. The program shoul prevent me from using values that won't work! But maybe a little bit of documentation would sort things out ??
4) Why can't I just use exactly the same vaules in the export-settings dialogue and the import-settings dialogue ?
peterlaursenParticipantthere is no chance that you can build another PK than one based upon an autoincrement integer ??
peterlaursenParticipantI still am not able to import anything!
Data look like (note there are no ” ' “s)