Page 1 of 2
Any good free MYSQL tools?
PostPosted: Tue Feb 27, 2007 10:27 pm
by Troglart
Well, lets start by announcing my return to DOL, with that said, ill move on. Like in my title im looking for a free MYSQL tool because without that, im at a screeching stop to my test server production and my production with scripts im going to create and improve, so if anyone can help me that would be great. I've searched both rumandcode and here for one and I don't trust any free downloads, and i've used up my free time on Navicat and can't re-download it so.. im stuck.
PostPosted: Wed Feb 28, 2007 12:21 pm
by ZioRed
I suggest you the free tools from mysql.com: MySQL Query Browser (the only I use, together with phpMyAdmin for some features).
The only thing it doesn't make is export resultsets into sql "INSERT" format file.... but you can just use phpMyAdmin for that!

PostPosted: Wed Feb 28, 2007 8:34 pm
by Troglart
thanks
I have found
PostPosted: Fri Mar 23, 2007 2:23 pm
by Tethered
syslog to be pretty easy to work with as well... something to look at anyway.
PostPosted: Fri Mar 23, 2007 3:56 pm
by VaNaTiC
Hi,
- me using phpMyAdmin (found at sourceforge)
- MySQL-Query-Browser (as it said in a post before), but with bad export/import.
- SQLyog ( found at
http://www.webyog.com/ ) I prefer for the moment
(could export and import full databases as sql with nice performance)
PostPosted: Fri Mar 23, 2007 4:02 pm
by Overdriven
I use Navicat for general database updating.
MySQL Front (R.I.P) for mass importing.
SysLog I'm going to check out.
MySQL Query Browser I didn't like o_O
PostPosted: Sun Jun 03, 2007 4:59 pm
by tycone
I recomend navicat although it is not free i put a crack on my webserver for anyone who wants it and couldent find crack or couldent pay
URL Removed. We don't support this on DOL. Please PM tycone for any other information
PostPosted: Sun Jun 03, 2007 5:30 pm
by Overdriven
Edited..
PostPosted: Mon Jun 04, 2007 6:43 am
by VaNaTiC
PostPosted: Mon Jul 16, 2007 3:40 pm
by doobiwan
I used this MySql interface when I used to work with DOL
MySqlManager Lite
Completely free and very easy to use.
PostPosted: Mon Jul 23, 2007 5:50 am
by IStandAloneToo
MesaMySQL isn't too bad. I prefer navicat over it, but it's free

.
PostPosted: Sat Aug 11, 2007 11:05 am
by ichijin
Syslog is a great little program. ITs the one I prefer as well. Only thing you have to watch out for with it is the "bulk insert statements". Exporting SQL dbs with bulk insert statements sometimes do not even import properly back into Syslog.

They definatly dont agree with navicat/mysql command prompt. Just FYI.

PostPosted: Sat Aug 11, 2007 11:25 am
by biggyb
Edit: Let's not advertise exploiting non-freeware programs.
PostPosted: Wed Sep 26, 2007 1:27 am
by Tremolin
I use Toad from Quest Software. Its free and quite easy to use:
http://www.quest.com/toad-for-mysql/
Cheers
Phil
PostPosted: Sat Oct 13, 2007 4:33 am
by Deniska
I've prefer standart mysql client (: and phpmyadmin(many functions, many languages, easy to use -
official page(require webserver and PHP installed)).