SOT: MySQL Front is back as SQL Front

2007-11-15 Thread Chad Gray
If anyone has purchased MySQL Front in the past and found that they closed their doors about a year ago. The project has been picked up again. You current license is still valid also. http://www.sql-front.com/ Chad

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

MySQL front end...

2007-08-09 Thread Che Vilnonis
Besides Aqua Data Studio, what else is out there that is free and runs on Windows. Thanks, Che ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

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

MySQL Front

2006-09-18 Thread Chad Gray
I logged onto http://www.mysqlfront.de/ today to find they are out of business. Anyone have a good MySQL front program? ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion

RE: MySQL Front

2006-09-18 Thread Lincoln Milner
, with bits and pieces in MySQL Administrator as needed. Cheers! -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 have

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)
http://www.cfmyadmin.com/ Haven't tested it on MySQL 5, or even on CF7 yet, but it used to be pretty good (and fairly identical to MySQL Front, just from a browser interface). Cutter John C. Bland II wrote: Add another +10k from me. It isn't the best db tool I've used but it is the best

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 MS

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

OT: MySql Front Ends

2005-01-08 Thread Michael T. Tangorre
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 :-) Thanks! Mike ~| Find out how CFTicket can

Re: OT: MySql Front Ends

2005-01-08 Thread dave
navicat MySQL Maestro also mysql has there own free one on there site thats ok -- Original Message -- From: Michael T. Tangorre [EMAIL PROTECTED] Reply-To: cf-talk@houseoffusion.com Date: Sat, 8 Jan 2005 14:03:13 -0500 Anyone have a recommendation for a

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: OT: MySql Front Ends

2005-01-08 Thread Cameron Childress
You might try http://www.cfmyadmin.com I haven't used it, so I can't speak to it's quality, but it appears to be what you are looking for. -Cameron On Sat, 8 Jan 2005 14:03:13 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: Anyone have a recommendation for a good front end GUI for MySql?

Re: OT: MySql Front Ends

2005-01-08 Thread Matt Robertson
I still use the old mySQLFront (v2.5). Its the best gui for pre 4.1 mySQL, I think. You can also try SQLYog, and the current mySQLFront seems to be a pretty good product -- finally -- for mySQL 4.1+. It took a nosedive when a new developer took it over and rewrote it from scratch but it seems

Re: OT: MySql Front Ends

2005-01-08 Thread Ian Winter
Anyone have a recommendation for a good front end GUI for MySql? I use, and have done for some time, EMS MySQL Manager. It's very easy to use and has a lot of features. ~| Find out how CFTicket can increase your company's

Re: OT: MySql Front Ends

2005-01-08 Thread Adrian Moreno
Go to MySQL.com and download MySQL Administrator and Query Browser. http://www.mysql.com/products/administrator/ http://www.mysql.com/products/query-browser/ You can also use DBDesigner to visually create your DB. It produces great images of DB schemas. http://www.fabforce.net/dbdesigner4/

Re: OT: MySql Front Ends

2005-01-08 Thread Will Tomlinson
Navicat pretty much rocks for me! Will ~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message:

Re: OT: MySql Front Ends

2005-01-08 Thread Rob
this is the best looking one I have seen, but I havent put it through it's paces http://www.fabforce.net/dbdesigner4/ On Sat, 8 Jan 2005 14:03:13 -0500, Michael T. Tangorre [EMAIL PROTECTED] wrote: Anyone have a recommendation for a good front end GUI for MySql? I am so used to Enteprise

MSSQL Export as Access file - mysql-Front

2004-03-23 Thread Jeremy
Hello, I currently host a few sites at crystaltech and have been using their somewhat newly offered MySQL db. With their recommended mysql-Front. It has been working great so far, no problems. I now have a client that would like for me to get a copy of the db(its pretty small maybe 10 megs

OT: MySQL Front end

2003-12-03 Thread Ryan Roskilly
Any recommendations for a MySQL Front end, or ones to stay away from? Thanks [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: OT: MySQL Front end

2003-12-03 Thread Thomas Chiverton
On Wednesday 03 Dec 2003 15:07 pm, Ryan Roskilly wrote: Any recommendations for a MySQL Front end, or ones to stay away from? There is an 'offical' one on the MySQL web site isn't there ? -- Tom Chiverton Advanced ColdFusion Programmer Tel: +44(0)1749 834997 email: [EMAIL PROTECTED

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

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

OT: Using MySQL-Front and CF

2002-11-01 Thread FlashGuy
A few problems but first things first. Using MySQL-Front I have a field in my database with a LONGTEXT type. When I click on the Query tab I see maybe the first 50 characters, even when I do a Query. If I do a CFQUERY it lists the field but not all entries? I don't know if this is a datbase

Re: OT: Using MySQL-Front and CF

2002-11-01 Thread FlashGuy
. Using MySQL-Front I have a field in my database with a LONGTEXT type. When I click on the Query tab I see maybe the first 50 characters, even when I do a Query. If I do a CFQUERY it lists the field but not all entries? I don't know if this is a datbase or CF problem

OT: MySQL Front

2001-07-27 Thread Chad Gray
Does anyone have a favorite MySQL GUI interface for a Win 2K box? I like MySQL-Front so far, but im wondering if there is something better to maintain and connect to a MySQL database on a IRIX server. Thanks, Chad ~~ Structure your ColdFusion

RE: MySQL Front

2001-07-27 Thread Mark Warrick
://www.warrick.net Business URL: http://www.fusioneers.com ICQ: 125160 / AIM: markwarric = -Original Message- From: Chad Gray [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:10 AM To: CF-Talk Subject: OT: MySQL Front Does anyone have a favorite MySQL

Re: OT: MySQL Front

2001-07-27 Thread Matt Robertson
If you find something better let me know, but I think you have the best-of-breed already. I looked all over for some time before settling on MySQL Front. Looked around again recently and came up empty. Cheers, --- Matt Robertson[EMAIL PROTECTED] MSB

RE: OT: MySQL Front

2001-07-27 Thread Evan Lavidor
Agreed. I downloaded about six or seven different ones for Win, Linux, etc. MySQL-Front was definitely the best in my book, and one of the easiest to set up. It's also updated very frequently. Evan -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Friday

Re: OT: MySQL Front

2001-07-27 Thread Laszlo Nadai
Where can I find MySQL Front? TIA, laszlo Matt Robertson wrote: If you find something better let me know, but I think you have the best-of-breed already. I looked all over for some time before settling on MySQL Front. Looked around again recently and came up empty. Cheers

Re: OT: MySQL Front

2001-07-27 Thread Matt Robertson
Laszlo, http://mysqlfront.de Cheers, --Matt-- Where can I find MySQL Front? TIA, laszlo ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http