MySQL Connect through localhost doesn’t work but 127.0.0.1 works.
You may encounter an error while using localhost as your IP address in MySQL connection string in a configuration file. MySQL Connect through localhost doesn’t work but 127.0.0.1 works. How to troubleshoot First thing you would check is the servers hosts file. This is to ensure that localhost is...
configure: error: Package requirements (sqlite3 > 3.7.4) were not met:
You may encounter the following error when you compile php from source. configure: error: Package requirements (sqlite3 > 3.7.4) were not met: This is an error which appears when devel package for sqlite3 is missing. Solve “configure: error: Package requirements (sqlite3 > 3.7.4) were not met:” in Centos or...
Install Hugo into a Docker Container
This article explains the steps to install Hugo into a docker container. We first create a docker container and install docker into it. Set up a folder First, we set up a folder that we will share with the Docker container. In that way, we can edit files locally...
How to install docker in CentOS 7
We explain here, how to install docker in CentOS 7 using yum command. Docker is a toolkit that enables developers to build, deploy, run, update, and stop containers using simple commands and work-saving automation through a single API. What we do here is to install yum-utils , add repository...
checking for pcre-config… false configure: error: pcre-config for libpcre not found.
You need to install pcre-devel using rpm or yum or you can compile and install from source. How to install pcre from source Download the following file to /usr/local/src/ https://ftp.pcre.org/pub/pcre/pcre-8.32.tar.gz 2. How to install pcre-devel using yum. Now you have to locate the pcre-config file to use in the command...
configure: error: no acceptable C compiler found in $PATH
configure: error: in folder name :configure: error: no acceptable C compiler found in $PATHSee `config.log’ for more details This is an error which appears when gcc compiler is absent in the server. You can install it using yum or download an rpm and install it....
How to compile and install apache from source on CentOS 7
We discuss here how to compile and install apache from source on CentOS 7 server or any other RHEL like systems. If this is a fresh server do a yum update and reboot the server. You will need compilers for this installation. Now you need to download source files...
How to allow a Linux user access to MySQL without password.
A Linux user may need to frequently login to MySQL of the server. If he logs in as the same MySQL user each time, there is a way to save these details and login to mysql MySQL without password every single time. We can do this by creating a...
How to change WordPress admin email address without admin password
People who use a lot of login credentials may find it difficult to remember all the passwords. In such cases it may be difficult and time consuming to recollect password. There is an option to change the admin password in WordPress via email id. Sometimes it is possible to...
How to reset WordPress admin password from database
People who uses lot of login credential may find it difficult to remember all the passwords. In such cases it may be difficult and time consuming to recollect password. There is an option to change the admin password in WordPress via email id. Sometimes it is possible to forget...