Quantcast
Channel: Zenphoto forum
Viewing all articles
Browse latest Browse all 2917

lkarnis on "No databases found installing Zenphoto on Centos 6.4"

$
0
0

Folks: Sorry if this has been answered somewhere (I'm a noob) but I have looked... without success

Trying to do an initial install of Zenphoto onto a CentOS 6.4 (64-bit) virtual machine. During the install I get:

PHP MySQLi support [is not installed]
PHP PDO_MySQL support [is not installed]
PHP MySQL support [is not installed]
Database setup in configuration file
Error!

No supported databases

FYI MySQLi PDO-MySQL are not available for CentOS (from the default CentOS repositories)

However, MySQL is installed and does work:

$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.1.67 Source distribution

Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

$ rpm -q mysql
mysql-5.1.67-1.el6_3.i686
$ mysql -V
mysql Ver 14.14 Distrib 5.1.67, for redhat-linux-gnu (i386) using readline 5.1
$

This worked on CentOS 5.8 but no joy on CentOS 6.3 or 6.4. Any suggestions would be greatly appreciated.

Thanks in advance

larry


Viewing all articles
Browse latest Browse all 2917

Trending Articles