表示 进入内容 901 去 910 的 2324 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Displaying posts with tag: sql (reset) Nov 15 2017 C++ 读写MySQL经典 (转载) Posted by mysql-云栖社区 on Wed 15 Nov 2017 05:43 UTC Tags: sql, c++, charset, string, MySQL, 数据库, 函数 from: http://blog.csdn.net/jemlee2002/article/details/1523164 看过很多C或是C++操作MySQL数据库的文章,大部分太吃力了,甚至有一部分根本没有很好的组织文字,初学者比较难以接受,即使是C++或是C高手也是比较难看懂。 【mysql】 【函数】 【SQL】 【c++】 【数据库】 【string】 …[获取更多] Nov 15 2017 Icc编译MySQL性能调研(二) Posted by mysql-云栖社区 on Wed 15 Nov 2017 05:27 UTC Tags: sql, innodb, myisam, gcc, MySQL, 索引, 测试, 性能, 存储, 脚本 SQL1:(select customerd, customername, companyname, realcompanyname from tb_shifen_customerwhere urldomain like "%. 【mysql】 【innodb】 【性能】 【SQL】 【测试】 【脚本】 【索引】 【gcc】 …[获取更多] Nov 15 2017 一个Linux下Mysql备份脚本,可用于crontab定时任务 Posted by mysql-云栖社区 on Wed 15 Nov 2017 05:18 UTC Tags: sql, Linux, Blog, bash, gzip, MySQL, CTO, 脚本 #!/bin/bashdate=`date +%Y%m%d`day=`date +%H`day1=`date -d "10 days ago" +%Y%m%d`mkdir -p /home/data_backup/$date/$day mysqldump -uroot... 【linux】 【mysql】 【gzip】 【SQL】 【脚本】 【cto】 【Blog】 …[获取更多] Nov 15 2017 php 备份mysql数据库 Posted by mysql-云栖社区 on Wed 15 Nov 2017 04:56 UTC Tags: PHP, sql, Class, MySQL, 数据库, 数组 <?phprequire_once ("backdata.class.php");$link = @mysql_connect("localhost","root","123456") or die ('Could not connect to server. 【php】 【mysql】 【SQL】 【数据库】 【class】 【数组】 点击查看原文> Nov 15 2017 MySQL安装错误后的解决 Posted by mysql-云栖社区 on Wed 15 Nov 2017 04:40 UTC Tags: sql, Blog, yum, MySQL, void 安装MySQL时make编译时的出错。 In function ‘void handle_connections_sockets()’: error: invalid conversion from ‘size_socket*’ to ‘socklen_t*’ error: initializi... 【mysql】 【SQL】 【yum】 【void】 【Blog】 点击查看原文> Nov 15 2017 MySQL备份脚本 Posted by mysql-云栖社区 on Wed 15 Nov 2017 04:40 UTC Tags: sql, db, file, test, MySQL, 脚本 #!/bin/bash # db_user is mysql username # db_passwd is mysql password # db_host is mysql host # ----------------------------- db_user="ari" db_pass... 【mysql】 【SQL】 【DB】 【脚本】 【test】 【file】 点击查看原文> Nov 15 2017 zabbix 安装部署 Posted by mysql-云栖社区 on Wed 15 Nov 2017 03:22 UTC Tags: PHP, sql, Blog, database, index, Nginx, zabbix, MySQL, 数据库, 配置 一、服务端安装: 1、需要LNMP环境,参考:http://lihuipeng.blog.51cto.com/3064864/738553 2、Yum安装组件: yum -y install net-snmp-devel curl-devel 3、添加Zabbix用户: groupadd ... 【nginx】 【php】 【mysql】 【SQL】 【zabbix】 【数据库】 【配置】 …[获取更多] Nov 15 2017 常用的php ADODB使用方法集锦 Posted by mysql-云栖社区 on Wed 15 Nov 2017 03:18 UTC Tags: PHP, sql, db, MySQL, 数据库, 数组 常用的php ADODB使用方法集锦 来源于: http://www.jb51.net/article/13934.htm -------------------------- <?php //定义数据库变量 $DB_TYPE = "mysql"; ... 【php】 【mysql】 【SQL】 【数据库】 【DB】 【数组】 …[获取更多] Nov 15 2017 CentOS 6.5 最小化安装zabbix Posted by mysql-云栖社区 on Wed 15 Nov 2017 03:10 UTC Tags: html, sql, Apache, database, vim, centos, zabbix, service, agent, MySQL, 配置 CentOS 6.5 最小化安装zabbix 安装EPEL源 1 #rpm –ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-6. 【mysql】 【SQL】 【zabbix】 【Apache】 【配置】 【agent】 【centos】 【database】 …[获取更多] Nov 15 2017 MySQL带参数的存储过程小例子 Posted by mysql-云栖社区 on Wed 15 Nov 2017 03:07 UTC Tags: sql, varchar, MySQL, create, 存储过程 存储过程P_GET_CLASS_NAME是根据输入的班级号判断班级名称 存储过程P_INSERT_STUDENT是接收输入的学生信息,最终将信息插入学生表。 DROP PROCEDURE IF EXISTS `P_GET_CLASS_NAME`; CREATE PROCEDURE P... 【mysql】 【SQL】 【Create】 【存储过程】 【varchar】 点击查看原文> 表示 进入内容 901 去 910 的 2324 « 先前的 10 新的记录 | 下一步 10 较早的记录 » Oracle MySQL Blogs Oracle's MySQL Blog (37) MySQL 其他链接 MySQL Downloads MySQL Docs MySQL Bugs MySQL Forums