
How to Change your WordPress Username, Nickname and Display Name in MySQL
After you create an account log in WordPress, you may want to change your WordPress username, as appropriate or due to security reason. However, you can not do this from…
How to Change your WordPress Username, Nickname and Display Name in MySQL
After you create an account log in WordPress, you may want to change your WordPress username, as appropriate or due to security reason. However, you can not do this from…
How to Install MySQL on CentOS 7 / RHEL 7 / Oracle Linux 7
In this quick guide, i will show you how to install MYSQL on CentOS 7 / RHEL 7 / Oracle Linux 7 instead of MariaDB. MariaDB is the default implementation…
5 Key Steps to Ensuring Database Security
Databases often contain extremely sensitive information that must be protected from security vulnerabilities and exploits. All organizations need to work on a continual basis to identify and remediate those vulnerabilities…
How to Enable and Grant Remote Access to MySQL Database Server
For reasons of security, remote access to MySQL database server is disabled by default because they are considered potential security threats. However, due to some reason, it is necessary to…
How to Calculate and List Sizes of MySQL / MariaDB Databases
Question : I am finding the best way to calculate and list sizes of MySQL or MariaDB Databases ? Answer : In order to achive this, please do the following….
How to Change the WordPress URLs in MySQL Database
Before this I have experienced issues in wordpress migration of servers moving from the test server with an unregistered domain URL (www.ehowstuff.local) to the new virtual private server (VPS) with…
How to Install LAMP on CentOS 7 / RHEL 7
LAMP stack is a group of open source software that installed together to let you run a web server to host dynamic websites. āLā stand for Linux, āAā stand for…
How to Import and Export MySQL Database Command line in Linux
In this article, I will show you how to import and export MySQL database command line in Linux. In this case, export is to backup while import is to restore….
How to Secure MySQL Server on CentOS 6.5 / CentOS 6.6
MySQL is the world’s most popular open source database and its the world’s second most widely used open-source relational database management system (RDBMS). MySQL default installation is not securely configured….
How to Display MySQL root Password in Zimbra
In the situation we need to utilize the zimbra MySQL database server in order to host other databases, we may need to know what is the root password for MySQL….
How to Display processlist in MySQL
MySQL databases are great database in internet. It’s commonly used in WordPress and Drupal blog. When you are monitoring the performance of a WordPress or Drupal blog, do not forget…
How to Install WordPress on Remote MySQL
WordPress is an open source content management system (CMS) and popular blogging platform in the world based on PHP and MySQL platform. WordPress can be install on multiple way, either…