
数据库
文章平均质量分 70
数年磨一剑
这个作者很懒,什么都没留下…
展开
-
mysql设置密码
mysql如何设置密码 有很多方法:1.用root 进入mysql后mysql>set password =password('你的密码');mysql>flush privileges; 2.使用GRANT语句 mysql>grant all on *.* to 'root'@'localhost' IDENTIFIED BY '你转载 2013-11-04 13:29:44 · 1089 阅读 · 0 评论 -
(一次说清楚)mysql 安装及操作 完整记录
mysql安装及使用记录 一、安装Mysql1、下载MySQL的安装文件 安装MySQL需要下面两个文件: MySQL-server-4.0.16-0.i386.rpm MySQL-client-4.0.16-0.i386.rpm 2、安装MySQLrpm文件是Red Hat公司开发的软件安装包,rpm可让Linux在安装软件包时免除许多复转载 2013-10-30 14:28:29 · 737 阅读 · 0 评论 -
记录一下mysql中的问题
grant all on ddc.* to ddc@'%' identified by "123456" , 本机不用密码登陆,用密码等不进去,远程用密码可以登陆;grant all on ddc.* to ddc@'localhost' identified by "123456", 本机用密码能登陆进去,远程登陆不进去;原创 2013-11-08 15:22:00 · 608 阅读 · 0 评论 -
openstack-db命令初始化数据库出错,解决方法!
[root@openstack-h1 ~]# openstack-db --init --service glance --password 123456Please enter the password for the 'root' MySQL user: Verified connectivity to MySQL.Creating 'glance' database.Upda原创 2013-11-19 19:42:53 · 2625 阅读 · 0 评论