Database Admin
for osCommerce Online Merchant v2.2
The Database Manager permits you to access your MySQL database directly through the oscommerce admin panel.
Add, Alter, Drop, and Optimize Database tables from one file.
All the code is self-contained within the script
Legend: 
Download

Report
Version française
FULL PACKAGE
***************************************************
French Version
FULL PACKAGE
Yukleme ve modul Turkcelestirilmistir.
ekran goruntusu icindedir.
Turkish translation - hardcoded.
Screnshot included
This version of database_admin.php does not allow to select another database than the one from the store.
The list of databases will show only the database of the store and it is not possible to select another one from the URL.
However, it is still possible to create and drop other databases by typing the corresponding query and executing it...
Installation: replace admin/database_admin.php by the one provided in this release.
opened a support thread :
http://forums.oscommerce.com/index.php?showtopic=206197
Removed the hardcoded language instructions for adding "Database Manager" to your tools menu and moved it to the english language file.
To update remove '<a href="database_admin.php" class="menuBoxContentLink">Database Admin</a><br>' from admin/includes/boxes/tools.php the follow the instructions in the install.txt
Thanks to demonangel for this wonderful contribution.
The Database Manager permits you to access your MySQL database directly through the oscommerce admin panel.
Add, Alter, Drop, and Optimize Database tables from one file.
All the code is self-contained within the script