How to Disable MySQL Strict Mode in Linux and Windows

MySQL and MariaDB support strict modes that allow the controlling and handling of invalid or missing values in data-changing queries. This has the following statements INSERT, UPDATE, and CREATE TABLE. When strict mode is enabled in MySQL then invalid or missing data may cause warnings or errors when trying to move the query. When strict mode is disabled, a similar […]

» Read more

How to Create a MySQL Database?

To Create a MySQL Database MySQL is an open-source relational database management system. It is one of the best RDBMS being used for developing web-based software applications. You have access to root user, you can easy create any database using mysql.  In this article will give you how you can easily create a new database from your cPanel. Follow the steps and create […]

» Read more

Installing LAMP On Linux Mint

Installing LAMP (Linux, Apache, MySQL and PHP) On Linux Mint.  LAMP stands for Linux, Apache, MySQL, PHP. How to install Linux the L of LAMP. Install Apache To start off we will install Apache. 1) Open up the Terminal (Applications > Accessories > Terminal) 2) Copy/Paste the following line of code into Terminal and then press enter sudo apt-get install […]

» Read more