表示 进入内容 101110201042
« 先前的 10 新的记录 | 下一步 10 较早的记录 »
Displaying posts with tag: Blog (reset)
mysql批量删除指定前缀的表,批量修改表名的SQL语句

 

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】   …

[获取更多]
mysql 出错:java.lang.ClassNotFoundException: com.mysql.jdbc.Driver

引用:http://blog.csdn.net/huangbiao86/article/details/6428608 折腾了一上午,找到了这错误的原因。哎……悲剧!   确认包已经被导入web工程目录。

【java】  【mysql】  【web】  【tomcat】  【JDBC】  【Driver】  【class】  【Blog】   …

[获取更多]
mysql union一些语句

(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】   点击查看原文>

14、utf8和UTF-8在使用中的区别

"UTF-8"是标准写法,在Windows中英文不区分大小写,所以也可以写成"utf-8"。 在数据库中只能使用"utf8"(MySQL); 静态文件使用: 总结:只有在MySQL中使用"utf-8"的别名"utf8",其他地方使用大写"UTF-8"。

【mysql】  【windows】  【数据库】  【charset】  【html】  【Blog】  【utf-8】   …

[获取更多]
6、mysql与suse查看版本信息

查看SUSE版本信息 1、cat /proc/version 内核版本 #cat /proc/version 2、uname -a 内核版本 3、lsb_release -a 发行版本 4、cat /etc/SuSE-release 可以看...

【php】  【mysql】  【Blog】  【suse】   点击查看原文>

5、通过api操作mysql的小例子

今天写了个简单的mysql程序,通过C语言。 示例代码

View Code

#include "stdio.h"#include "mysql.h"#include #include "stdlib.

【mysql】  【API】  【Server】  【string】  【void】  【html】  【Blog】   点击查看原文>

【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序

【技术贴】jsp环境搭建,Myeclipse,mysql的安装顺序 相关注册码 myeclipse 8注册码+mysql可视化Navicat 注册码 都在这个网址里面   http://hi.

【mysql】  【http】  【数据库】  【系统盘】  【html】  【JSP】  【Blog】  【navicat】   …

[获取更多]
mysql的比较运算

在menzhi007的blog里看到非常有意思的东西:http://hi.baidu.com/menzhi007/blog/item/c2e98551a18754848c54301c.

【mysql】  【函数】  【字符集】  【timestamp】  【html】  【Blog】   点击查看原文>

MySQL系统变量interactive_timeout 与 wait_timeout

http://blog.chinaunix.net/u/14014/showart_490462.

【PostgreSQL】  【服务器】  【mysql】  【配置】  【性能测试】  【html】  【Hibernate】  【Blog】  【C3P0】   …

[获取更多]
推荐[搜索引擎架构]的几篇文章

1.基于Sphinx+MySQL的千万级数据全文检索(搜索引擎)架构设计 http://blog.s135.com/post/360/ 2.百度、新浪、Mixi、Apache社区赞助的开源key-value分布式存储系统 http://blog.

【分布式】  【架构】  【mysql】  【memcached】  【Apache】  【http】  【数据库】   …

[获取更多]
表示 进入内容 101110201042
« 先前的 10 新的记录 | 下一步 10 较早的记录 »