Accessdeniedforuser‘root‘@‘localhost‘(usingpassword:YES)首先停用mysql服务Servicemysqlstop然后用此命令跳过网络授权表mysqld_safe--user=mysql--skip-grant-tables--skip-networking&登录mysqlMysql–uroot–pMysql密码修改mysql>usemysql;mysql>updateusersetp..
分类:
数据库 时间:
2014-12-30 17:19:54
阅读次数:
170
Linux版本:Ubuntu 12.04配置网口后重启网络,提示/etc/init.d/networking restart is deprecated。$ sudo /etc/init.d/networking restart* Running /etc/init.d/networking res...
分类:
Web程序 时间:
2014-12-30 17:04:29
阅读次数:
669
先停止mysql服务/etc/init.d/mysqld stop以安全模式启动mysql/usr/local/mysql/bin/mysqld_safe --skip-grant-tables --skip-networking &/usr/local/mysql/bin/mysqlUPDATE ...
分类:
数据库 时间:
2014-12-22 17:31:13
阅读次数:
273
# service mysqld stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &# mysql -u root mysqlmysql> UPDATE user SET Password=PASSWORD(....
分类:
数据库 时间:
2014-12-19 09:17:06
阅读次数:
191
FreeBSD Set a Default Route / GatewaybyNIXCRAFTonJANUARY 13, 2008·7 COMMENTS·LAST UPDATEDOCTOBER 31, 2008inFREEBSD,NETWORKING,TROUBLESHOOTINGQ.How do ...
分类:
其他好文 时间:
2014-12-18 18:44:02
阅读次数:
271
CentOS网络配置开启网络功能#vi/etc/sysconfig/network重要参数:NETWORKING=yes要不要开启网络功能,当然yes啊NETWORKING_IPV6=no是否支持IPv6HOSTNAME=主机名网卡的配置文件相关的网络配置文件和目录:/etc/sysconfig/network-scripts/存放网卡的配置文件的目录以/etc/syscon..
分类:
系统相关 时间:
2014-12-17 18:59:28
阅读次数:
766
Not attached In this mode, VirtualBox reports to the guest that a network card is present, but that there is no connection -- as if no Ethernet cable was plugged into the card. This way it is possi...
分类:
Web程序 时间:
2014-12-15 22:11:26
阅读次数:
305
首先不得不说本人有点二,这都能忘.....方法一:#/etc/init.d/mysqldstop#mysqld_safe--user=mysql--skip-grant-tables--skip-networking&#mysql-urootmysqlmysql>updateusersetPassword=Password(‘newpassword‘)whereUser=‘root‘;mysql>flushprivileges;mysql>qu..
分类:
数据库 时间:
2014-12-15 06:43:59
阅读次数:
231
原文:http://www.infoq.com/cn/articles/azure-networking-tips本文从产品设计和架构角度分享了 Microsoft Azure 网络服务方面的使用经验,希望你在阅读本文之后能够了解这些服务之间,从而更好地设计你的架构。 Microsoft Azur....
分类:
其他好文 时间:
2014-12-15 06:30:16
阅读次数:
295
??
JavaNetworking and Proxies
比较早的文章,正好在研究java proxy的用法,就翻译了一下
原文地址:
http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html
概述
在如今的网络环境下,尤其是合作项目,项目开发者不得不频繁的处...
分类:
编程语言 时间:
2014-12-02 17:17:33
阅读次数:
158