Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.4, 1.9
-
Fix Version/s: 2.0
-
Component/s: Installation
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_18_STABLE, MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Right now the old "mysql" driver is being used. Move to the newer "mysqli" one (it's 100% supported by xampp and will offer some speed benefits, for sure.
Ciao ![]()
Hi Eloy,
does this involve any more than changing $CFG->dbtype = 'mysql'; to $CFG->dbtype = 'mysqli'; ?
I have tried it briefly, but noticed no real difference. slightly slower if anything