Mariadb使用入门

Mariadb操做 --查询全部用户 SELECT User, Host, Password FROM mysql.user; --修改host后,若是以前已受权,此时须要从新受权 update mysql.user set host='%' where host like 'localhost'; update mysql.user set host='%' where user='br2zz'
相关文章
相关标签/搜索