1
I got this error during installation.
Fatal error: Unable to connect to database in /var/www/html/class/database/databasefactory.php on line 34
I am using RedHat 9, all require package are installed.
I can access the database as root.
mysql> status
--------------
mysql Ver 11.18 Distrib 3.23.54, for redhat-linux-gnu (i386)
Connection id: 32
Current database: wkportal
Current user: root@localhost
Current pager: stdout
Using outfile: ''
Server version: 3.23.54
Protocol version: 10
Connection: Localhost via UNIX socket
Client characterset: latin1
Server characterset: latin1
UNIX socket: /var/lib/mysql/mysql.sock
Uptime: 29 min 55 sec
Threads: 2 Questions: 42 Slow queries: 0 Opens: 8 Flush tables: 1 Open tables: 2 Queries per second avg: 0.023
--------------
mysql> quit