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

Checking Db Size?

forums forums SQLyog Using SQLyog Checking Db Size?

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #10114
      2006-09-03
      Member

      Hi,

      I am using SQL Yog Free v5.11.

      Is it possible to check using the application the size in Mb of a MySQL db?

      I can do so by logging into the PHPMyAdmin tool for the db, but thought it would be useful to do so using SQLYog.

      Thanks

      Jim

    • #23185
      peterlaursen
      Participant

      No this is not possible.

      SQLyog connects with the compiled-in C API.  There is no function to query the database file sizes.

      The client code accesses the MySQL server only – not the Operating System or File System.

      Probably there is some way with PHP (provided that PHP is executed with appropriate user privileges) and that could explain what PMA does.

       

Viewing 1 reply thread
  • You must be logged in to reply to this topic.