Create a database using the command line

create user 'order_xx'@'%' identified by '1a6e3b6ac1b7eb38750981cb9b038f06';
create database d_order_xx default character set = 'utf8' default collate = 'utf8_general_ci';
grant all privileges on d_order_xx.* to 'order_jiulong_zhongnan'@'%';
flush privileges;

  

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325329727&siteId=291194637