whereis mysql 安装路径 which mysql 运行文件路径 找到 /usr/bin/mysql 路径 mysql为执行文件,不是文件夹 登陆mysql mysql -u 用户名 -p 回车 输入密码 查询 数据库版本 select version(); 查询当前数据库队列 show processlist; 远程访问权限设置 grant all privileges on *.* to 'zlhadmin'@'%' identified by 'cai201801db' wit
Beginning with API Level 8, you can allow your application to be installed on the external storage (for example, the device's SD card). This is an optional feature you can declare for your application with theandroid:installLocation manifest attribut