forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › SQLyog Support MySQL 5.x ?
- This topic is empty.
-
AuthorPosts
-
-
May 12, 2005 at 4:03 am #8970
Yutthanai
MemberAre SQLyog Support MySQL 5.x or not?
-
May 12, 2005 at 4:15 am #17762
Ritesh
MemberYou can very well connect and work with MySQL v5.x.
As of now no GUI is available for strore procs/views etc. You have to write the correct SQL query in the editor window and execute it.
-
May 20, 2005 at 8:12 am #17763
Shadow
MemberWell, it's not just the lack of GUI support for stored procs that causes inconveniance, but INSERT/UPDATE commands fail to work if they involve special characters and client side encoding is set to utf8 using SET NAMES command. Encoding of underlying db or table(s) seems to be irrelevant to this issue. If the inserted/updated string contains special characters, an emtpy string gets inserted/updated.
This was tested with SQLyog Ent. v4.06 on W2K with MySql v5.0.3 beta, InnoDB. Special characters in question belong to Hungarian alphabet.
-
May 20, 2005 at 9:11 am #17764
Shadow
MemberUpon further testing, we are not sure, that this is a bug in SQLyog, it may well be in MySql itself… I'll be posting command line screenshots later on.
-
May 20, 2005 at 11:39 am #17765
peterlaursen
ParticipantThere is a lot of bugfixes with each new release og Mysql ver. 5
http://dev.mysql.com/doc/mysql/en/news-5-0-4.html
http://dev.mysql.com/doc/mysql/en/news-5-0-5.html
http://dev.mysql.com/doc/mysql/en/news-5-0-6.html
With me Sqlyog works fine with MySQL 5.0.4. But it's not true what Ritesh writes, that SP-code can be executed fra the SQL-pane in SQLYOG. First: there is no support for DELIMITER command, second: the code is not recognized as SP-code (probably a problem with the library).
-
May 20, 2005 at 12:18 pm #17766
Shadow
Member5, and 6 are not even released yet…
But here comes the first of the promised screenshots. Encoding was set to utf8 (table encoding is utf8 as well), and then we try to insert a new record. Field A is of int type (autoincrement), B and C are of varchar(45).
-
May 20, 2005 at 12:20 pm #17767
Shadow
MemberBut the most interesting results occured, when I switched to ucs2 encoding. Even the SELECT command should complete succesfully, but that USE command beats everything:
-
May 20, 2005 at 12:30 pm #17768
peterlaursen
ParticipantI guess I'll stick to the “latin1” character set! 😉
-
May 21, 2005 at 4:59 pm #17769
peterlaursen
ParticipantI just noted at http://www.mysql.com that 5.0.5 is just “not released” 5.0.6 is “not released yet”.
My interpretation is that they will skip distribution of the 5.0.5-binaries. So 5.0.6 must be very close. Hope that could help you!
-
May 23, 2005 at 8:46 am #17770
Shadow
MemberEven latin1 produced interesting side effects, byte length of field A was 10, while byte length of field B was only 5 after the INSERT statement on the first screenshot had been executed…
I guess, we won't be using MySql 5 beta for a while…
-
-
AuthorPosts
- You must be logged in to reply to this topic.