MySQL Forums
Forum List  »  PHP

Re: php front-end to mySql
Posted by: Jonathan Stephens
Date: June 23, 2005 08:12PM

For administering your MySQL databases, you're likely looking for this: http://www.phpmyadmin.net/ :)

It's a completely web-based application. If you can run PHP/MySQL scripts on your host, and you can upload files to it, then you can install and run phpMyAdmin on it.

NB: phpMyAdmin uses MySQL privileges. In other words, if you install it and let your customers access using your own MySQL account info, then they could do anything that you could with it. If you can create MySQL users and set their privileges (in other words, if your account has the GRANT OPTION), then you could let them access phpMyAdmin using their own MySQL user accounts. Otherwise, you'll need to build something yourself, customise phpMyAdmin, or keep looking.

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: php front-end to mySql
June 23, 2005 08:12PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.