表示 进入内容 1011 去 1020 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Search Planet MySQL Go Displaying posts with tag: Blog (reset) May 02 2012 mysql批量删除指定前缀的表,批量修改表名的SQL语句 Posted by mysql-云栖社区 on Wed 02 May 2012 05:11 UTC Tags: html, sql, Blog, http, MySQL, 安全 Select CONCAT( 'drop table ', table_name, ';' ) FROM information_schema.tables Where table_name LIKE 'uc_%'; 注意: like ‘uc_%’ 其中 uc_是你需要替换的表前缀. 执行查询,会自动生成出 drop tabl 【安全】 【mysql】 【SQL】 【http】 【html】 【Blog】 …[获取更多] Mar 17 2012 mysql 出错:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver Posted by mysql-云栖社区 on Sat 17 Mar 2012 18:36 UTC Tags: Java, Blog, Web, jdbc, tomcat, Class, driver, myeclipse, MySQL 引用:http://blog.csdn.net/huangbiao86/article/details/6428608 折腾了一上午,找到了这错误的原因。哎……悲剧! 确认包已经被导入web工程目录。 【java】 【mysql】 【web】 【tomcat】 【JDBC】 【Driver】 【class】 【Blog】 …[获取更多] Jan 05 2012 mysql union一些语句 Posted by mysql-云栖社区 on Thu 05 Jan 2012 08:31 UTC Tags: Blog, MySQL (select * from news where id=26) union (select * from news where id=30); (select * from news where id=26) union (select * from news where id=30) ... 【mysql】 【Blog】 点击查看原文> Nov 15 2011 14、utf8和UTF-8在使用中的区别 Posted by mysql-云栖社区 on Tue 15 Nov 2011 05:26 UTC Tags: Windows, html, Blog, charset, utf-8, MySQL, 数据库 "UTF-8"是标准写法,在Windows中英文不区分大小写,所以也可以写成"utf-8"。 在数据库中只能使用"utf8"(MySQL); 静态文件使用: 总结:只有在MySQL中使用"utf-8"的别名"utf8",其他地方使用大写"UTF-8"。 【mysql】 【windows】 【数据库】 【charset】 【html】 【Blog】 【utf-8】 …[获取更多] Aug 18 2011 6、mysql与suse查看版本信息 Posted by mysql-云栖社区 on Thu 18 Aug 2011 12:07 UTC Tags: PHP, Blog, suse, MySQL 查看SUSE版本信息 1、cat /proc/version 内核版本 #cat /proc/version 2、uname -a 内核版本 3、lsb_release -a 发行版本 4、cat /etc/SuSE-release 可以看... 【php】 【mysql】 【Blog】 【suse】 点击查看原文> Aug 18 2011 5、通过api操作mysql的小例子 Posted by mysql-云栖社区 on Thu 18 Aug 2011 10:52 UTC Tags: html, Blog, api, server, string, MySQL, void 今天写了个简单的mysql程序,通过C语言。 示例代码 View Code #include "stdio.h"#include "mysql.h"#include #include "stdlib. 【mysql】 【API】 【Server】 【string】 【void】 【html】 【Blog】 点击查看原文> Jun 15 2011 【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序 Posted by mysql-云栖社区 on Wed 15 Jun 2011 01:30 UTC Tags: html, Blog, navicat, http, myeclipse, MySQL, 数据库, jsp, 系统盘 【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序 相关注册码 myeclipse 8注册码+mysql可视化Navicat 注册码 都在这个网址里面 http://hi. 【mysql】 【http】 【数据库】 【系统盘】 【html】 【JSP】 【Blog】 【navicat】 …[获取更多] Mar 07 2010 mysql的比较运算 Posted by mysql-云栖社区 on Sun 07 Mar 2010 14:20 UTC Tags: html, Blog, timestamp, MySQL, 字符集, 函数 在menzhi007的blog里看到非常有意思的东西:http://hi.baidu.com/menzhi007/blog/item/c2e98551a18754848c54301c. 【mysql】 【函数】 【字符集】 【timestamp】 【html】 【Blog】 点击查看原文> Jan 12 2010 MySQL系统变量interactive_timeout 与 wait_timeout Posted by mysql-云栖社区 on Tue 12 Jan 2010 13:09 UTC Tags: postgresql, html, Blog, Hibernate, MySQL, 配置, 服务器, c3p0, 性能测试 http://blog.chinaunix.net/u/14014/showart_490462. 【PostgreSQL】 【服务器】 【mysql】 【配置】 【性能测试】 【html】 【Hibernate】 【Blog】 【C3P0】 …[获取更多] Jun 18 2009 推荐[搜索引擎架构]的几篇文章 Posted by mysql-云栖社区 on Thu 18 Jun 2009 10:19 UTC Tags: Blog, Apache, memcached, http, MySQL, 数据库, 分布式, 高并发, 存储, 架构, 搜索引擎, 分布式存储 1.基于Sphinx+MySQL的千万级数据全文检索(搜索引擎)架构设计 http://blog.s135.com/post/360/ 2.百度、新浪、Mixi、Apache社区赞助的开源key-value分布式存储系统 http://blog. 【分布式】 【架构】 【mysql】 【memcached】 【Apache】 【http】 【数据库】 …[获取更多] 表示 进入内容 1011 去 1020 的 1042 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Get Started Contributing Contributing to MySQL Developer Guide Oracle MySQL Blogs Oracle's MySQL Blog (41) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums