码迷,mamicode.com
首页 >  
搜索关键字:root    ( 51246个结果
mysql修改root密码
mysqladmin命令(回目录)格式如下(其中,USER为用户名,PASSWORD为新密码):mysqladmin -u USER -p password PASSWORD该命令之后会提示输入原密码,输入正确后即可修改。例如,设置root用户的密码为123456,则mysqladmin -u ro...
分类:数据库   时间:2014-05-12 04:29:02    阅读次数:374
[leetcode]Sum Root to Leaf Numbers @ Python
原题地址:http://oj.leetcode.com/problems/sum-root-to-leaf-numbers/题意:Given a binary tree containing digits from0-9only, each root-to-leaf path could repre...
分类:编程语言   时间:2014-05-12 01:28:30    阅读次数:440
Ubuntu12.04开机报错:could not update ICEauthority file /home/user/.ICEauthority 解决
产生原因:误将/home/user目录的用户变成了root,所以无法更新ICE导致开机警告解决方法:1.使用guest登录2.打开一个console3.Ctrl + Alt +F1 进入安全模式4.使用你的用户名登录5.sudo chown -R user:user/home/$user/.ICEa...
分类:其他好文   时间:2014-05-12 00:15:41    阅读次数:459
Android Root原理
概述:通过阅读本文可以深刻理解Android系统中获得Root权限的方法和原理。本文会详细介绍Root的目的,原理和代码层次的具体实现方法。Android Root介绍:1. Root目的 手机获得Root权限以后,用户就可以完全拥有手机系统的最高权限,在Linux系统中相当于Root账号,在Win...
分类:移动开发   时间:2014-05-11 15:56:56    阅读次数:360
安装orcle10g oel5.6
一、安装OEL 5.6 二、安装VMware Tools 1)  选择菜单里的VM选项,里面有一个子选项是installVMware Tools,选择它。 2)   回到操作系统,将光驱挂载到/mnt 下  [root@tyger~]# mount /dev/cdrom /mnt mount:block device /dev/cdrom is write-protected, mou...
分类:其他好文   时间:2014-05-11 07:15:48    阅读次数:431
Windows Server服务器端MySQL数据库自动备份
1.给root账户授权所有sql权限 grant all privileges on *.* to root@"%" identified by ".";flush privileges; 2.建立bat批处理文件 @echo off set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin set y=%date:~0,4% s...
分类:数据库   时间:2014-05-11 03:11:33    阅读次数:406
查看网络配置信息
一、通过命令查看,也就是在上一篇文章中介绍的一个命令:ifconfig 示例一: [root@desktop40 ~]# ifconfig br0       Link encap:Ethernet  HWaddr 00:0C:29:4E:5B:F2             inet addr:192.168.1.131  Bcast:192.168.1.255  Mask:255.255...
分类:其他好文   时间:2014-05-11 02:33:47    阅读次数:459
修改网卡IP信息
修改网卡IP信息的情况有很多种,不过从大体上可以分为两种,一种是临时修改,重启网络服务后修改便会失效;一种是永久修改,重启网络服务后才会生效。一般临时修改应用在临时的动作中,我们通过分类名字也可以知道,是为了应对以下临时问题。而永久修改时为了构建一个稳定的网络环境,也就是所谓的生产环境。 现在我们分类介绍两种修改的简单操作。 一、临时修改 更改前: [root@desktop40 netw...
分类:其他好文   时间:2014-05-11 02:20:02    阅读次数:455
在服务器上远程链接另一台服务器的数据库的方法how to connet the database from the other host
iwangzheng.com16:57 [root@a02.cmsapi]$ mysql -u-p -h10.103.xx.xxWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 57...
分类:数据库   时间:2014-05-10 20:57:56    阅读次数:441
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!