Read more

Show more
How to Get Yesterday's Date in MySQL?

How to Get Yesterday's Date in MySQL?

Problem :  We would like to get yesterday's date in MySQL database. So we need to execute query to solve this.  Sol…

How to Get Current Date in MySQL?

How to Get Current Date in MySQL?

Problem :  We would like to get current date in MySQL database. So we need to execute query to solve this.  Solution : …

What is an Elastic IP Address

What is an Elastic IP Address

An Elastic IP address is  a reserved public IP address that you can assign to any EC2 instance in a particular region, …

Reading a JSON  File in Python

Reading a JSON File in Python

The full form of JSON is Javascript Object Notation. It means that a script (executable) file which is made of text in …

How to Install MySQL 5.7 on CentOS 7

MySQL  is an open-source relational database management system.  It is the most popular open-source database in the wor…

error no. 1130 mysql server

error no. 1130 mysql server

It looks like the user has access to localhost only. So you have to set all ip access by '%'.   On your server …