summaryrefslogtreecommitdiffstats
path: root/lib/setup/mysql.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup/mysql.php')
-rw-r--r--lib/setup/mysql.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/setup/mysql.php b/lib/setup/mysql.php
index 790b8e82257..aa0344f686c 100644
--- a/lib/setup/mysql.php
+++ b/lib/setup/mysql.php
@@ -3,6 +3,8 @@
namespace OC\Setup;
class MySQL extends AbstractDatabase {
+ public $dbprettyname = 'MySQL';
+
public function setupDatabase($username) {
//check if the database user has admin right
$connection = @mysql_connect($this->dbhost, $this->dbuser, $this->dbpassword);