OSE Database Manager™

- This extension requires registration to download.
It integrates phpMyAdmin into the Joomla! platform, aiming a provide a convenient database tool for web masters. It has all main features of phpMayAdmin and makes you manage the site database easily at the Joomla! back-end. It only loads the DB for the current Joomla! site on which you login at the back-end.
For security concerns, admins need to input the database credentials to login the management area.
Version 1.1.0 - 1.2.0
* Bug fix - fix another but for the administrator previlidge checking bug in Joomla 2.5
Version 1.0.1 - 1.1.0 9th March 2012
* Bug fix - fix the administrator previlidge checking bug in Joomla 2.5
1.0.1- 11 Jun 2011:
* Combine the package so it works on both J15 and J16 versions,
* A .tar.gz version is provided to avoid the installation error on some websites
A small hiccup over using Joomla 2.5 was corrected within 30 minutes via a support ticket although I had bought the "No support version". Awesome response time, guys
Well worth the money at £39 for the full support version or £29 for the no support version. This app is definitely now in my arsenal for website development.
Until the Joomla 2.5 fix is released here it is
In file:
administrator/components/com_osedbman/views/osedbman/view.html.php
find these codes
if(!isset($user->groups['Super Users'])) {
$access= false;
}
changed it to:
if(!in_array(8,$user->groups))
{
$access= false;
}
This is a user group judge problem specifically for Joomla! 2.5.
Thank you for reporting this, we have fixed the issue and released version 1.1.0. Have a good day! :)
Very nice wrap-up of the original widely known phpMyAdmin panel.
Perfect tool to manage your DB without having to go away from your joomla site. If you know your way around the original, then you know this one, it's exactly the same!
Perfect webdeveloppers tool!
It allowed me to make a backup of the entire database, while my original phpMyAdmin was down.
A must-have in case of such emergencies.
Install & Go. Works perfect for me.
More pro : You only get access to the database that supports your particular Joomlasite.
No info on support, since I didn't need any.
It's free!




