赞
踩
目录
(1)创建数据库yang
(2)使用yang这个数据库,让yang变成当前数据库
(3)每次启动mysql会话时在使用前先选择这个固定的数据库
create database yang;
返回:
use yang;
mysql -h localhost -u root -p yang