Hi there! I''m justing starting out with the tutorials. What Linux GUIs for MySQL are you people using? alex -- Alex Polite
I use LAMPP (XAMPP), which does a great and painless job managing MySQL with phpMyAdmin! You can find it @ http://www.apachefriends.org/en/xampp-linux.html Adler -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060102/9caa7692/attachment.html
On 1/3/06, Alex Polite <notmyprivateemail@gmail.com> wrote:> Hi there! > > I''m justing starting out with the tutorials. What Linux GUIs for MySQL > are you people using? > > alex >http://www.mysql.com/products/administrator/ http://www.mysql.com/products/tools/query-browser/
> http://www.mysql.com/products/administrator/ > http://www.mysql.com/products/tools/query-browser/mysqlcc is deprecated and no longer builds with v5, mysqlquery-browser doesnt build either but maybe thats a gcc issue who knows. the only one ive gotten working is mysql-navigator (also found a few new GTK ones that didnt build either), which is QT based but fairly primitive and the UI is slightly less than intuitive. PHPMyAdmin is clearly still the best choice if you dont mind bloating up your webserver a bit for this, besides interacting with the model/db directly via irb/console of course -- Posted via http://www.ruby-forum.com/.