RedHat4 上安装MySql5
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-04-14
is 27
Server version: 5.5.8 MySQL Community Server (GPL)
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type ''help;'' or ''h'' for help. Type ''c'' to clear the current input statement. mysql> GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY "password" WITH GRANT OPTION; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; Query OK, 0 rows affected (0.00 sec) mysql> quit Bye 7,将MySql加入自启动: # /sbin/chkconfig --list mysql mysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off # /sbin/chkconfig --del mysql # /sbin/chkconfig --list mysql service mysql supports chkconfig, but is not referenced in any runlevel (run ''chkconfig --add mysql'') # /sbin/chkconfig --add mysql # /sbin/chkconfig --list mysql mysql 本文出自 “小何贝贝的技术空间” 博客,请务必保留此出处http://babyhe.blog.51cto.com/1104064/465735 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 轻松学习Linux之详解系统引导过程下一篇: linux 下用python 遍历文件夹
关于RedHat4 上安装MySql5的所有评论