I built a website locally on my machine using php4/mysql
but now i"m trying to upload it to my website, so I need to connect to my online host which provides both php4 and mysql. But to connect to mysql my host says
"You can access the database using Perl DBI (with DBD::mysql) or Mysql.pm module. You can also access it from the command line via SSH using mysql command"
But I have absolutely no idea how to use perl, or to be honest, what that message means. Please help me, i tried to use phpmyadmin and give the settings they gave me, but they also gave me a directory to put into there, and phpmyadmin doesnt allow for that, any ideas how I could connect and upload my database with the info in it?