zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

mysql 常用

mysql 常用
2023-09-14 08:58:27 时间

create database jobs;
grant all on jobs.* to root@'%' identified by '111111';
flush privileges;