Hello, I''ve finally got Rails working on my Suse 9.3 professional installation, and I can''t wait to start using it. I''ve been developing on windows, and am really ready for all the advantages I can get by using a Unix-like system. I have used Suse 9.1 in the passed, and it shipped with a nice tool for connecting and interacting with the MySQL server. I can''t remember the name of it however. Suse 9.3 does not ship with this tool, it seems, so I need to figure out something. Does anyone have a recomendation for what I can use? I''m looking for something similar to Enterprise Manager or Mysql front in the windows world. Thanks, Josh
On Tue, 2005-09-13 at 17:30 -0600, Josh Charles wrote:> Hello, > > I''ve finally got Rails working on my Suse 9.3 professional > installation, and I can''t wait to start using it. I''ve been > developing on windows, and am really ready for all the advantages I > can get by using a Unix-like system. > > I have used Suse 9.1 in the passed, and it shipped with a nice tool > for connecting and interacting with the MySQL server. I can''t > remember the name of it however. Suse 9.3 does not ship with this > tool, it seems, so I need to figure out something. Does anyone have a > recomendation for what I can use? I''m looking for something similar > to Enterprise Manager or Mysql front in the windows world. >$ mysql -u username -p dbname -or- You might ask on a MySQL list. ;-) -Robby -- /****************************************************** * Robby Russell, Owner.Developer.Geek * PLANET ARGON, Open Source Solutions & Web Hosting * Portland, Oregon | p: 503.351.4730 | f: 815.642.4068 * www.planetargon.com | www.robbyonrails.com *******************************************************/
Hi Josh, Josh Charles wrote:> Hello, > > I''ve finally got Rails working on my Suse 9.3 professional > installation, and I can''t wait to start using it. I''ve been > developing on windows, and am really ready for all the advantages I > can get by using a Unix-like system. > > I have used Suse 9.1 in the passed, and it shipped with a nice tool > for connecting and interacting with the MySQL server. I can''t > remember the name of it however. Suse 9.3 does not ship with this > tool, it seems, so I need to figure out something. Does anyone have a > recomendation for what I can use? I''m looking for something similar > to Enterprise Manager or Mysql front in the windows world.it''s not MySQL specific and is java based (you need a JRE to run it), but I can recommend DBVisualizer from Minq software. A free version is available, URL is: http://www.minq.se/products/dbvis/ Kristof
Josh, I think you might be looking for this... http://dev.mysql.com/downloads/query-browser/1.1.html Have fun... Nicholas Josh Charles wrote:>Hello, > >I''ve finally got Rails working on my Suse 9.3 professional >installation, and I can''t wait to start using it. I''ve been >developing on windows, and am really ready for all the advantages I >can get by using a Unix-like system. > >I have used Suse 9.1 in the passed, and it shipped with a nice tool >for connecting and interacting with the MySQL server. I can''t >remember the name of it however. Suse 9.3 does not ship with this >tool, it seems, so I need to figure out something. Does anyone have a >recomendation for what I can use? I''m looking for something similar >to Enterprise Manager or Mysql front in the windows world. > >Thanks, >Josh >_______________________________________________ >Rails mailing list >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > > >
On 9/14/05, Nicholas H.Tollervey <ntoll-BFUVQFV5obvYtjvyW6yDsg@public.gmane.org> wrote:> Josh, > > I think you might be looking for this... > > http://dev.mysql.com/downloads/query-browser/1.1.html >As well as this http://www.mysql.com/products/tools/administrator/ or this http://www.mysql.com/products/mysqlcc/ MySQL Control Center was the closest tool to MySQL Front, but MySQL isn''t developing it anymore. It''s has some bugs, but depending on what you''re trying to do, it might work for you. Other gui tools include mysql-navigator, and quite a few general database tools that support MySQL These might be avaliable for Suse through there package manager, YaST I wish MySQL Front was ported to Linux, that it is a nice tool. -- Chris Martin Web Developer Open Source & Web Standards Advocate http://www.chriscodes.com/