On Fri, 6 Jul 2001, Ed Peddycoart wrote: > I am looking for a front end for mysql for use on my website. What I want > is something that I can run, from the server (my webhost will not allow > remote connections to the mysql server), that allows me to insert, delete, > and modify records into a mySql database. Requirements are that it be > free, preferrably written in PHP and not require a knowledge of SQL. > Anything out there that can do this? phpMyAdmin is web based, but requires some SQL skill. However, create an SSH session to your host, create a tunnel to port 3306, run the gui client locally, connecting over the tunnel. -- Sapere aude My mind not only wanders, it sometimes leaves completely. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]