随笔分类 -  SQL

C连接Mysql
摘要:#include <windows.h> #include <mysql.h> #include "stdio.h" #pragma comment(lib,"libmySQL.lib") int main() {     MYSQL mysql;     mysql_ini... 阅读全文
posted @ 2010-01-27 12:40 yangyh 阅读(215) 评论(0) 推荐(0)
mysql 7 (cluster) 集群 配置
摘要:注意:在启动数据节点后会预分配2G的硬盘空间(preallocate the space for the logs (used for recovery). This is to avoid problems during running of waiting for the OS to allocate disk space or running out of space),在分配成功后再启动服... 阅读全文
posted @ 2010-01-20 02:19 yangyh 阅读(544) 评论(0) 推荐(0)