eJM
enterpriseJM
I have a domain that uses vBulletin forum software. The config.php file asks for the server type:
Since I was under the assumption that I was using PHP 5.x and MySQL 4.1.x, I tried to set the type to 'mysqli'. I got a fatal error when I uploaded the file, so I had to switch back to 'mysql'.
I am unfamiliar with this setting/feature, but I would like to have every advantage available. Can someone explain mysqli and tell me if I can have the setting? If I can, can you tell me how?
Thanks,
Jim
Code:
// ****** DATABASE TYPE ******
// This is the type of the database server on which your vBulletin database will be located.
// Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
// for slave options just append _slave to your preferred database type.
$config['Database']['dbtype'] = 'mysql';
I am unfamiliar with this setting/feature, but I would like to have every advantage available. Can someone explain mysqli and tell me if I can have the setting? If I can, can you tell me how?
Thanks,
Jim