本人博客上一篇(http://blog.csdn.net/tjcyjd/article/details/41646889)已讲了yum源的配置,有了yum那么安装mysql就会很简单,具体如下:
yum list installed mysql* rpm -qa | grep mysql*
yum list mysql*
yum install mysql
yum install mysql-server yum install mysql-devel
service mysqld start
chkconfig -add mysqld
查看开机启动设置是否成功
首先,你得检测Ruby是否已经安装了.在shell的提示符处(这里表示为"%",所以不要敲入%),敲入 % ruby -v (-v 告诉解释器打印出Ruby的版本),然后敲回车.如果安装了Ruby,你会看见类似如下的信息: % ruby -v ruby 1.6.6 [i586-linux] 如果Ruby未安装,你可以让管理员安装它,或者可以自己做,Ruby是一个没有安装或使用限制的自由软件. 现在,让我们和Ruby玩玩.你可以通过一个-e参数直接在命令行上放置一个Ruby程序: % r
3
chkconfig --list | grep mysql*
service mysqld stop
mysqladmin -u root password 666666
service mysqld stop
mysqld_safe --user=root --skip-grant-tables
mysql -u root
use mysql
update user set password=password("666666") where user="root";
flush privileges;use mysql; UPDATE user SET `Host` = '%' WHERE `User` = 'root' LIMIT 1;
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号