Support Joomla!
Search: Advanced Search
Serving 3334 extensions to the community. Last updated today.

Editor Blogs






Lost Password?
No account yet? Register

Who's Online

We have 746 guests and 51 members online
Joomla! Extensions Directory feed - RSS 0.91

Directory Support

Rules
Using this Site

Disclaimer

The extensions and reviews listed in this area have been submitted by the community and their listing does not constitute or imply endorsement, recommendation, or favouring by Joomla!/OSM.

This content is provided as a free service to our visitors, and, as such, Joomla!/OSM cannot be held liable for the accuracy of the information. Visitors wishing to verify that the information is correct should contact the parties responsible for authoring the content and/or development of the extension.


Are you seeing blanks over some extensions' compatibility, license and type field? Head over to JED forum to learn why.
Database Management Show All Developer's Extensions
EasySQL for Joomla1.5, if you without phpMyAdmin ComponentcomponentLanguagelanguage
Rating
18 votes
Developer:Serebro Version:1.23 (Updated 81 days ago)
E-mail: This e-mail address is being protected from spam bots, you need JavaScript enabled to view it Compatibility:Compatible with Joomla! 1.5 LegacyCompatible with Joomla! 1.0
Views: 23,733 License:GPLv2.0
Favoured:
19
Type:Non-Commercial
Date Added:Aug 21, 2007
DownloadHomepageWrite ReviewRecommend
EasySQL for Joomla1.5, if you without phpMyAdmin
EasySQL (for Joomla 1.5 & 1.0.х) is simple solution for execution SQL-queries of your MySQL database. Archive size 10kb!!!

Features:
* execution any queries to MySQL;
* execution of several queries for time;
* restore database sql-dump;
* data acquisition of the table selected from the list;
* displayed query results; horizontal scrolling the wide table;
* croping long strings in cells of the table (option);
* creating, editing and deleting records;
* export to csv-file;
* support multilang-interface (inside: EN, RU, FR, ES).

Report this listing


Simple but extremely useful by netshine, July 2, 2008
A very handy tool, especially when providing support to clients - you only have to ask for access to Joomla administrator, without needing separate database access. Nowhere near as powerful or complex as phpMyAdmin, but the essential features are there and it is dead easy to use.


Perhaps the single most useful extension I've installed. by khellhound, June 19, 2008
1 of 2 people find this review helpful:
This has been the single most useful extension I've installed on my site.

Whenever I'm developing, it's painful for me to maintain a phpMyAdmin page open alongside an admin page...it just IS...especially when you're running 2 different admin panels for 2 sites on the same database.

With this extension, I can query all the tables in the database across both sites - I can manually execute queries as well - to insert items, alter tables, etc.

On top of that, I'm sometimes behind a firewall that blocks port 8585 (which is what my phpMyAdmin runs out of on my web server) - so I don't get access to phpMyAdmin (painful, yes)...

With this extension, I don't need to. I can run everything simply and efficiently, all from the comfort of my Joomla! Admin console.


Works fine by day811, May 14, 2008
1 of 1 people find this review helpful:
This component works fine but i need to change a line to make CSV export compatible with queries using quotes.

In administrator\components\com_easysql\admin.easysql.php
I change
$sql = mosGetParam( $_POST, 'easysql_query', null );

to

$sql = stripslashes(mosGetParam( $_POST, 'easysql_query', null ));


great tool by mbrando, April 23, 2008
I this tool is really easy to install and use. I had trouble with data fields that content lists with returns in them like:

path=1
user=3
cont=4

and so on. The "to CSV" button did not use a text delimiter to contain field data like this. So I modified line 125 in admin.easysql.php to read:

$csv_values .= '"'.$val.'"'.$comma;

it was:

$csv_values .= $val.$comma;

Great Component.


Double Posting by jbudd, April 19, 2008
2 of 2 people find this review helpful:
I needed some way besides phpMyAdmin to load records into jos_content.

I was hoping this would be it, but it inserts every record twice.

Its OK for SELECT queries though


problem? by Edita, March 29, 2008
2 of 2 people find this review helpful:
Why i cann't install it on J1.5 stable?
It says to me that i must enable the System - Legacy Plugin in the Plugin Manager but you said that you didn't have any problem?


Great component by graemelg, February 11, 2008
2 of 2 people find this review helpful:
Installed on J1.5 stable without a hitch. Works as advertised so far. Would love to see CREATE TABLE supported.

[I found that I could create tables by entering the full command in the free text area. It gives an error message but the tables were created exactly as specified. I don't recommend it but it worked for me.]


great by goryl, February 6, 2008
1 of 2 people find this review helpful:
this component is so great as it's simple :)
Whenever you have some problem with other components/modules or whatever it is great help for debuging


A lifesaver!!! by xjc, February 1, 2008
1 of 2 people find this review helpful:
I'm serious, this component is a lifesaver!! I've been needing to delete the tables from fireboard to do a clean install. Without phpmyadmin or any clue how to query a sql database, this program did it.

There is a dropdown list which doesn't list the command "drop", but it works fine if you throw the command into the blank window and hit execute.

Thanks for putting this together :)


Very simple, but useful alternative to phpMyAdmin by thepisu, August 22, 2007
2 of 3 people find this review helpful:
This component is very simple, and surely could be expanded with other features, for example view / edit / create table structure, but it's a valid and useful alternative for sysadmin if phpMyAdmin is not available, to have a basic control of records. In fact, with this extension you can easily list, edit, delete and create records; in addiction there are also some useful queries like "SHOW STATUS" and "SHOW CREATE TABLE".

To use at best this extension, you should have a minimum SQL knowledge.


PHPMyAdmin replacement by gws, August 21, 2007
1 of 2 people find this review helpful:
When I first checked this out and went to the home page and discovered it was Russian I thought bugger. Downloaded the component and unzipped and there was no help documentation either, again thought bugger. However, ever adventurous I uploaded it to my test site and it could not be easier. 95% of all the mysql functions have been predefined and you can very simply right your own query and see the results and then click a button and they are exported to a csv. Magic component.It is not quite as powerful as phpmyadmin but comes close.


Awesome! by derebo, August 21, 2007
1 of 1 people find this review helpful:
Just 10 minutes after this tool comes up in the New Extensions category and here I go! Just what I was looking for! A _simple_ way to query SQL tables and get results displayed. I'll rate it after some serious testing. KRUTO!!!