Home MySql How to Get Current Date in MySQL? How to Get Current Date in MySQL? Author - Mahabubur Rahman 11:39:00 PM0 minute read 0 Problem : We would like to get current date in MySQL database. So we need to execute query to solve this. Solution :Write bellow query to get yestarday date - SELECT CURDATE() AS `date`;Output :date6/22/2023 Tags MySql Facebook Twitter Whatsapp NewerHow to Get Yesterday's Date in MySQL? OlderResolving the Boto3 NoCredentials Error in Python