摘要: 第1步、yum安装mysql[root@stonex ~]# yum -y install mysql-server安装结果:Installed: mysql-server.x86_64 0:5.1.73-3.el6_5 ... 阅读全文
posted @ 2015-12-05 23:27 zero530 阅读(286) 评论(1) 推荐(0) 编辑
摘要: win7 远程桌面连接centos 6.5.如果使用xshell,则不用任何配置即可连接首先安装tigervnc-server:yum install tigervnc-server安装好后,设置 vi /etc/sysconfig/vncservers[root@gateway-001 ~]# c... 阅读全文
posted @ 2015-12-05 23:26 zero530 阅读(1069) 评论(0) 推荐(0) 编辑
摘要: Linux Centos 6.6搭建SFTP服务器 在Centos 6.6环境使用系统自带的internal-sftp搭建SFTP服务器。打开命令终端窗口,按以下步骤操作。0、查看openssh的版本[plain] view plaincopyssh-V使用ssh -V 命令来查看openssh的版... 阅读全文
posted @ 2015-12-05 23:25 zero530 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: 例如,你想myuser使用mypassword从任何主机连接到mysql服务器的话。mysql> GRANT ALL PRIVILEGES ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword' WITH GRANT OPTION;此时检查下防火墙是否开启... 阅读全文
posted @ 2015-12-05 23:24 zero530 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 一些常用的Bootstrap模板资源站超级Bootstrap模板库:http://www.wrapbootstrap.com/免费的HTML5 响应式网页模板:http://html5up.net/ WP & Bootstrap:http://www.dxthemes.com/Bootstrap T... 阅读全文
posted @ 2015-12-05 23:23 zero530 阅读(300) 评论(0) 推荐(0) 编辑