Home MySql How to Get Current Date in MySQL? How to Get Current Date in MySQL? Author - Mahabubur Rahman 11:39:00 PM 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 Newer Older