码迷,mamicode.com
首页 >  
搜索关键字:networking    ( 679个结果
mysql 1045错误
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
Ubuntu重启网络/etc/init.d/networking restart报错
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的root账号密码
先停止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
centos 安装mysql 登录进提示 Access denied for user 'root'@'localhost' (using password: NO)
# 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 / Gateway
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
vbox虚拟机 CentOS/Ubuntu 网络配置
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
networking modes in VirtualBox
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
Mysql root密码忘记怎么搞
首先不得不说本人有点二,这都能忘.....方法一:#/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
通过Microsoft Azure服务设计网络架构的经验分享(转)
原文:http://www.infoq.com/cn/articles/azure-networking-tips本文从产品设计和架构角度分享了 Microsoft Azure 网络服务方面的使用经验,希望你在阅读本文之后能够了解这些服务之间,从而更好地设计你的架构。 Microsoft Azur....
分类:其他好文   时间:2014-12-15 06:30:16    阅读次数:295
Java Networking and Proxies(译文)
?? JavaNetworking and Proxies 比较早的文章,正好在研究java proxy的用法,就翻译了一下 原文地址: http://docs.oracle.com/javase/6/docs/technotes/guides/net/proxies.html   概述 在如今的网络环境下,尤其是合作项目,项目开发者不得不频繁的处...
分类:编程语言   时间:2014-12-02 17:17:33    阅读次数:158
679条   上一页 1 ... 56 57 58 59 60 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!