Web development , php , ajax , symfony, framework, zend
In: web resources
22 Feb 2010AeroSQL is an open source web application, for managing MySQL databases.
It can control databases from different servers in a single, desktop-like interface where records can be easily browsed or edited within a grid.
The application displays every query executed & can run a batch of sql queries to save you time.
It is possible to select the columns to be displayed while editing a table which will help reaching the data in an organized way.
AeroSQL is built with PHP & uses ExtJS to provide the desktop-like functionality.
Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets
Advertisements:
SSLmatic – Cheap SSL Certificates (from $19.99/year)
Follow WebResourcesDepot At Twitter And Get More Resources!
This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.
6 Responses to Web-Based Multiple MySQL Manager – AeroSQL
Cazpa
March 8th, 2010 at 10:34 am
You should use phpmyadmin to view the dbs, you could try setting up xampps, its everything you will need including apache mysql and phpmyadmin
prx_187
March 9th, 2010 at 2:31 am
Hello,
I heard about this interesting one :
But i never tried it as we use Visio in my company.
Cheers
mackyinc
March 19th, 2010 at 5:52 pm
There are many many..most are either java based or phpbased which will allow you to mod the look.
Is one that is farily good.
I like Stu Nichols little CSS gallery.
But just do a search for "open Source web galleries" you will find a ton of them.
rony d
March 28th, 2010 at 12:28 am
U may want to look into these articles which should answer ur queries:
1.
and
2.
Happy Struting
PETER
May 13th, 2010 at 4:11 am
What's the speed contracted and billed?
marmonto
May 19th, 2010 at 2:11 am
It`s simple:
For a programer is more simple to manage the code that make thinks like login a user, get data from a database,…, and in other place to have the way that those data are represented in a Browser.
The way is in the .html file, make a "vinculation" to the program code file.
for example, this is a JavaScript code:
<html>
<head>
<script>
function clickMe(){
alert("Hello there");
}
</script>
</head>
<body>
<a onClick=clickMe()>Click me please</a>
</body>
<html>
Thats simple, but when we have ouch more code its so hurd to control a see code and presentation.
Then the JavaScript code will be separate in a independent file and make a vinculation.