Quote:
Originally Posted by dreeded
What is MYSQL wrapper?
My vbulletin uses $config['Database']['dbtype'] = 'mysqli';
I got no problem with that.
|
MySQL wrapper is a simple class that encapsulates the functionality of MySQL database access commands.
It establishes database connections, executes queries storing the result set handle in a class variable and provides other functions to traverse the result set an retrieve the data returned by the database server.
Our engineers are researching this issue; they suggested that this might be something you could use as a workaround at this point (and also, if it didn't function, we would have another piece of information to help us troubleshoot).