SQL Buddy is een php-webapplicatie waarmee Mysql-databases en -servers via een webinterface kunnen worden beheerd. Zo is het bijvoorbeeld mogelijk om databases aan te maken, te veranderen, te verwijderen en als backupbestand te exporteren. Het is daarmee direct te vergelijken met Phpmyadmin, echter de interface van SQL Buddy ziet er iets moderner uit. De ontwikkelaars hebben versie 1.2.9 de deur uitgedaan en voorzien van de volgende lijst met aanpassingen:
Version 1.2.9:Version 1.2.8:
- fixed bug that would generate an error on the homepage for windows servers
- columns with a default value of CURRENT_TIMESTAMP are now properly exported
- added 7 new translations: Español, Italiano, Nederlands, Português (Brasil), Русский, 中文 (繁體), 中文 (简体)
Version 1.2.7:
- fixed a bug in the bittersweet theme that would not allow the side menu to have a scrollbar
- fixed a bug in the query tab that would cause a php notice to be generated
- updated locale names to use localized names instead of english names
[break]
- added option in config.php to set how many rows are displayed at once in the browse tab
- added support for themes with a new default theme
- background dialog boxes are now given focus when they are clicked or dragged
- binary data is now hex-encoded when exporting
- tooltips are now used to display a human readable format of dates when unix timestamps appear in data on the browse tab
- fixed javascript bug where dragging objects caused text to be unintentionally selected on the page
- added resize functionality to ajax windows
- on the browse tab, if all rows are deleted, a redirect to the structure tab is sent
- added arrow links on the database overview page to quickly views the rows in a table
- all submit buttons have been changed to use input tags instead of anchor tags