Forum Replies Created
-
AuthorPosts
-
peterlaursen
ParticipantPlease check 6.05 beta1:
peterlaursen
ParticipantPlease refer to:
http://webyog.com/faq/34_148_en.html
No matter how data are stored on the server SQLyog 6 always uses UTF8 internally (with MySQL 4.1 and higher).
peterlaursen
ParticipantI still do not understand!
“Is not structure of the table” CSV conatins only data, no structure (except that column names can be in first line)!
Please provide a 'reproducable test case':
1) Create a small table, DUMP it, zip and attach here.
2) Also attach two CSV-files for every SQLyog version we are talking about
3) attach a screenshot of your export settings.
peterlaursen
ParticipantFirst screenshot .. what program is that?
peterlaursen
ParticipantOK .. there is no font setting that works on 'display in text mode'. We will add this in 6.05.
We also know that there are remaining alignment issues.
… but still a small test case with Turkish would be nice!
peterlaursen
ParticipantPlease first check the font settings in 'preferences'. Is a non-propotional font (like Courier/Courier New) used everywhere.
Also please help with a small test case! Create a small table with those characters, export/dump , zip and attach here (So that we can “SELECT * FROM …” and reproduce!).
peterlaursen
ParticipantIssue confirmed. We are working on the fix!
July 3, 2007 at 8:18 am in reply to: Sja V6.0.4 Segmentation Fault On Centos 4.4 / Mysql 4.1.20 #24440peterlaursen
ParticipantIssue confirmed. We are working on the fix!
peterlaursen
ParticipantI forgot:
create a ticket here
http://www.webyog.com/support/ttx.cgi
if you have any problems (for instance if you do not recall what email adress was used for the purchase)!
peterlaursen
ParticipantI paste a 'standard reply' from our support ticket system:
To retrieve lost registration information, to download the latest stable SQLyog ENTERPRISE and to purchase upgrades you should use our Customer Portal.
You can see everything that we have registered about you and maintain your data (such as email adress) yourself.
The Customer Portal is available from
http://webyog.com/CustomerArea/
we have you registered with the email adress '******@*****'. You must use this adress too as the userid for the first logon to the system. First you must request a password. It will be sent to you. In case the above email adress is no longer available to you, we will need to change it manually for you to get started with the Portal. If so please tell here what the new email adress should be.
Note that download links and display of registration data are only active for users who still have free upgrades.
For details please refer to our upgrade policy at:
http://webyog.com/faq/30_129_en.html
July 2, 2007 at 3:22 pm in reply to: Sja V6.0.4 Segmentation Fault On Centos 4.4 / Mysql 4.1.20 #24439peterlaursen
ParticipantIt looks like your information is pretty much complete.
it is late here now, but we will check this tomorrow!
peterlaursen
ParticipantSQLyog 5.32 COMMUNITY is available from
http://www.webyog.com/downloads/SQLyog532.exe .
We will annalyze this issue with Wine!
peterlaursen
Participantthank you!
This
“character_set_database” “latin1”
— clearly tells that data are NOT stored on the server as chinese characters. To do this you will either need to use a chinese character set or a unicode character set!
I'll study your dumps in detail tomorrow.
I wrote a new FAQ on this today, that you may read:
peterlaursen
ParticipantYou inspired me to write a FAQ:
peterlaursen
Participant1) I request that you install version 6.x again (just install to another folder) and export wwith this one. I need a utf8 encoded file to check if there are any chinese characters in one of the rows! SQLyog create dumps as utf8 encoded files.
2) I also need a COMPLETE DUMP with all charset settings for the table (and columns if any are difined). Rightclick table …export .. backup table as SQL dump. This will give all information!
3) Also please execute
” SHOW VARIABLES LIKE '%character%' “
(and be sure that the database with that table is the USED database when doing!)
Sorry for the trouble, but I really want to understand your issue
-
AuthorPosts