Suddenly my php stack can’t open phpmyadmin. Its getting timeout all the time. Due to health problem I let it as I think my computer might need rest too like me 🙂 Today I need to overcome the problem since my friend need to access mysql table structure and I use command line, the error […]
Category: mariadb
How to install Apache, MariaDB and PHP on CentOS 7 minimal
After install and configure network under CentOS 7 minimal I continue with LAMP section. Since the machine has 4GB memory I prefer to use old fashion LAMP. Only switch MySQL with MariaDB 🙂 The steps for LAMP installation for my own reference and my vps need : Install required Package Install nano # yum install […]
How to install MariaDB on CentOS 5.5
First thing I want to try on CentOS 5.5 is mariadb. Fortunately mariadb available in binary for CentOS and don’t force me to install from source like I do with FreeBSD since its not available yet on FreeBSD ports. I’m going to install mariadb 5.23 and make it as learning media 🙂 Here the steps […]
How to upgrade mariadb 5.1.50 to mariadb 5.2.3
New mariadb 5.2.3 version already out. I just curious on how to upgrade mariadb since I just installed it 3 days ago 🙂 From montyprogram : MariaDB 5.2.3 is a Stable release. In general this means there are no known serious bugs and we believe the code is ready for general usage. Here’s upgrade process […]
How to install mariadb on FreeBSD
Recent discussion around mysql license and its future lead me to mariadb. From Wikipedia “MariaDB is a community-developed branch of the MySQL database, the impetus being the community maintenance of its free status under GPL, as opposed to any uncertainty of MySQL license status under its current ownership by Oracle. The intent also being to […]