
mysql删掉数据库失败
MySQL is a very popular opensource database it is used by a lot of different types and size companies. In this post, we will look at how to drop or delete MySQL databases?
MySQL是一种非常流行的开源数据库,许多类型和规模的公司都在使用它。 在本文中,我们将研究如何删除或删除MySQL数据库?
登录MySQL数据库 (Login MySQL Database)
Dropping/Deleting/Removing a database in MySQL server is a simple and fast solution that will delete data as well as table and database schemes. We will command to the local MySQL server daemon whit root privileges.
在MySQL服务器中删除/删除/删除数据库是一种简单而快速的解决方案,它将删除数据以及表和数据库方案。 我们将命令root特权到本地MySQL服务器守护进程。
$ sudo mysql -u