mysql基本操作

mysql -uroot -p 添加用户 以root用户登录数据库,运行以下命令: create user liang identified by ‘liang’; 创建数据库blog create ...

Continue reading...