-
大小: 20.07MB文件类型: .gz金币: 1下载: 0 次发布日期: 2023-06-14
- 语言: 数据库
- 标签: mysql-5.5.57 mysql
资源简介
此资源为mysql-5.5.57.tar.gz,可在linux中使用,我是在centos中安装的。
代码片段和文件信息
/* Copyright (c) 2000 2007 MySQL AB
Use is subject to license terms
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
This program is distributed in the hope that it will be useful
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not write to the Free Software
Foundation Inc. 51 Franklin Street Fifth Floor Boston MA 02110-1301 USA */
/*
echo is a replacement for the “echo“ command builtin to cmd.exe
on Windows to get a Unix eqvivalent behaviour when running commands
like:
$> echo “hello“ | mysql
The windows “echo“ would have sent “hello“ to mysql while
Unix echo will send hello without the enclosing hyphens
This is a very advanced high tech program so take care when
you change it and remember to valgrind it before production
use.
*/
#include
int main(int argc char **argv)
{
int i;
for (i= 1; i < argc; i++)
{
fprintf(stdout “%s“ argv[i]);
if (i < argc - 1)
fprintf(stdout “ “);
}
fprintf(stdout “\n“);
return 0;
}
相关资源
- mysql-5.527-win64
- 可二次开发ssh+mysql运动会管理系统-带
- navicat110_mysql_cs_x86注册码,破解版
- IP地址离线查询数据库MySQL版
- SQLyog_13.1.1_x86+x64+key (官方中文版)
- 深入浅出MySQL:数据库开发、优化与管
- navicat for mysql 10 破解版,亲测可用
- MySQL5.7从入门到精通完整高清pdf
- 辞海MYSQL数据库38W条数据
- MySQL-5.6.45-2.sles12.x86_64.rpm-bundle.tar
- springboot-demo(springboot+mybatis+mysql+spr
- mysql5.6.34rpm安装包64位
- MySQL5.5rpm安装包
- Mysql安装包和安装说明文档
- MySQL-5.5.62-1.el7.x86_64.rpm-bundle.tar
- mondrian3.x+mysql5.7所需要的材料.zip
- mysql-installer-community-8.0.18.0.msi
- 高性能MySQL第三版-中文高清.zip
- MYSQL 5.5从零开始学.pdf
- 2019年百万条形码数据库sql文件UTF8编码
- idea springboot项目源码-带mysql数据库,
- Navicat for MySQL 12 破解版带教程
- 高性能mysql第三版
- mysql-5.7.13-winx64.msiMysql5.7安装包工具
- navicat for mysql Mac
- MySQL书籍(深入浅出MySQL全文.pdf、高性
- MySQL-server-and-client-5.5.48-1.linux2.6.x86_
- mysql-boost-5.7.17.tar.gz
- 海泰电子病历系统源码附带mysql数据库
- 使用JDBC实现对MySQL的增删改查功能
评论
共有 条评论