mysql用户与授权

  1.创建用户 insert into mysql.user(Host,User,Password) values("localhost","test",password("123456")); 2.用户授权 授权格式: grant 权限 on 数据库.* to 用户名@登录主机 identified by "密码";

如何在ubuntu14.04上安装composer

  1、下载并执行Installer,要注意的是,如果沒有在php前面加上sudo的话,有可能出现错误信息。sudo curl -sS https://getcomposer.org/installer | sudo php -d detect_unicode=Off

关于mews/captcha for laravel存在method [validateCaptcha] doesn't exists解决方法

  关于mews/captcha for laravel存在method [validateCaptcha] doesn't exists解决方法