摘要:
创建用户 CREATE USER 用户名@'%' IDENTIFIED BY "密码"; 刷新系统权限表flush privileges; 为此用户授予数据库增删改查的权限grant select,update,delete,insert on 数据库名.* to 用户名; 用户管理mysql> u 阅读全文
摘要:
一、No active compatible AVD's or devices found. Relaunch this configuration after connecting a device or starting an AVD.修改adb server的端口,设置一个系统环境变量ANDR... 阅读全文