Koozali.org: home of the SME Server

Managing MySQL

Robert Heaton

Managing MySQL
« on: August 21, 2001, 06:45:46 PM »
Anyone know a MySQL manager, for creating/viewing current SQL databases??
Is there an RPM that slots into the e-smith manager???

Thanks is advance,
Rob.

Bill Scobie

Re: Managing MySQL
« Reply #1 on: August 21, 2001, 06:53:30 PM »
PHPMyAdmin is what you are looking for, I think. And, look for it at http://www.e-smith.org/contrib/rpm-index/RPM-e-smith-phpmyadmin-0.2-3.noarch.html

Robert Heaton

Re: Managing MySQL
« Reply #2 on: August 21, 2001, 09:21:30 PM »
Thanks Bill

Rob

Sidney

Re: Managing MySQL
« Reply #3 on: August 21, 2001, 09:38:24 PM »
Hello,
  how do you manage Mysql outside of the network?

Craig Bursey

Re: Managing MySQL
« Reply #4 on: August 22, 2001, 04:34:39 PM »
You install PhpMyAdmin in an IBAY with a password for the internet.  Works for me :-)

Craig

Noah

Re: Managing MySQL
« Reply #5 on: August 23, 2001, 06:24:43 PM »
Sidney wrote:
>
> Hello,
>   how do you manage Mysql outside of the network?

Install phpMyAdmin on your server (the easiest way is to put it in an i-bay) and enable Advance Authetication (the phpMyAdmin distribution has info on this).  When you use Advance Authentication, phpMyAdmin prompts you for a username and password that it then uses to connect to your MySQL server.  In other words, phpMyAdmin only runs with the permissions granted to the user who logs on.  This is particularly useful if you have multiple users accessing MySQL.

The one dis-advantage of Advance Authentication is that you can not install it in a password protected i-bay (well, if you can, I haven't figured out how).

Noah