MySQLcheck Optimizing and Repairing All Databases

optimize repairing mysql databases with mysqlcheck
mysql optimize all tables

In this tutorial, we will show you how to use MySQLcheck for optimizing and repairing all tables and databases in MySQL. We will talk about mysqlcheck which is a maintenance command-line tool that allows you to check, analyze, repair, and optimize MySQL/MariaDB tables and databases. Repairing MySQL database is not a complicated process, just follow the steps below carefully.

Read More

How to Install MySQL on Ubuntu 16.04

How to Install MySQL on Ubuntu 16.04

install MySQL on Ubuntu 16.04MySQL is the world’s most popular open-source relational database management system (RDBMS). It is widely used for building web applications and is an important part of the LAMP open-source web application software stack. Installing MySQL on Ubuntu 16.04 is really not so complicated to install, just follow the steps below and you should have MySQL installed on Ubuntu 16.04, in few minutes.

Read More

Create a MySQL Database and User in cPanel

mysql database user cpanel

We’ll show you, how to create a MySQL Database and User in cPanel. There are different ways to create a MySQL database and user. In one of our previous blog articles about MySQL database administration, we described how to create a new MySQL database and user through the command line which is pretty easy. If you have a Linux VPS with cPanel you can create a new MySQL database through the control panel with just few clicks of your mouse.cPanel is one of the most popular and widely used control panels. In this tutorial we will guide you through the process of creating a MySQL database and user, and assigning the user to the database, on a VPS with cPanel control panel.

Read More

How to install LEMP on openSUSE

How to install LEMP on openSUSE

We’ll show you How to install LEMP on openSUSE.  This article we will cover the steps needed for installing and configuring a basic LEMP stack on a openSUSE VPS. A LEMP stack is a synonym of LEMP server or LEMP web server. It refers to a setup which includes Linux, Nginx, MySQL (MariaDB) and PHP.

1. REQUIREMENTS

We will be using our SSD 1 Linux VPS hosting plan for this tutorial.

Log in to your server via SSH:

# ssh root@server_ip

Before starting, enter the command below to check whether you have the proper OS version installed on your machine:

# cat /etc/issue

which should give you the underneath output. Of course if you use another openSUSE version the output will show that version:

Welcome to openSUSE 13.1 "Bottle" - Kernel \r (\l)

Read More

Install LiteCart on Ubuntu 14.04 with Nginx, PHP-FPM and MySQL

litecartIn this tutorial we will explain how to install LiteCart on an Ubuntu 14.04 VPS with Nginx, PHP-FPM and MySQL.
LiteCart is a free e-commerce, feature rich e-commerce solution.

The framework is constructed to be lightweight and easy for developers to modify and build upon.

LiteCart relies on the latest HyperText standard HTML 5, the latest CSS 3 for styling, the jQuery framework for client-side dynamics, and the popular web scripting language PHP for server-side dynamics.

Read More