| t | 1 | in_tong | 1 | a | A | | | | YES | BTREE | |
+-------+------------+----------+--------------+-------------+-----------+-------------+----------+--------+------+------------+---------+
[root@localhost ~]#
13.用mysqladmin删除数据库
[root@localhost ~]# mysqladmin drop tongcheng -u root -p
Enter password:
Dropping the database is potentially a very bad thing to do.
Any data stored in the database will be destroyed.
Database "tongcheng" dropped
[root@localhost ~]#
14.用mysqladmin关闭数据库
[root@localhost ~]# mysqladmin -u root -p shutdown
Enter password:
[root@localhost ~]#