Garbage output on first run

Some version of PHP (e.g. 5.2.11) have a buggy zlib library that causes output of the scripts to be garbled. Alternatively, other compression related issues may cause MyWebSQL to output junk characters on browser screens. If you encounter such problem, try one of the following:

  • Remove the .htaccess file completely from root installation folder of MyWebSQL
  • If the above does not work, put the .htaccess file again at the same place and edit it, changing the value of the first line in the file from
    php_value zlib.output_compression On
    to
    php_value zlib.output_compression Off

    Reload your browser window to see if the change works. If your hosting server has caching enabled, then you may have to wait 2-5 minutes before your changes are updated online, so you can retry using MyWebSQL again after few minutes.