}:8) Supermoo
December 11th, 2000, 17:20
Ok, I know this is a little vague but my host communitech.net restricts access to MySQL;
For security purposes, CommuniTech.Net does not allow remote connections to the mySQL database server. However, you can connect to your mySQL databases via PHP as well as Perl using DBI and/or the mySQL Perl modules, both of which are provided on your account.
Now for a script I'm installing I need to put a sql file in their SQL database or use a command like this;
mysql dbase < file.sql
But of course that involves a remote connection. Can someone please help me out here... maybe tell me if you can write a script or something to do it. Thanks in advance!
For security purposes, CommuniTech.Net does not allow remote connections to the mySQL database server. However, you can connect to your mySQL databases via PHP as well as Perl using DBI and/or the mySQL Perl modules, both of which are provided on your account.
Now for a script I'm installing I need to put a sql file in their SQL database or use a command like this;
mysql dbase < file.sql
But of course that involves a remote connection. Can someone please help me out here... maybe tell me if you can write a script or something to do it. Thanks in advance!