网站建设知识
MySQL优化之——为用户开通mysql权限
2025-07-22 09:53  点击:0
为用户开通mysql权限:
grant all privileges on *.* to liuyz @"%" identified by "liuyz";flush privileges;