House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

mySql question?

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
phpmyadmin
Jake Churchill
09/07/06 03:18 P
> phpmyadmin
Bryan Stevenson
09/07/06 03:36 P
Ben...
Andy Matthews
09/07/06 03:31 P
Doug Brown wrote:
Jim Wright
09/07/06 03:21 P
mySQL 5 has GUI tools available:
Doug Bezona
09/07/06 03:24 P
Yep...have a look at Navicat....nice tool
Bryan Stevenson
09/07/06 03:35 P
Who was in this in response to Bryan?
Andy Matthews
09/07/06 03:51 P
> Who was in this in response to Bryan?
Bryan Stevenson
09/07/06 03:56 P
Navicat is my fav. It rocks!
Will Tomlinson
09/07/06 03:38 P
Doug Brown wrote:
Rick Root
09/07/06 04:08 P
+100000
Adkins, Randy
09/07/06 03:21 P

09/07/2006 03:15 PM
Author:
Doug Brown

When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 03:18 PM
Author:
Jake Churchill

phpmyadmin Doug Brown wrote: > When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? > > > > Doug > >

09/07/2006 03:20 PM
Author:
Doug Brown

ok, I saw where this is available. Is anyone here using mySql with CF? Is there a way to connect to mySql with CF natively? I am using CF5 Thanks again ----- Original Message ----- From: "Jake Churchill" <jake@cfwebtools.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 1:16 PM Subject: Re: mySql question? > phpmyadmin > > Doug Brown wrote: > > When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface?

09/07/2006 03:36 PM
Author:
Bryan Stevenson

> phpmyadmin ahh yes the ugly and klunky as sin and a PITA to secure too...great tool ;-) just yesterday found a wide open copy with client data easily changed and/or exported...a true testament to it's greatness yes..I'm done now ;-) Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

09/07/2006 03:18 PM
Author:
Ray Champagne

Navicat rocks - does that and a whole lot more.  Pretty damn cheap too. > > When mySql first came out, if memory serves me correctly it only had a command > line interface. Has things changed with it? Are you able to create tables etc from > a GUI interface? > > > > Doug > >

09/07/2006 03:32 PM
Author:
Josh Nathanson

+1 for Navicat.  Best $99 I ever spent for software, I would pay much more. Has saved me uncountable hours of work.  Plus, 30 day free trial. http://www.navicat.com -- Josh ----- Original Message ----- From: "Ray Champagne" <raychampagne@gmail.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 12:19 PM Subject: RE: mySql question?

09/07/2006 03:21 PM
Author:
Ben Forta

Yep, there is a GUI Admin tool, a GUI Query Browser, and more. See http://dev.mysql.com/downloads/gui-tools/5.0.html. --- Ben When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 03:26 PM
Author:
Doug Brown

Hey Ben, nice of you to chime in also. I looked at navicat and it truly does seem pretty darn cool. Has anyone had any experience with the developer version they are working on? It seems to me that Navicat has a few more features. ----- Original Message ----- From: "Ben Forta" <ben@forta.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 1:19 PM Subject: RE: mySql question?

09/07/2006 03:31 PM
Author:
Andy Matthews

Ben... Can the GUI tools connect from your desktop to a remote database? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Yep, there is a GUI Admin tool, a GUI Query Browser, and more. See http://dev.mysql.com/downloads/gui-tools/5.0.html. --- Ben When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 03:52 PM
Author:
Ben Forta

Sure can. Actually, it always does. You define a server using hostname/ip address, port, user login, and password. If you specify localhost as the hostname then it is local. --- Ben Ben... Can the GUI tools connect from your desktop to a remote database? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Yep, there is a GUI Admin tool, a GUI Query Browser, and more. See http://dev.mysql.com/downloads/gui-tools/5.0.html. --- Ben When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 04:01 PM
Author:
Andy Matthews

Very nice. I'll have to give them a look. Thank you. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Sure can. Actually, it always does. You define a server using hostname/ip address, port, user login, and password. If you specify localhost as the hostname then it is local. --- Ben Ben... Can the GUI tools connect from your desktop to a remote database? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Yep, there is a GUI Admin tool, a GUI Query Browser, and more. See http://dev.mysql.com/downloads/gui-tools/5.0.html. --- Ben When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 08:16 PM
Author:
Denny Valliant

Late reply, but plus one for navicat.  Great bit of software, and regularly updated. (they were supporting some of the mysql5 stuff /way/ before I started using it.  That's sweet.) I thought I'd ditch it when I went Eclipse pluginztyles, but hellz no, I still fire that sucker up. Loads quick too. :-] On 9/7/06, Andy Matthews <andy@icglink.com> wrote:

09/07/2006 03:21 PM
Author:
Andy Matthews

It has both. If you have access to the command line you can work with that. I'd say though that most people use a GUI. PHPMyAdmin is very popular, as is MySQL Front. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Doug

09/07/2006 03:21 PM
Author:
Jim Wright

Doug Brown wrote: > When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? > There are many desktop and web based GUI interfaces to MySQL these days. One of my favorites... http://www.aquafold.com/ (which also works with most other dbs) and the "official" ones... http://www.mysql.com/products/tools/administrator/ http://www.mysql.com/products/tools/query-browser/

09/07/2006 03:24 PM
Author:
Doug Bezona

mySQL 5 has GUI tools available: http://dev.mysql.com/downloads/gui-tools/5.0.html create > tables etc from a GUI interface? > > > > Doug > >

09/07/2006 03:35 PM
Author:
Bryan Stevenson

Yep...have a look at Navicat....nice tool Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

09/07/2006 03:51 PM
Author:
Andy Matthews

Who was in this in response to Bryan? <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Yep...have a look at Navicat....nice tool Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

09/07/2006 03:56 PM
Author:
Bryan Stevenson

> Who was in this in response to Bryan? To Doug the original poster....why? Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

09/07/2006 04:07 PM
Author:
Andy Matthews

Just checking. I had asked a question as well. Wasn't sure if you were answering mine. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> > Who was in this in response to Bryan? To Doug the original poster....why? Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com

09/07/2006 03:38 PM
Author:
Will Tomlinson

Navicat is my fav. It rocks! www.navicat.com Will

09/07/2006 03:48 PM
Author:
Doug Brown

So how is the support for mySql and Coldfusion? Version 5... ----- Original Message ----- From: "Will Tomlinson" <mhwd@bellsouth.net> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 1:18 PM Subject: Re: mySql question? > Navicat is my fav. It rocks! > > www.navicat.com > > Will > >

09/07/2006 03:54 PM
Author:
Ben Forta

No MySQL 4 or 5 drivers included with ColdFusion now because of licensing issues. You can use the older driver, or download a newer driver and install it manually. As for "Scorpio", well, er, um, ah, I can't say (yet)! <evil grin> --- Ben So how is the support for mySql and Coldfusion? Version 5... ----- Original Message ----- From: "Will Tomlinson" <mhwd@bellsouth.net> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 1:18 PM Subject: Re: mySql question? > Navicat is my fav. It rocks! > > www.navicat.com > > Will > >

09/07/2006 04:05 PM
Author:
Doug Brown

Ok as far as drivers for mySql for use with CF. Where do you find them at? Doug ----- Original Message ----- From: "Ben Forta" <ben@forta.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 1:53 PM Subject: RE: mySql question? > No MySQL 4 or 5 drivers included with ColdFusion now because of licensing > issues. You can use the older driver, or download a newer driver and install

09/07/2006 03:56 PM
Author:
Bryan Stevenson

> So how is the support for mySql and Coldfusion? Version 5... Sorry Doug...need clarification ;-) How is the support from where? from NaviCat for mySQL? from Adobe for mySQL and CF? other? version 5 of what? mySQL? or CF? or both? Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: bryan@electricedgesystems.com web: www.electricedgesystems.com4

09/07/2006 04:08 PM
Author:
Rick Root

Doug Brown wrote: > When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? Yes, see www.mysql.com for details ;)

09/07/2006 04:14 PM
Author:
Doug Brown

funny...funny...funny...As I stated right after I sent the "original" email, I finally found it on their jumbled up mess of a site. But thanks for the info :-) ----- Original Message ----- From: "Rick Root" <rick.root@webworksllc.com> To: "CF-Talk" <cf-talk@houseoffusion.com> Sent: Thursday, September 07, 2006 2:06 PM Subject: Re: mySql question? > Doug Brown wrote: > > When mySql first came out, if memory serves me correctly it only had a command line interface. Has things changed with it? Are you able to create tables etc from a GUI interface? > > > Yes, see www.mysql.com for details ;) > >

09/07/2006 03:21 PM
Author:
Adkins, Randy

+100000 Navicat rocks - does that and a whole lot more.  Pretty damn cheap too. > > When mySql first came out, if memory serves me correctly it only had a command > line interface. Has things changed with it? Are you able to create > tables etc from > a GUI interface? > > > > Doug > >


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists