MySQL和SQL入門

1.1 MySQL基礎 1.1.1 新增賬戶 1、新增賬戶 create user 'sampdb'@'localhost' identified by 'secret'; 2、授權 grant all on sampdb.* to 'sampdb'@'localhost'; 1.1.2客戶端連接服務器 1、連接命令 mysql options opitons可以用或者不用空格, 常見的命令: m
相關文章
相關標籤/搜索