RE: MySQL front end...

2007-08-10 Thread Oğuz_Demirkapı
Unicode rulez! :) -Original Message- From: Crow T. Robot [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 4:16 PM To: CF-Talk Subject: Re: MySQL front end... Oðuz - always with the Unicode. LOL. On 8/9/07, Oðuz Demirkapý [EMAIL PROTECTED] wrote: I also searched a lot

Re: MySQL front end...

2007-08-09 Thread Raymond Camden
You do know that MySQL itself has visual tools, right? I think ADS is nicer - but the MySQL Tools collection is pretty darn nice. Runs on all platforms. On 8/9/07, Che Vilnonis [EMAIL PROTECTED] wrote: Besides Aqua Data Studio, what else is out there that is free and runs on Windows. Thanks,

Re: MySQL front end...

2007-08-09 Thread Crow T. Robot
Not free, but cheap (30-50 bucks-ish) , I really like Navicat. On 8/9/07, Che Vilnonis [EMAIL PROTECTED] wrote: Besides Aqua Data Studio, what else is out there that is free and runs on Windows. Thanks, Che ~| Download

Re: MySQL front end...

2007-08-09 Thread Wayne Putterill
Toad is pretty good http://www.quest.com/toad-for-mysql/ On 09/08/07, Che Vilnonis [EMAIL PROTECTED] wrote: Besides Aqua Data Studio, what else is out there that is free and runs on Windows. Thanks, Che ~| Enterprise web

RE: MySQL front end...

2007-08-09 Thread Che Vilnonis
Yep, knew that. Looking to weigh all options. Gracias. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 9:22 AM To: CF-Talk Subject: Re: MySQL front end... You do know that MySQL itself has visual tools, right? I think ADS is nicer

Re: MySQL front end...

2007-08-09 Thread Zaphod Beeblebrox
I've used this in the past and it wasn't too bad. http://code.google.com/p/sqlyog/ Plus, you could contribute code back to it and feel really good about yourself :) On 8/9/07, Che Vilnonis [EMAIL PROTECTED] wrote: Besides Aqua Data Studio, what else is out there that is free and runs on

RE: MySQL front end...

2007-08-09 Thread Dave Francis
Dreamcoder: http://www.mentattech.com/ -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 8:22 AM To: CF-Talk Subject: Re: MySQL front end... You do know that MySQL itself has visual tools, right? I think ADS is nicer - but the MySQL Tools

RE: MySQL front end...

2007-08-09 Thread Andy Matthews
:) Click here for contact us. -Original Message- From: Dave Francis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 9:38 AM To: CF-Talk Subject: RE: MySQL front end... Dreamcoder: http://www.mentattech.com/ -Original Message- From: Raymond Camden [mailto:[EMAIL

RE: MySQL front end...

2007-08-09 Thread Eric Roberts
MySQL has some free windows GUI's on their site. Aqua is pretty good though. We used that for MSSql as well when I was at ATT. Eric -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 8:17 AM To: CF-Talk Subject: MySQL front end... Besides

RE: MySQL front end...

2007-08-09 Thread Chad Gray
heidiSQL formerly MySQL Front. http://www.heidisql.com/ -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 9:17 AM To: CF-Talk Subject: MySQL front end... Besides Aqua Data Studio, what else is out there that is free and runs on Windows.

Re: MySQL front end...

2007-08-09 Thread Oğuz Demirkapı
I also searched a lot but the best one looks like Navicat. By the way HeidiSQL does have problems with Unicode support. Chad Gray wrote: heidiSQL formerly MySQL Front. http://www.heidisql.com/ -Original Message- From: Che Vilnonis [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: MySQL front end...

2007-08-09 Thread Crow T. Robot
Oðuz - always with the Unicode. LOL. On 8/9/07, Oðuz Demirkapý [EMAIL PROTECTED] wrote: I also searched a lot but the best one looks like Navicat. By the way HeidiSQL does have problems with Unicode support. Chad Gray wrote: heidiSQL formerly MySQL Front. http://www.heidisql.com/

