I am trying to learn database programming using the DBI interface module together with the MySql driver module.
I have the MySql databse engine running on my computer and
I can connect to it using the Perl interface and driver
modules. What I want to do is use these perl modules to connect to a MySql engine running on a remote host. My
question is, where on the web can I find such a host? I don't want to create a MySql database , I want to access
already existing ones(preferably interesting ones, and
preferably free). Have been searching books and the web
for quite some time but can't find the answer to this
simple question. Any help would be greatly appreciated.