mackol Posted August 23, 2004 Share Posted August 23, 2004 which is your favorite mysql ide besides notepad and textpad :D Link to comment Share on other sites More sharing options...
0 Dessimat0r Posted August 23, 2004 Share Posted August 23, 2004 Eh? Link to comment Share on other sites More sharing options...
0 GatorV Posted August 23, 2004 Share Posted August 23, 2004 AEdiX http://www.kt2k.com/software.php?id=3 It works for C, PHP, Java, etc. you name it, if you want a pure MySQL admin tool, try http://www.mysql.com/products/administrator/ It's not an IDE but you can backup and grant, etc. Also try PHPMyAdmin Link to comment Share on other sites More sharing options...
0 8tImER Posted August 23, 2004 Share Posted August 23, 2004 Eh? IDE = Integrated Developement Environment If that's what was confusing you ;) Link to comment Share on other sites More sharing options...
0 Dessimat0r Posted August 23, 2004 Share Posted August 23, 2004 IDE = Integrated Developement EnvironmentIf that's what was confusing you ;) Not at all, I was wondering why you'd want an IDE for MySQL. I was thinking something along the lines of 'query constructor', rather than IDE. IDE hints at the fact of compilation and debugging, and the basis of what is being constructed is a program, rather than a query. interactive development environment - (IDE, integrated development environment) A system for supporting the process of writing software. Such a system may include a syntax-directed editor, graphical tools for program entry, and integrated support for compiling and running the program and relating compilation errors back to the source.Such systems are typically both interactive and integrated, hence the ambiguous acronym. They are interactive in that the developer can view and alter the execution of the program at the level of statements and variables. They are integrated in that, partly to support the above interaction, the source code editor and the execution environment are tightly coupled, e.g. allowing the developer to see which line of source code is about to be executed and the current values of any variables it refers to. Examples include Visual C++ and Visual Basic. Link to comment Share on other sites More sharing options...
0 matt74441 Posted August 23, 2004 Share Posted August 23, 2004 EditPlus 2. Kicks ass, it cost me a couple of bucks to register, but it was worth it. Link to comment Share on other sites More sharing options...
0 Emon Posted August 23, 2004 Share Posted August 23, 2004 you can get a plug-in for Eclipse too .. there are bunch of em out there .. for example : http://quantum.sourceforge.net/ Link to comment Share on other sites More sharing options...
0 Bluetooth Posted August 23, 2004 Share Posted August 23, 2004 look up SQLyog. Pretty nice tool if you ask me. Josh Link to comment Share on other sites More sharing options...
Question
mackol
which is your favorite mysql ide besides notepad and textpad :D
Link to comment
Share on other sites
7 answers to this question
Recommended Posts