Forum Replies Created
-
AuthorPosts
-
RiteshMember
Which version of MySQL are you using?
RiteshMemberMySQL's client library for Windows does not support SSL as of now.
We are looking into this issue and we will revert back soon.
RiteshMemberYes.
RiteshMemberWe have just changed the MySQL client library from 3.5 to 4.0. Everything else remains same.
Do you have a copy of SQLyog v3.5 with you? Just reinstall it and see if the problem persists.
RiteshMemberWe use MySQL C API to work with a MySQL server. It is developed/supported by the MySQL developers and is undoubtedly the fastest way to work with a MySQL server.
We dont have knowledge of either MySQL++ or mysqlcpp. I believe it all boils down to your language preference – whether you like C or C++.
Try each of them and find out which one suits you the best.
RiteshMemberJust backup sqlyog.ini located in your installation folder. After reinstalling, overwrite the new sqlyog.ini with the backup. Thats it. 😀
RiteshMemberYes.
The key statements are:
Code:CONSTRAINT `posts_ibfk_1` FOREIGN KEY (`topic_Id`) REFERENCES `topics` (`topic_Id`),
CONSTRAINT `posts_ibfk_2` FOREIGN KEY (`username`) REFERENCES `topics` (`Username`)and
Code:CONSTRAINT `topics_ibfk_1` FOREIGN KEY (`forum_Title`) REFERENCES `forums` (`forum_Title`),
CONSTRAINT `topics_ibfk_2` FOREIGN KEY (`Username`) REFERENCES `users` (`username`)I hope they solve your purpose.
RiteshMemberThis is a known issue and we are working on it.
RiteshMemberPlease check the following link:
RiteshMemberThanks for the attachment.
I will run the sync and let you know the result tomorrow.
RiteshMemberNope.
RiteshMemberNope.
Currently SJA only supports TCP based connections.
RiteshMemberWe are working on HTTP Tunneling through a Proxy server. It will be implemented in 4.03.
You can expect v4.03 anytime in the next week.
RiteshMemberWhich version of SJA are you using? Are you using Linux version or Windows version?
Can you send me the table structure and some sample datas to reproduce the error?
RiteshMemberLooks like this is a known bug and has already been fixed in 5.x development tree. The fix will be available in MySQL v5.0.3.
Please check http://bugs.mysql.com/bug.php?id=6950 for more information.
-
AuthorPosts