Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 2,527 total)
  • Author
    Posts
  • in reply to: utf8 and other encodings? #17040
    Ritesh
    Member

    Which version of MySQL are you using?

    in reply to: What happened to SSL Encryption? #17045
    Ritesh
    Member

    MySQL's client library for Windows does not support SSL as of now.

    We are looking into this issue and we will revert back soon.

    in reply to: utf8 and other encodings? #17038
    Ritesh
    Member

    Yes.

    in reply to: PHP can't connect to database when SQLyog running #17028
    Ritesh
    Member

    We 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.

    in reply to: C++ MySQL API #17024
    Ritesh
    Member

    We 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.

    in reply to: Backup connection settings #17022
    Ritesh
    Member

    Just backup sqlyog.ini located in your installation folder. After reinstalling, overwrite the new sqlyog.ini with the backup. Thats it. 😀

    in reply to: foreign key problems #17013
    Ritesh
    Member

    Yes.

    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.

    in reply to: Can't sync between MySQL 4.0 and MySQL 4.1 #17020
    Ritesh
    Member

    This is a known issue and we are working on it.

    in reply to: Varchar vs Chair #17021
    Ritesh
    Member
    in reply to: Tables not syncronizing #16982
    Ritesh
    Member

    Thanks for the attachment.

    I will run the sync and let you know the result tomorrow.

    in reply to: XML Data #17019
    Ritesh
    Member

    Nope.

    in reply to: Location of mysql.sock #17017
    Ritesh
    Member

    Nope.

    Currently SJA only supports TCP based connections.

    in reply to: connecting through proxy #17016
    Ritesh
    Member

    We 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.

    in reply to: Tables not syncronizing #16973
    Ritesh
    Member

    Which 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?

    in reply to: SQLyog and MySQL5.0 #17005
    Ritesh
    Member

    Looks 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.

Viewing 15 posts - 1,351 through 1,365 (of 2,527 total)