作者:zccst CDbConnection failed to open the DB connection: SQLSTATE[HY000] [2002] No such file or directory 这个是由于 通常我们在参考 教程在 MAC OS下安装 MYSQL 时, 只会修改PHP.ini 中的 mysql.default_socket = /tmp/mysql.sock 而没有把另外两个YII 框架需要调用到的模块的default_socket也修改一下 解决方法 就是 su…
本地的mysql运行时,可能会用到修改用户名密码: mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('输入新密码');不存在修改用户啊,你是指修改什么程序框架里的配置文件吗?用户改名?[前提是用root用户登录]CMD或Shell下:mysql -u root -p输入密码或两个回车mysql> use mysql;mysql> update user set user="retoor" where user…
相关类手册: http://www.yiichina.com/api/CButtonColumn buttons 属性 public array $buttons; the configuration for additional buttons. Each array element specifies a single button which has the following format: 'buttonID' => array( 'label'=>'...', // text…