Showing posts with label Mariadb. Show all posts
Showing posts with label Mariadb. Show all posts

Thursday, October 30, 2014

Install LAMP Server (Apache, MySQL or MariaDB, PHP) On Ubuntu 14.10/14.04/13.10

LAMP is a combination of operating system and open-source software stack. The acronym LAMP comes from the first letters of Linux, Apache HTTP Server, MySQL or MariaDB database, and PHP/Perl/Python.
In this tutorial, we will see how to setup LAMP server on Ubuntu 14.10 system.

Monday, August 18, 2014

Fix "Message: mysqli::real_connect()" on Mariadb

Error Message: mysqli::real_connect(): Headers and client library minor version mismatch. Headers:50537 Library:100100

Fix :

sudo agt-get remove php5-mysql

sudo agt-get install php5-mysqlnd