Friday, October 3, 2025

if exist drop and create database in MySql

 create DATABASE IF not EXISTS test2;


 drop DATABASE IF not EXISTS test2;

No comments:

Post a Comment