表示 进入内容 3811 去 3820 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Nov 23 2017 win2003下安装入侵检测系统snort Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:59 UTC Tags: PHP, Windows, Apache, database, update, grant, file, MySQL, 数据库, create, 配置, 服务器, dll 一、部署IDS入侵检测系统所需软件: acid-0.9.6b23.tar.gz 基于php 的入侵检测数据库分析控制台 http://www.cert.org/kb/acid adodb465. 【php】 【服务器】 【mysql】 【windows】 【Apache】 【数据库】 【配置】 …[获取更多] Nov 23 2017 Relay log read failure错误解决 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:58 UTC Tags: network, log, by, MySQL, read, parse 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 我的博客已迁移到xdoujiang. 【mysql】 【LOG】 【BY】 【read】 【network】 【parse】 点击查看原文> Nov 23 2017 补12.关于mysql的多表查询 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:58 UTC Tags: MySQL 首先先准备两张表。 首先是员工信息表,表名为employee。 create table employee( emp_id int primary key auto_increment not null, emp_name varchar(50), age int, dept_id int ); ... 【mysql】 点击查看原文> Nov 23 2017 grep工具 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:57 UTC Tags: bash, Postfix, test, jenkins, MySQL, 正则表达式 正则表达式: 正则就是一串有规律的字符串 掌握好正则对于编写shell脚本有很大帮助 各种编程语言中都有正则,原理是一样的 grep工具 格式: grep [-cinvABC] 'word' filename -c 行数 -i 不区分大小写 -n 显示行号 -v 取反 -r 遍历所有... 【mysql】 【正则表达式】 【test】 【postfix】 【jenkins】 【Bash】 …[获取更多] Nov 23 2017 mysql字符集及乱码问题 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:56 UTC Tags: utf-8, variables, MySQL, 数据库, 字符集, 服务器 MySQL中涉及的几个字符集 character-set-server/default-character-set:服务器字符集,默认情况下所采用的。 character-set-database:当前数据库字符集。 【服务器】 【mysql】 【数据库】 【字符集】 【variables】 【utf-8】 点击查看原文> Nov 23 2017 LVS,Nginx及HAProxy三种负载均衡器比较 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:54 UTC Tags: Nginx, session, MySQL, 配置, 服务器, 性能, 高并发, 负载均衡, cookie, 应用服务器 三种负载均衡器的优缺点: LVS负载均衡 lvs优点: 1.抗负载能力强,工作在第4层仅作分发之用没有流量的产生。这个特点也决定了它在负载均衡软件里的性能最强的;无流量,同时保证了均衡器IO的性能不会受到大流量的影响。 【nginx】 【服务器】 【mysql】 【性能】 【高并发】 【配置】 …[获取更多] Nov 23 2017 python使用localhost链接mysql出错及解决办法 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:50 UTC Tags: Windows, Python, server, MySQL, oschina 在命令行下运行如下: import MySQLdb conn=MySQLdb.connect(host='localhost',user='root',passwd='xxxx',db='test1') xxxx是实际的密码。 【python】 【mysql】 【windows】 【Server】 【oschina】 点击查看原文> Nov 23 2017 SQL语句详解:MySQL update的正确用法 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:49 UTC Tags: sql, update, MySQL 以下的文章主要介绍的是MySQL update 语句的实际用法,我们首先是以单表的UPDATE语句来引出实现MySQL update 语句的实际方案,以下就是文章的详细内容描述,望你看完之后会有收获。 【mysql】 【SQL】 【update】 点击查看原文> Nov 23 2017 13.4 MySQL用户管理;13.5 常用sql语句;13.6 MySQL数据库备份恢复 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:49 UTC Tags: html, sql, Blog, database, db, thread, grant, MySQL, 数据库 扩展: SQL语句教程 http://blog.51cto.com/zt/206 什么是事务?事务的特性有哪些? http://blog.csdn.net/yenange/article/details/7556094 根据binlog恢复指定时间段的数据 http://www. 【mysql】 【SQL】 【数据库】 【DB】 【grant】 【database】 【html】 …[获取更多] Nov 23 2017 C语言连接MYSQL问题 Posted by mysql-云栖社区 on Thu 23 Nov 2017 06:30 UTC Tags: Linux, unix, socket, MySQL 写了一个连接MYSQL的C程序,出现以下错误信息: cc -I/usr/include/mysql -Wall -g -lmysqlclient -g -L/usr/lib connect1.c -o connect1 /tmp/ccykDQvd. 【linux】 【mysql】 【Socket】 【Unix】 点击查看原文> 表示 进入内容 3811 去 3820 的 15679 « 先前的 10 新的记录 | 下一步 10 较早的记录 » 最热门的前20位作者 約翰·史密斯 (2) Oracle MySQL Blogs Oracle's MySQL Blog (43) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums