* [gentoo-user] [OT] Recommended MySQL frontends
@ 2005-12-14 3:48 Roy Wright
2005-12-14 4:16 ` Raphael Melo de Oliveira Bastos Sales
2005-12-14 18:21 ` Preston Hagar
0 siblings, 2 replies; 5+ messages in thread
From: Roy Wright @ 2005-12-14 3:48 UTC (permalink / raw
To: gentoo-user
Howdy,
I'm playing with Ruby On Rails but am severely SQL challenged.
I'd like to just create some simple tables (integers, strings, dates).
I've been trying to find a MySQL frontend that works. The
closest is mysql administrator, except the SQL generated
doesn't work. Kexi errors when trying to connect to mysql
and connection edit is not implemented yet...
Any suggestions for a tool to create simple tables in MySQL?
Or any really good tutorials? Please not another how to
install mysql on windows tutorial... that's all I seem able to find.
I'm using MySQL 4.1.14.
Thank you,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Recommended MySQL frontends
2005-12-14 3:48 [gentoo-user] [OT] Recommended MySQL frontends Roy Wright
@ 2005-12-14 4:16 ` Raphael Melo de Oliveira Bastos Sales
2005-12-14 5:49 ` Daevid Vincent
2005-12-14 18:21 ` Preston Hagar
1 sibling, 1 reply; 5+ messages in thread
From: Raphael Melo de Oliveira Bastos Sales @ 2005-12-14 4:16 UTC (permalink / raw
To: gentoo-user
What kind of errors are you getting? mysql-administrator is supplied
by the mysql company itself. I doubt they would let something like
this go by.
2005/12/14, Roy Wright <royw@cisco.com>:
> Howdy,
>
> I'm playing with Ruby On Rails but am severely SQL challenged.
> I'd like to just create some simple tables (integers, strings, dates).
> I've been trying to find a MySQL frontend that works. The
> closest is mysql administrator, except the SQL generated
> doesn't work. Kexi errors when trying to connect to mysql
> and connection edit is not implemented yet...
>
> Any suggestions for a tool to create simple tables in MySQL?
>
> Or any really good tutorials? Please not another how to
> install mysql on windows tutorial... that's all I seem able to find.
>
> I'm using MySQL 4.1.14.
>
> Thank you,
> Roy
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [gentoo-user] [OT] Recommended MySQL frontends
2005-12-14 4:16 ` Raphael Melo de Oliveira Bastos Sales
@ 2005-12-14 5:49 ` Daevid Vincent
2005-12-16 1:05 ` Roy Wright
0 siblings, 1 reply; 5+ messages in thread
From: Daevid Vincent @ 2005-12-14 5:49 UTC (permalink / raw
To: gentoo-user
If you have PHP/Apache installed, you might try phpMyAdmin. It's quite slick
for a web GUI, and I often find it more convenient to load into a tab in my
browser than yet another program. It's surprisingly simple and has most of
the features I use and many that the dedicated apps are missing.
> -----Original Message-----
> From: Raphael Melo de Oliveira Bastos Sales
> [mailto:raphael.melo21@gmail.com]
> Sent: Tuesday, December 13, 2005 8:16 PM
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] [OT] Recommended MySQL frontends
>
> What kind of errors are you getting? mysql-administrator is supplied
> by the mysql company itself. I doubt they would let something like
> this go by.
>
> 2005/12/14, Roy Wright <royw@cisco.com>:
> > Howdy,
> >
> > I'm playing with Ruby On Rails but am severely SQL challenged.
> > I'd like to just create some simple tables (integers,
> strings, dates).
> > I've been trying to find a MySQL frontend that works. The
> > closest is mysql administrator, except the SQL generated
> > doesn't work. Kexi errors when trying to connect to mysql
> > and connection edit is not implemented yet...
> >
> > Any suggestions for a tool to create simple tables in MySQL?
> >
> > Or any really good tutorials? Please not another how to
> > install mysql on windows tutorial... that's all I seem able to find.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Recommended MySQL frontends
2005-12-14 3:48 [gentoo-user] [OT] Recommended MySQL frontends Roy Wright
2005-12-14 4:16 ` Raphael Melo de Oliveira Bastos Sales
@ 2005-12-14 18:21 ` Preston Hagar
1 sibling, 0 replies; 5+ messages in thread
From: Preston Hagar @ 2005-12-14 18:21 UTC (permalink / raw
To: gentoo-user, royw
[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]
You might look at MySQLCC. The MySQL people have switched away from it to
their new mysql administrator, but I still like it better.
You can download it for windows by going here:
http://ftp.up.ac.za/pub/windows/mysql/Downloads/MySQLCC/
Make sure to get the 0.9.4 version
MySQLCC isn't updated or supported anymore AFAIK and sometimes has a few
bugs, but I use it fairly reguarly.
Another thing you might want to check out is DBDesigner:
http://fabforce.net/dbdesigner4/
With it, you can create graphical table diagrams. It then can take your
diagram and sync it with a MySQL database.
HTH,
Preston
On 12/13/05, Roy Wright <royw@cisco.com> wrote:
>
> Howdy,
>
> I'm playing with Ruby On Rails but am severely SQL challenged.
> I'd like to just create some simple tables (integers, strings, dates).
> I've been trying to find a MySQL frontend that works. The
> closest is mysql administrator, except the SQL generated
> doesn't work. Kexi errors when trying to connect to mysql
> and connection edit is not implemented yet...
>
> Any suggestions for a tool to create simple tables in MySQL?
>
> Or any really good tutorials? Please not another how to
> install mysql on windows tutorial... that's all I seem able to find.
>
> I'm using MySQL 4.1.14.
>
> Thank you,
> Roy
>
> --
> gentoo-user@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1893 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] [OT] Recommended MySQL frontends
2005-12-14 5:49 ` Daevid Vincent
@ 2005-12-16 1:05 ` Roy Wright
0 siblings, 0 replies; 5+ messages in thread
From: Roy Wright @ 2005-12-16 1:05 UTC (permalink / raw
To: gentoo-user
Thank y'all. Tried phpMyAdmin and it worked like a charm!
Back to rails...
Thanks again,
Roy
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-16 1:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 3:48 [gentoo-user] [OT] Recommended MySQL frontends Roy Wright
2005-12-14 4:16 ` Raphael Melo de Oliveira Bastos Sales
2005-12-14 5:49 ` Daevid Vincent
2005-12-16 1:05 ` Roy Wright
2005-12-14 18:21 ` Preston Hagar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox