News

12/12/2004 : Second version available. Fix compile error. Fix problems with values containing comma.

01/11/2004 : First version available. mysql line command client is working, you can run some SELECT query.

Download

mysql_wa-0.2.tar.bz2
mysql_wa-0.1.tar.bz2

Presentation

Most of time, your webhosting provider don't allow you to connect directly to they mysql server. As a result you have to use web interface such as phpmyadmin instead of more convenient client such as mysql control center. MySQL Web Access is a drop-in replacement for libmysqlclient that use a server-side php script to be able to use any client with your mysql provider's server.

Installation

You need : put index.php somewhere on your webspace then run :
make
export LD_PRELOAD=./libmysqlclient_wa.so.1.0.0
export MYSQL_HOST=http://provider.com/wa/
mysql

nicolas@dupeux.net