Re: [Rails] phpmyadmin equivalent in ruby

2010-11-22 Thread Michael Pavling
On 22 November 2010 08:35, Colin Law  wrote:
> On 22 November 2010 08:12, Tom Mac  wrote:
>> Why I asking this is to avoid php installation on server. Is there any
>> phpmyadmin equivalent in ruby and also can be available as a linux
>> package?
>
> Why do you need an equivalent, why not just use phpmyadmin?

"to avoid php installation on server"

Personally - I don't think PHP on the server is any issue, but
PHPMyAdmin is a dreadful app to put on a live box (no problems with
development machines). It's got lots of vulnerabilities, and the
script-kiddies all ping away looking for its standard installation
locations.
If you *have* to use it, at least put it somewhere obscure *and* use
some extra layer of protection (through htpasswd or similar).

Depending on your local platform, there are lots of stand-alone MySQL
admin tools which will all connect to the server (assuming your
firewall, and DB permissions allow) which are a better bet for DB
management IMHO.

If you're just after data management (rather than DB management -
shouldn't that be done by migrations ;-) there are lots of ruby
plug-in "admin interfaces" which give CRUD functionality:
http://ruby-toolbox.com/categories/rails_admin_interfaces.html

M

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



Re: [Rails] phpmyadmin equivalent in ruby

2010-11-22 Thread Peter De Berdt
Or Sequel Pro through an SSH tunnel (which is part of the connection  
dialog) if you're on the Mac: http://www.sequelpro.com/


On 22 Nov 2010, at 10:04, Irfan Ahmed wrote:


you can use mysql query browser which is gui based package equivalent
to phpmyadmin.. I am using and I found the best gui tools for mysql
query browsing...u will found it in your synaptic package manager
or ubuntu software center from your application menu.


Best Wishes "Shuvecha"

On 11/22/10, Colin Law  wrote:

On 22 November 2010 08:12, Tom Mac  wrote:
Why I asking this is to avoid php installation on server. Is there  
any

phpmyadmin equivalent in ruby and also can be available as a linux
package?


Why do you need an equivalent, why not just use phpmyadmin?


--
You received this message because you are subscribed to the Google Groups "Ruby on 
Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



Re: [Rails] phpmyadmin equivalent in ruby

2010-11-22 Thread Irfan Ahmed
you can use mysql query browser which is gui based package equivalent
to phpmyadmin.. I am using and I found the best gui tools for mysql
query browsing...u will found it in your synaptic package manager
or ubuntu software center from your application menu.


Best Wishes "Shuvecha"

On 11/22/10, Colin Law  wrote:
> On 22 November 2010 08:12, Tom Mac  wrote:
>> Why I asking this is to avoid php installation on server. Is there any
>> phpmyadmin equivalent in ruby and also can be available as a linux
>> package?
>
> Why do you need an equivalent, why not just use phpmyadmin?
>
> Colin
>
> --
> You received this message because you are subscribed to the Google Groups
> "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-t...@googlegroups.com.
> To unsubscribe from this group, send email to
> rubyonrails-talk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>


-- 
Thanks,
Irfan Ahmed Rizvi
http://www.welltreat.us
+880 1676  246  991
+880 1723  712  288

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



Re: [Rails] phpmyadmin equivalent in ruby

2010-11-22 Thread Colin Law
On 22 November 2010 08:12, Tom Mac  wrote:
> Why I asking this is to avoid php installation on server. Is there any
> phpmyadmin equivalent in ruby and also can be available as a linux
> package?

Why do you need an equivalent, why not just use phpmyadmin?

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.



[Rails] phpmyadmin equivalent in ruby

2010-11-22 Thread Tom Mac
Why I asking this is to avoid php installation on server. Is there any
phpmyadmin equivalent in ruby and also can be available as a linux
package?

Thanks in advance
Tom

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.