Page 1 of 1

mySQL Tools

PostPosted: Thu Sep 08, 2011 10:08 pm
by Ukobat
looking for a tool to read/edit mySQL's without having a server running
usually use HeidiSQL but that was when i was screwing around with WoW

anything > the view in notepad would be great

Re: mySQL Tools

PostPosted: Thu Sep 08, 2011 11:10 pm
by Argo
well and when you screw around with daoc... HeidiSql too, happy screwing :mrgreen:

Re: mySQL Tools

PostPosted: Fri Sep 09, 2011 6:50 am
by Dunnerholl
i think you will not get more than syntax highlighting and syntax checking from an offline tool. unfortunately i dont know any such tool for mysql.

Re: mySQL Tools

PostPosted: Fri Sep 09, 2011 8:41 am
by Tolakram
notepad2 http://www.flos-freeware.ch/notepad2.html

notepad++ http://notepad-plus-plus.org/

I think both have SQL syntax highlighting.

Re: mySQL Tools

PostPosted: Fri Sep 09, 2011 10:36 am
by Ukobat
ty Tola this will work

Re: mySQL Tools

PostPosted: Fri Sep 09, 2011 12:16 pm
by Graveen
HeidiSQL have syntax highlightning - in the query tab.
Notepad++ also.

Re: mySQL Tools

PostPosted: Tue Sep 27, 2011 6:56 am
by THE_Wolfman
Grab Programmer’s Notepad 8)

It's free, comes in installer, multilanguage installer, and portable flavors.

Re: mySQL Tools

PostPosted: Tue Sep 27, 2011 7:16 am
by Argo
nice one Wolfman, just downloaded and tried it. nifty little editor :)

Re: mySQL Tools

PostPosted: Thu Sep 29, 2011 10:48 am
by Dinberg
I give my shout out to Notepad++ (should be the first thing you install on ANY pc, maybe even before the OS!) and HeidiSQL. Hardcore users may of course use the command line tools :P

Re: mySQL Tools

PostPosted: Thu Sep 29, 2011 2:35 pm
by Argo
got that notepad++ too and as you said, it is always one of the first things i install on any pc :D

Re: mySQL Tools

PostPosted: Fri Sep 30, 2011 12:56 am
by Graveen
idem. I regret replacing notepad with notepad++ is so (relatively) difficult.

Re: mySQL Tools

PostPosted: Fri Sep 30, 2011 9:19 am
by Argo
idem. I regret replacing notepad with notepad++ is so (relatively) difficult.
the possibilities look overwhelming at first sight but if you give it a try it is an awesome tool.

Re: mySQL Tools

PostPosted: Fri Sep 30, 2011 2:28 pm
by Graveen
yes, i use it for years, and i make it replacing notepad, but as notepad is a system file, it can scare newcomers :D
For me, Notepad++ gives:
- syntaxic coloration to many files (quick changes to .cs, .php, .sql, .aut, .html are my main concerns)
- quick directory search
- regex search
- quick file compare
- quick text file conversion (line end linux/windows, ansi/utf8 conversion etc...)

Yay ! :)

Re: mySQL Tools

PostPosted: Fri Sep 30, 2011 8:53 pm
by Argo
not to forget the replacing possibilities through macro automating :D my favourit for working on mysql files

Re: mySQL Tools

PostPosted: Sat Oct 01, 2011 7:14 pm
by Dinberg
and iirc you can specify what regex flavor you want to use!