Re: MySQL front end...

2007-08-09 Thread Josh Nathanson
I also searched a lot but the best one looks like Navicat. +1 for Navicat, best $99 I ever spent. -- Josh ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8

Re: MySQL front end...

2007-08-09 Thread Dave l
navicat hasnt been that cheap for a long time, isnt up to like $120 now? I'd like to just use the mysql tools but they seem to have problems creating db's. Not free, but cheap (30-50 bucks-ish) , I really like Navicat. Besides Aqua Data Studio, what else is out there that is free and runs

Re: MySQL front end...

2007-08-09 Thread Crow T. Robot
it might be...to be honest, I haven't used MySQL for quite a while, since this company I'm working for is strictly SQL Server. even for 120, it's worth it, although that does kinda rule out the original poster's intention. On 8/9/07, Dave l [EMAIL PROTECTED] wrote: navicat hasnt been that

RE: MySQL Front

2006-09-19 Thread Ken Ferguson
, Ken Ferguson 214.636.6126 -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 4:09 PM To: CF-Talk Subject: Re: MySQL Front Chad Gray wrote: I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone have a good

Re: MySQL Front

2006-09-19 Thread Michael Traher
for us so far the mysql administrator (free download from mysql) seems solid and does everything we need. for add hoc queries I use sqlexplorer which is an eclipse plugin. you could also use the RDS plugin for eclipse. On 9/18/06, Matt Robertson [EMAIL PROTECTED] wrote: A conditional vote for

Re: MySQL Front

2006-09-19 Thread Casey Dougall
On 9/19/06, Michael Traher [EMAIL PROTECTED] wrote: for us so far the mysql administrator (free download from mysql) seems solid and does everything we need. Try resorting table column. Casey ~| Introducing the Fusion

Re: MySQL Front

2006-09-19 Thread Michael Traher
I hadn't tried that before - you're right no way to do in GUI however you can call the command line from the gui and do alter table tablename modify column columntype after othercol; thats what us tough guys do :-) On 9/19/06, Casey Dougall [EMAIL PROTECTED] wrote: On 9/19/06, Michael Traher

RE: MySQL Front

