Chinaunix首页 | 论坛 | 博客
  • 博客访问: 298769
  • 博文数量: 103
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 858
  • 用 户 组: 普通用户
  • 注册时间: 2015-06-04 14:19
文章分类

全部博文(103)

文章存档

2016年(8)

2015年(95)

我的朋友

发布时间:2015-06-08 13:36:33

  一般情况下,修改MySQL密码或授权是需要有mysql里的root权限的。下面的例子中phplamp为用户名,phplampDB为用户数据库名。1.新建用户。//登录MYSQL@>mysql -u root -p@>密码//创建用户mysql> insert into mysql.user(Host,User,Password) values("localhost",.........【阅读全文】

阅读(768) | 评论(0) | 转发(0)

发布时间:2015-06-08 13:30:13

编辑 vi /etc/yum.repos.d/CentOS-Base.repo文件,然后按照如下步骤:# CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to the client. You should use thi.........【阅读全文】

阅读(870) | 评论(0) | 转发(0)

发布时间:2015-06-08 13:21:58

可能有的朋友在安装CentOS的时候选择的语言是English,但是安装好系统之后把语言更改为简体中文,这时发现系统的功能菜单会出现乱码,包括网页等等,这是由于没有安装简体中文语言包导致,要解决此问题有两种方法,第一种是用CentOS系统光盘或者ISO镜像安装缺失的语言包,第二种是通过网络来更新,只要你可以接入互联.........【阅读全文】

阅读(632) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册