No pdo_mysql no mysqli, other options?

View: New views
2 Messages — Rating Filter:   Alert me  

No pdo_mysql no mysqli, other options?

by msteudel :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi All,

 

I’ve just gotten access to a clients NetworkSolutions hosting account and tried uploading an application to it only to find out that despite having php 5.2.4 it doesn’t have pdo_mysql or mysqli extension installed. Is there any hope of changing the adapter to something else without having to rewrite all of my database code?

 

Thanks, MS

 


RE: No pdo_mysql no mysqli, other options?

by Eric Marden-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Switch hosts, or write a mysql adaptor. NS may be willing to compile new extensions in, depending on the plan. If its a windows server (shudder), you can turn new extensions on in PHP.ini as it ships with binaries for the extensions already.
 
I try to get a phpinfo() for the production server before I get started. This way I can customize my development server to only support the things the target server can. I've been bit like this before.
 
 
--
Eric Marden



From: Mark Steudel [mailto:msteudel@...]
Sent: Wednesday, May 07, 2008 11:26 AM
To: fw-general@...
Subject: [fw-general] No pdo_mysql no mysqli, other options?

Hi All,

 

I’ve just gotten access to a clients NetworkSolutions hosting account and tried uploading an application to it only to find out that despite having php 5.2.4 it doesn’t have pdo_mysql or mysqli extension installed. Is there any hope of changing the adapter to something else without having to rewrite all of my database code?

 

Thanks, MS