MYSQL之基礎操作

-- 創建用戶 create user "jestc"@"localhost" identified by "123456"; -- 修改密碼 set password for "jestc"@"localhost" = PASSWORD("jestc"); -- 授權操作 grant update, insert, select, create on *.* to "jestc"@"localh
相關文章
相關標籤/搜索