Install cPanel on a Virtual Server Running CentOS 6 with 7 Simple Steps
An easy application, cPanel enables the monitoring of servers through a GUI interface instead of…
Encountering the ‘MySQL command not found’ error usually indicates that MySQL software is not installed on your system or its installation path is not included in the system’s PATH environment variable.
This guide outlines steps to resolve the issue-
mysql –version
sudo apt-get update sudo apt-get install mysql-server
brew install mysql
which mysql
echo 'export PATH="/path/to/mysql/bin:$PATH"' >> ~/.bashrc source ~/.bashrc
That is it!
You can more KB about How to Inspect the Sizes of MySQL Databases and Tables.
Explore more hosting insights, tips and industry updates.
An easy application, cPanel enables the monitoring of servers through a GUI interface instead of…
What Is Plesk? Plesk is a web server administration control panel. We highly recommend it…
This tutorial will explain to you how to disable PHP functions in WHM. You can…