DROP DATABASE MYSQL
After we know about how to backup, restore mysql database, now i try to share about how to drop the database. cek it out...
example :
Database Name : coba.sql
username : tes
pasword : tes123
Sintaks :
mysqladmin -u [username] -p [password] drop [database]
So the command is :
mysqladmin -u tes -p tes123 drop coba
1 comments:
GRT
Post a Comment