Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Security Issues with MySQL 3.51 ODBC Drivers?

Status
Not open for further replies.

iaresean

Programmer
Mar 24, 2003
570
ZA
Hello;

I am trying to get my web host to install MySQL 3.51 ODBC drivers on the box that houses my site so that it can interact with an offsite database.

The web hosting company has however refused to do so, stating that this would cause a security risk for others as it is a shared hosting environment. The funny thing is though, is that they do offer MySQL as one of their database packages! Sounds ridiculous to me.

Are they talking out there ass, or do they have a genuine argument here?

I would appreciate any and all comments/ammunition for either side of the argument.

Thanks!

Sean. [peace]
 
They're probably thinking in terms of their firewall, but just as likely is that they're thinking of their profits. They offer a fixed package, and if you want anything more, you have to upgrade to a dearer fixed package.

There might be ways around it. If you have Perl access, you could check if DBI and DBD::MySQL are available, and whether it works for remote databases. Other scripting languages would have something similar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top