Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001071

Re: [PHP-DB] front end for mysql for use on my website From: Duncan Hill (dhill <email protected>)
Date: 07/06/01

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: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>