1.ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)1)关闭mysql服务/etc/init.d/mysqld stop2)开启安全模式 & 后台运行mysqld_safe --us...
分类:
数据库 时间:
2015-03-09 16:04:28
阅读次数:
190
好久没有用git了,今天突然执行了一下$git submodule update --init --recursive===============================结果出现如下提示Cloning into 'Submodules/********'...Permission deni...
分类:
其他好文 时间:
2015-03-08 22:55:47
阅读次数:
250
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
解决方案:
\wamp\apps\phpmyadmin4.1.14\config.inc.php
$cfg['Servers'][$i]['password'] = '我的密码';...
分类:
数据库 时间:
2015-03-07 17:16:49
阅读次数:
205
安装或者卸载mysql服务出现Install/Remove of the Service Denied!错误
解决办法:以管理员的身份打开cmd.exe...
分类:
数据库 时间:
2015-03-06 12:50:43
阅读次数:
166
我帮助chenzhonghua在FTP上建了用户但是他想用scp从Linux上往FTP服务器(192.168.62.2)传文件遇到了故障:[root@dev-server-cdtmp]#scp-P25552mysql.sockchenzhonghua@192.168.62.250:/tmpchenzhonghua@192.168.62.2‘spassword:Permissiondenied,pleasetryagain.故障原因:SSH..
分类:
系统相关 时间:
2015-03-04 19:20:14
阅读次数:
1240
第六部分
前几天一直被移植到ARM开发板上的nginx启动的问题困扰,在ARM开发板上启动时不是出现
nginx: [emerg] getgrnam("nogroup") failed (2: No such file or directory)
就是出现
/system/bin/sh: ./nginx: cannot execute - Permission denied
使用命令
...
分类:
其他好文 时间:
2015-03-04 13:01:44
阅读次数:
764
在网上找了很久也没有找到解决方案,最后根据提示自己摸索如下:1.编辑/etc/sshd_config文件,注释掉#ForceCommand /usr/local/bin/ssh_session2.启动sshd服务:sudo launchctl load -w /System/Library/Laun...
分类:
系统相关 时间:
2015-03-02 20:34:30
阅读次数:
232
原因是:root的密码错误了。解决思路:关闭mysql服务,重新启动mysql服务,启动mysql的时候,指定不需要校验密码。然后登陆mysql,修改密码,退出。再重新启动mysql服务。1、关闭mysql2、启动mysql,指定不需要校验密码C:\Program Files\MySQL\MySQL...
分类:
数据库 时间:
2015-03-02 16:20:51
阅读次数:
139
1.安装mysql服务出现Install/Remove of the Service Denied!错误 今天在一台机器(OS为windows7 64bit)上装MySQL5.6.16数据库,看了下机器,之前有安装MySQL,不过没启动服务,于是就打开cmd.exe输入mysqld --insta....
分类:
数据库 时间:
2015-02-28 18:36:41
阅读次数:
217
这种错误,可以在loadurl之后再调用 localstorage。setitem()即可解决。"Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied fo...
分类:
移动开发 时间:
2015-02-28 17:59:30
阅读次数:
4219