I can use mysqldump to create a .sql file backup of my data..
For importing how can I test to see if the DB exists, if it does
import the .sql
If not create the DB then import the .sql !
Thanks
For importing how can I test to see if the DB exists, if it does
import the .sql
If not create the DB then import the .sql !
Thanks
Comment