php-db | 2001071
Date: 07/06/01
- Next message: Kiss Marton: "[PHP-DB] Interbase: how can I insert null values with placeholders?"
- Previous message: John S. Huggins: "Re: [PHP-DB] front end for mysql for use on my website"
- In reply to: Ed Peddycoart: "[PHP-DB] front end for mysql for use on my website"
- Next in thread: Indri: "Re: [PHP-DB] front end for mysql for use on my website"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Kiss Marton: "[PHP-DB] Interbase: how can I insert null values with placeholders?"
- Previous message: John S. Huggins: "Re: [PHP-DB] front end for mysql for use on my website"
- In reply to: Ed Peddycoart: "[PHP-DB] front end for mysql for use on my website"
- Next in thread: Indri: "Re: [PHP-DB] front end for mysql for use on my website"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

