summaryrefslogtreecommitdiff
path: root/installer/libraries/Install_Mysql_Driver.php
AgeCommit message (Collapse)Author
2009-01-19Get rid of the driver libaries. Use mysql calls directly in theBharat Mediratta
installer for now. If we detect mysqli, we can always use that as a driver instead, but we don't require it for the installer.
2009-01-13Fix preamblesBharat Mediratta
2009-01-12Add a check to (e|i)nsure that the database provided is emptyTim Almdal
2009-01-12Check to insure that the supplied user had the required permissionsTim Almdal
2009-01-11Moving slowly forward on the batch installer. It now connects to the ↵Tim Almdal
database and checks that the supplied database is defined.