SQL error on instalation
Brought to you by:
richarde
As i innstalled i got this:
If you see this message, submit a detailed bug report on Sourceforge including the message below, the database platform used and the steps to perform to recreate the problem.
PHP 5.4.16 (Linux)
Unknown error type: [2] mysql_connect(): Headers and client library minor version mismatch. Headers:50547 Library:100026 Line: 339 File: /home/web/ipplan/adodb/drivers/adodb-mysql.inc.php
You need mysql version 3.23.15 or later
MYsql details:
mysql -v
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 42
Server version: 10.0.26-MariaDB MariaDB Server
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Reading history-file /root/.mysql_history
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
conf file:
// the database user and password is NOT the same user and password
// used to access IPplan as a regular user.
define("DBF_TYPE", 'maxsql');
define("DBF_HOST", 'localhost');
define("DBF_USER", 'ipplan');
define("DBF_NAME", 'ipplan');
define("DBF_PASSWORD", 'some#¤%obsUrePass');
// enable if using transaction safe tables. should be TRUE for all
How do i get on?ca