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

Forum Replies Created

Viewing 15 posts - 76 through 90 (of 110 total)
  • Author
    Posts
  • in reply to: 403 Forbidden Error When Using Http Tunnel #23738
    Rohit
    Member

    I think this is a webserver issue.

    Are you able to access the tunneling URL from a browser?

    in reply to: Beta 6 Remarks #23705
    Rohit
    Member

    @DonQuichote:

    Did you create the PHP page as a workaround because the Unicode features of SQLyog were not working as you had expected?

    We really want to know if you are STILL not able to see data properly from your local server.

    in reply to: Cache Confusion #23546
    Rohit
    Member

    With the current values of create_tmp_tables and create_tmp_disk_tables, MONyog should advice you to increase tmp_table_size and max_heap_table_size. It is not doing so?

    in reply to: Cache Confusion #23544
    Rohit
    Member

    @Brashquido:

    I just wanted to know if MONyog was already advising you on the Temporary Tables Tuning that Anand has suggested. If not, we have a bug in MONyog!

    in reply to: Cache Confusion #23539
    Rohit
    Member

    I think we have to fine-tune the advisor for Key cache hit rate. Right now, if the key cache hit rate is below 99%, it advises you to increase the key_cache_size. We have to take other factors (like unused blocks) before coming up with the advice.

    I will keep you updated.

    in reply to: Stored Procedure Debugger #23637
    Rohit
    Member

    We have looked at the techniques used in http://forge.mysql.com/wiki/DebuggingStoredProcedures. However, we didnt find them very convenient for the end user – specially the requirement of editing the SP before debugging.

    I will have a look at the other link in your post and get back soon!

    in reply to: Stored Procedure Debugger #23635
    Rohit
    Member

    MySQL AB does not provide any debugging APIs at this point in time. Unless debugging support is provided by the server itself, SQLyog wont we able to set breakpoints, inspect variables, etc while the proc is getting executed.

    Can you point me to some other tool that supports debugging of MySQL Stored Procs?

    in reply to: Monyog Remote Usage #23489
    Rohit
    Member

    Yes, only localhost connection is supported for the web-server.

    We will allow remote access to the web-server after we build a robust authentication system.

    in reply to: Cache Confusion #23537
    Rohit
    Member

    Thanks for the data.

    We will analyze them and get back to you shortly.

    in reply to: Database Structure Synchronization #23586
    Rohit
    Member

    Yes, only manual structure sync is possible right now.

    Automated structure sync is a *risky* business – we are not sure how many customers would be interested in this feature.

    in reply to: New Scripts For Monyog #23588
    Rohit
    Member

    Yes. You can cut and paste you scripts into the default scripts. A better way would be to add them in the separate file available for customization (mycounters.js).

    We are buidling a sophisticated dev. environment to allow easy merge/integration of user defined counters/advisors.

    in reply to: Cache Confusion #23527
    Rohit
    Member

    What is the hit rate of MyISAM Key Cache and Query cache?

    in reply to: Query Cache Hit Rate #23441
    Rohit
    Member

    Well, this is a subjective issue. The 'default' MONyog installation considers the following as “good hit rates”:

    MyISAM Key Cache > 99%

    InnoDb Key Cache > 98%

    Query Cache > 95%

    MONyog will highlight if the hit rates are lower.

    You can always change the defaults by going to Customize->Edit Builtincounters.js

    in reply to: Default Port Conflict #23443
    Rohit
    Member

    Yes, we are aware of it. Right now the port is “hard-coded” inside the program. Making this(and other params) configurable is high in our list.

    in reply to: Mysql Yog Through Proxy #23119
    Rohit
    Member

    There is no built in support for proxies in mysqld. You will have to open up a port by some external means such as creating an SSH tunnel.

    Additionally, the MySQL client library does not provide any option to access the underlying socket. This prevents us from developing our own proxy server support for SQLyog.

    However, SQLyog HTTP tunnelling module *WORKS* over proxy server. So if you are able to connect to a HTTP server, you should be able to connect to MySQL as well.

Viewing 15 posts - 76 through 90 (of 110 total)