I've been writing all my utilities using PDO, and MySQL.
So, I'm working on a virtual server and I'm getting a missing driver
error. DSN look like this:
$DSN='mysql:dbn ame=...
PHP info does not show a mysql driver, but an sqlite and a sqlite2.
Now, I've Googled that and I can't seem to get beyond the chaff.
What is SQLite?
I don't have access to the php.ini files (that I know of). This is
php 5.2.4. What does it take to get the mysql driver? Is it likely a
php.ini change, or is this more work? The web host is BlueGenesis who I
long ago lost faith in... but we don't always get to choose our environment.
Jeff
So, I'm working on a virtual server and I'm getting a missing driver
error. DSN look like this:
$DSN='mysql:dbn ame=...
PHP info does not show a mysql driver, but an sqlite and a sqlite2.
Now, I've Googled that and I can't seem to get beyond the chaff.
What is SQLite?
I don't have access to the php.ini files (that I know of). This is
php 5.2.4. What does it take to get the mysql driver? Is it likely a
php.ini change, or is this more work? The web host is BlueGenesis who I
long ago lost faith in... but we don't always get to choose our environment.
Jeff
Comment