Help

How do I login?

SQL Buddy uses the MySQL user table for authentication. Therefore, you can get started right away by using users that already exist. Most people will want to login as root because this level of permissions is necessary for certain tasks (like adding users, for example). However, you can login with any user that you wish.

How do I execute multiple statements at once in the query tab?

To execute multiple statements, separate each one with a semicolon.

I am getting an error about an unsupported form of compression. How can I fix this?

This problem can be resolved by opening up the file called config.php in the sqlbuddy directory. To fix the problem, you must disable gzip encoding by setting $sbconfig['EnableGzip'] to false.

What are the keyboard shortcuts?

Press this key... ...and this will happen
a select all
n select none
e edit selected items
d delete selected items
r refresh page
q load the query tab
f browse tab - go to first page of results
l browse tab - go to last page of results
g browse tab - go to previous page of results
h browse tab - go to next page of results
o optimize selected tables