摘要: 1、如何将hellodb_innodb.sql导入到数据库中。 答: 本机导入:mysql -uroot -p{密码} < hellodb_innodb.sql远程导入:(1)授权root有远程执行权限mysql -uroot -p{密码}grant all privileges on *.* to 阅读全文
posted @ 2020-08-24 11:11 索玛 阅读(89) 评论(0) 推荐(0)