
Troy
Novice
Jan 22, 2003, 1:02 PM
Post #1 of 2
(576 views)
|
That can access a database and dump the contents back to the browser
|
|
|
I am new to MySQL / Perl programming a need a snippet of code which just graps the contents of a simple test database I have created on my Linux Server. I can access the database without problem using a program called "MySQL-Front". The modules I have installed on my server are: mysql-3.23.41-1 mysqlclient9-3.23.22-6 mysql-server-3.23.41-1 mysql-devel-3.23.41-1 perl-5.6.0-17 perl-DBI-1.18-1 perl-DBD-MySQL-1.2216-4 mod_perl-1.24_01-3 perl-Data-Dumper-2.09-1 perl-DBD-Pg-1.01-1 and my database details are: Host: www.infoserve.linpc.com (10.0.0.1) Database: cars Table: adverts User: fred Pass: fred Thanks, - Troy
|