mysql添加用户_MySQL
来源:动视网
责编:小采
时间:2020-11-09 18:07:18
mysql添加用户_MySQL
mysql添加用户_MySQL:bitsCN.com mysql添加用户先以root用户登入选择要添加的数据库(jbpm)use jbpmgrant all on jbpm to scott@localhost identified by scott删除用户mysql -uroot -prootuse mysqldelete from user where user
导读mysql添加用户_MySQL:bitsCN.com mysql添加用户先以root用户登入选择要添加的数据库(jbpm)use jbpmgrant all on jbpm to scott@localhost identified by scott删除用户mysql -uroot -prootuse mysqldelete from user where user

bitsCN.com
mysql添加用户
先以root用户登入
选择要添加的数据库(jbpm)
use jbpm
grant all on jbpm to scott@localhost identified by scott
删除用户
mysql -uroot -proot
use mysql
delete from user where user=scott and host=localhost;
flush privileges; bitsCN.com
mysql添加用户_MySQL
mysql添加用户_MySQL:bitsCN.com mysql添加用户先以root用户登入选择要添加的数据库(jbpm)use jbpmgrant all on jbpm to scott@localhost identified by scott删除用户mysql -uroot -prootuse mysqldelete from user where user