Link to home
Start Free TrialLog in
Avatar of saloua
saloua

asked on

CGI and MYSQL

Hello,

I am first looking for a good tutorial of how to create relationnal database with MYSQL on unix or linux machine. Then I would like to find a tutorial of how to use CGI with MYSQL.
Thanks a lot
Saloua
Avatar of kelfink
kelfink

Perl is a great language for CGI, and it has a solid driver for communicating with mySql...

http://www.mysql.com/downloads/api-dbi.html

A good book on the topic is "Programming the Perl DBI"
ISBN: 1565926994

For MySQL specifically, refer to "MySQL and mSQL"
ISBN: 1565924347

www.mysql.com has tons of links for learning about mysql.  It's the best starting point for mysql.

ASKER CERTIFIED SOLUTION
Avatar of andreif
andreif
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
saloua,

All what you need and more is available in:

MySQL and Perl for the Web  
Paul Dubois

http://www.kitebird.com/mysql-perl/


Also you will find the Oreilly Perl DBI book very useful..

http://www.oreilly.com/catalog/perldbi/


source code for the books should be avialable at both these sites..

regards
Peewee