Forum Replies Created
-
AuthorPosts
-
Ritesh
MemberWhich version of MySQL are you using?
Ritesh
MemberMySQL's client library for Windows does not support SSL as of now.
We are looking into this issue and we will revert back soon.
Ritesh
MemberYes.
Ritesh
MemberWe 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.
Ritesh
MemberWe 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.
Ritesh
MemberJust backup sqlyog.ini located in your installation folder. After reinstalling, overwrite the new sqlyog.ini with the backup. Thats it. 😀
Ritesh
MemberYes.
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.
Ritesh
MemberThis is a known issue and we are working on it.
Ritesh
MemberPlease check the following link:
Ritesh
MemberThanks for the attachment.
I will run the sync and let you know the result tomorrow.
Ritesh
MemberNope.
Ritesh
MemberNope.
Currently SJA only supports TCP based connections.
Ritesh
MemberWe 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.
Ritesh
MemberWhich 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?
Ritesh
MemberLooks 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