mysql建立用户及数据库

登录mysql [root@dn210120 conf]# mysql -uroot 建立用户及密码 mysql> grant usage on *.* to 'hive14'@'localhost' identified by '123456' with grant option; 建立数据库 mysql> create database hive14 DEFAULT CHARACTER SET
相关文章
相关标签/搜索