SQL Buddy is one of my all time favorite tool, that I’ve use daily for accessing and managing MySQL administration of servers. SQL Buddy is an open source web based tool was written in PHP language that intended to manage SQLite and MySQL administration via web browsers like Firefox, Chrome, Safari, Opera and IE+ (Internet Explorer).
SQL Buddy is an simple, lightweight and super fast application that offers a well-designed interface with a comprehensive feature set for database administrators and programmers. The tool allows you to add, edit, modify and drop databases and tables, import and export databases, indexes, foreign key relationships, run SQL queries and so on.
It is an good alternative to phpMyAdmin with fast and attractive Ajax based web interface with support for 47 different languages and themes. Compared to phpMyAdmin, SQL Buddy has almost all features set of phpMyAdmin but SQL Buddy is very light weight in size 320kb (i.e 1.1MB) after extracting and very easy to setup no installation requires, just unzip the files under web-server root directory and log in with your database username and password.
SQL Buddy also offers some useful keyboard shortcuts like create, edit, delete, refresh, select all and query, so you can manage the tool without the use of mouse. If you deal with large number of MySQL databases, then SQL Buddy is your all time choice.
Installing SQL Buddy in RHEL / CentOS / Fedora
To use SQL Buddy, first Download SQL Buddy and unzip the files in a folder and then upload the folder to your web-server root directory via ftp. For example, (/var/www/html/sqlbuddy) in my case, but it shouldn’t matter where you place them or what you name the folder.
If you don’t want to download, unzip and upload etc, then simply use the following rpm build developed by Erik Jacobs. Simply run the following commands to install SQL Buddy.
# wget http://www.erikjacobs.com/stuff/sqlbuddy-1.3.3-1.noarch.rpm # rpm -ivh sqlbuddy-1.3.3-1.noarch.rpm
Next, navigate to the web browser and type the following command to launch the SQL Buddy.
http://yourserver.com/sqlbuddy or http://youripaddress/sqlbuddy
Select MySQL and enter your username and password.
Welcome screen of SQL Buddy.
These are some useful SQL Buddy keyboard shortcuts are available.
If you want to customize your installation, then there are few useful variables in config.php that you may interested. If you’ve installed SQL Buddy using rpm package, then the file is located at.
# vi /usr/share/sqlbuddy/config.php
If you want to restrict SQL Buddy to specific IP address, then open the file with VI editor.
# vi /etc/httpd/conf.d/sqlbuddy.conf
Add the following lines of code to sqlbuddy.conf file. Replace your-ip-address with your server. This is for rpm based installation, if you’ve used zip format installation, then place the actual path of folder.
# SQL Buddy A Web based MySQL administration
Alias /sqlbuddy /usr/share/sqlbuddy
<Directory /usr/share/sqlbuddy/>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order Deny,Allow
Deny from All
Allow from your-ip-address
</IfModule>
</Directory>Restart the web server.
# /etc/init.d/httpd restart
If you need any help, please visit the forum available at sql-buddy topics or use our comment section for any queries.





phpmyadmin is not enough ? why should I use this?
Take a look on free tool Valentina Studio, is the best way to transform your data into meaningful information; create, administer, query and explore Valentina DB, MySQL, Postgre and SQLite databases for free on 32/64 bit Windows, Linux and Mac OS X. http://www.valentina-db.com/en/valentina-studio-overview