<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Am 05.05.2012 12:15, schrieb Klaas Freitag:
<blockquote cite="mid:4FA4FDDB.60401@owncloud.com" type="cite">Hi,
<br>
<br>
when I try to use mysql with HEAD aka. tasks branch, I get this
when trying to connect to a newly created mysql database during
install step:
<br>
<br>
[Error message: unable to establish a connection]
<br>
[Native code: 0]
<br>
MDB2 Error: connect failed: _doConnect: [Error message: unable to
establish a connection]
<br>
[Native code: 0]
<br>
<br>
Maybe its because my database server password is empty?
<br>
<br>
thx,
<br>
<br>
Klaas
<br>
</blockquote>
Klaas,<br>
<br>
I had this problem, too. <br>
It has severals reasons.<br>
<br>
First you need to check and to be 100% sure that you have MDB2
and/or PDO PLUS MYSQL DRIVER is installed<br>
<br>
Please check your phpinfo or run <br>
<br>
php -i | grep pdf<br>
php -i | grep mdb2<br>
<br>
To install MDB2 use:<br>
<br>
pear install mdb2<br>
<br>
Or to install php-pdo or recompile your php<br>
read <a class="moz-txt-link-freetext" href="http://www.php.net/manual/de/pdo.installation.php">http://www.php.net/manual/de/pdo.installation.php</a><br>
_and_ read <a class="moz-txt-link-freetext" href="http://www.php.net/manual/de/ref.pdo-mysql.php">http://www.php.net/manual/de/ref.pdo-mysql.php</a><br>
<br>
ii) ./configure (...your other options, see output from php -i ) <strong
class="option configure">--with-pdo-mysql</strong><br>
<br>
See also <a class="moz-txt-link-freetext" href="http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-530">http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-530</a><br>
<br>
<br>
Tom<br>
</body>
</html>