摘要:
1 public function mkDirs($path) { 2 $res = ""; 3 if(!is_dir($path)) { 4 $arr = explode('/',$path); 5 for ($i=0;$i<count($arr);$i++) { 6 ... 阅读全文
posted @ 2017-09-19 20:03
bettyjones
阅读(226)
评论(0)
推荐(0)
摘要:
1.修改mysql的配置文件(针对平台的14.02版本) 路径为/etc/mysql/my.cnf文件 找到bind-adress = 127.0.0.1 修改为#bind-adress = 127.0.0.1,即将他注释掉 2.重启mysql 先进入mysql mysql -uroot -p123 阅读全文
posted @ 2017-09-19 20:02
bettyjones
阅读(546)
评论(0)
推荐(0)
浙公网安备 33010602011771号