2006-09-19 Thread Pete
for MySQL - not sure of a link for this one but you should be able to google it if required. Regards Pete -Original Message- From: Ken Ferguson [mailto:[EMAIL PROTECTED] Sent: Tuesday, 19 September 2006 10:33 PM To: CF-Talk Subject: RE: MySQL Front Chad, Thanks

Re: MySQL Front

2006-09-19 Thread Casey Dougall
alter table tablename modify column columntype after othercol; Yeah why don't I just go back to Informix and dbaccess, oh the good ol days of CRT ;-) ~| Introducing the Fusion Authority Quarterly Update. 80 pages of

RE: MySQL Front

2006-09-18 Thread Lincoln Milner
Two, depending on what you need. The MySQL Administrator is good for administration (imagine that) and is free from MySQL AB. SQLYog was recently released as open-source (some advanced functionality available in a commercial version), so it is free as well. Most of my work I do in SQLYog, with

RE: MySQL Front

2006-09-18 Thread Steve Brownlee
SQLyog will do everything you need. http://www.webyog.com/en/ -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 3:51 PM To: CF-Talk Subject: MySQL Front I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone

Re: MySQL Front

2006-09-18 Thread Josh Nathanson
If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, September 18, 2006 12:50 PM Subject: MySQL Front I logged onto

RE: MySQL Front

2006-09-18 Thread Adkins, Randy
+1 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 4:02 PM To: CF-Talk Subject: Re: MySQL Front If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original

RE: MySQL Front

2006-09-18 Thread Ken Ferguson
for the Enterprise bundle. http://www.navicat.com http://www.sqlmanager.net/ Thanks, Ken Ferguson 214.636.6126 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 3:02 PM To: CF-Talk Subject: Re: MySQL Front If you are talking about a GUI

Re: MySQL Front

2006-09-18 Thread Casey Dougall
sqlmanager.net FREEBEE! They have Mysql manager lite an sql server manager lite in the downloads. got everything navicat does but free. Paid version would be sweet but I don't need it for most of the sql work I do. Casey ~|

Re: MySQL Front

2006-09-18 Thread John C. Bland II
: MySQL Front If you are talking about a GUI to manage MySQL databases -- Navicat!! Best $99 I ever spent on software. -- Josh - Original Message - From: Chad Gray [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, September 18, 2006 12:50 PM Subject: MySQL

Re: MySQL Front

2006-09-18 Thread Cutter (CFRelated)
for MySQL. On 9/18/06, Adkins, Randy [EMAIL PROTECTED] wrote: +1 -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 4:02 PM To: CF-Talk Subject: Re: MySQL Front If you are talking about a GUI to manage MySQL databases -- Navicat

Re: MySQL Front

2006-09-18 Thread Jim Wright
Chad Gray wrote: I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone have a good MySQL front program? I'll throw out my vote for Aqua Data Studio, which also will manage SQL Server, Oracle, etc. For me, it's nice having one tool for both MySQL and

Re: MySQL Front

2006-09-18 Thread Matt Robertson
A conditional vote for SQLYog. They have a scheduler that is phenomenal -- once you fight with it to make it work -- for backing up databases automatically. Also its ability to alter tables is laid out way better than Navicat IIRC. The down side of SQLYog is a 'feature' in the thing that lets

Re: MySql Front Ends

2005-01-08 Thread Massimo, Tiziana e Federica
Anyone have a recommendation for a good front end GUI for MySql? I am so used to Enteprise Manager in SQL Server 2K so anything similar to look and feel of that would be good :-) It's not up to Enteprise Manager, but it's pretty good and support quite a lot of DBMS: http://www.aquafold.com/

RE: MySQL Front end

2003-12-03 Thread Tangorre, Michael
This one is not bad... http://www.mysql.com/downloads/mysqlcc.html http://www.mysql.com/downloads/mysqlcc.html Also, look for mysql front. HTH, Mike -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 10:08 AM To: CF-Talk

RE: MySQL Front end

2003-12-03 Thread Tim Blair
Any recommendations for a MySQL Front end, or ones to stay away from? Personally I go for MySQL-Front.The project has recently been restarted (after a fairly long hiatus) at http://www.mysqlfront.de/. For me, the stable 2.5 version is a lot nicer and easier to use than the latest beta - v3 is a

Re: MySQL Front end

2003-12-03 Thread Kevin Kazmierczak
I enjoy MySQL-Front, the official one from MySQL is only a beta and stopped working for me after a while. Kevin. - Original Message - From: Tangorre, Michael To: CF-Talk Sent: Wednesday, December 03, 2003 10:07 AM Subject: RE: MySQL Front end This one is not bad... http

RE: MySQL Front end

2003-12-03 Thread Matt Robertson
google mySQLFront and look for the ssteinmann.de download site.I believe in the U.S. Google its third from the top.This is the 2.5 release from the original author. And stay away from the current mySQLFront 3.0.It has the same name, a similar initial look, but a different author, an entirely

RE: MySQL Front end

2003-12-03 Thread Jim T
http://www.webyog.com/ -Original Message- From: Ryan Roskilly [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 03, 2003 8:08 AM To: CF-Talk Subject: OT: MySQL Front end Any recommendations for a MySQL Front end, or ones to stay away from? Thanks [Todays Threads] [This Message]

RE: MySQL Front

2001-07-27 Thread Mark Warrick
Linked tables in Access to the SQL db works pretty well as a GUI front end. ---mark = Mark Warrick - Fusioneers.com Personal Email: [EMAIL PROTECTED] Business Email: [EMAIL PROTECTED] Phone: 714-547-5386 Efax: 801-730-7289 Personal URL: