随笔分类 -  *MYSQL

摘要:所谓的绿色版,就是没有installer的MySQL,完全需要靠人工来操作,好处是,重装系统后,只要再做一次本次配置,即可使用。 具体操作方法: 1,设置系统环境变量, 在Path中添加 D:\mysql\bin 2,修改my-small.ini文件内容,添加以下内容 basedir=D:\mysq 阅读全文
posted @ 2014-06-05 16:46 李济宏(Amadeus) 阅读(860) 评论(2) 推荐(0) 编辑
摘要:一,安装apache: # mkdir /vegas # cd /vegas # wget http://mirror.bit.edu.cn/apache//httpd/httpd-2.2.24.tar.gz # tar zxvf httpd-2.2.24.tar.gz /vegas //以上下载解 阅读全文
posted @ 2013-03-28 01:02 李济宏(Amadeus) 阅读(193) 评论(0) 推荐(0) 编辑
摘要:修改vegas的密码为345678990,此方法不用flush,另可以用作新建vegas用户。另此语句任何mysql版本均适用。grantallon db_vegas.*to vegas@"%" IDENTIFIED BY'34567890'; 常规的方法:SET PASSWORD FOR vega... 阅读全文
posted @ 2011-06-17 03:22 李济宏(Amadeus) 阅读(158) 评论(0) 推荐(0) 编辑
摘要:Enter password: ******Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 642Server version: 5.1.40-community MySQL C... 阅读全文
posted @ 2009-12-17 11:05 李济宏(Amadeus) 阅读(293) 评论(0) 推荐(0) 编辑