[PHP] Little help please

2003-02-27 Thread Tom Ray
I'm looking for a webbased interface that will allow me to managae mysql
databases. However, phpmyadmin has been ruled out due to the fact it
requires the username and password to be stored in the config file and
that it doesn't have any security to protect the average joe from
stumbling across it.

So can anyone point me in the direction of a utility that requires a login
that checks of the users database then throws that information into the
config for the mysql management?

I would be greatful for any help.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Little help please

2003-02-27 Thread 1LT John W. Holmes
 I'm looking for a webbased interface that will allow me to managae mysql
 databases. However, phpmyadmin has been ruled out due to the fact it
 requires the username and password to be stored in the config file

No it doesn't.

 and that it doesn't have any security to protect the average joe from
 stumbling across it.

Ummm... yes it does. Read the installation directions a little more
carefully.

 So can anyone point me in the direction of a utility that requires a login
 that checks of the users database then throws that information into the
 config for the mysql management?

How about PHPMyAdmin? You can configure it so that it checks the mysql.user
table.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php