-
大小: 34.34MB文件类型: .gz金币: 2下载: 1 次发布日期: 2023-06-28
- 语言: 数据库
- 标签: linux centos mysql-5.6.14
资源简介
linux系统 centos mysql-5.6.14安装包
代码片段和文件信息
/* 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;
}
相关资源
- linux_mysql5.1.66x86_64.zip
- CentOS版64位pdksh-5.2.14
- Oracle Linux 6.8 x86_64
- IBM 和 Linux 助Structural Bioinformatics 支持
- oracle instant client
- redhat/centos版本=7.x系统一键安装mysql数
- sqluldr2,版本4.0.1,包含windows和linux版
- CentOS7_x64_1804离线安装Oracle11g_R2_x64所需
- Linux 下服务器与客户端之间的文件传
- windows、linux下sqlite远程管理工具及服
- Oracle12cR2双节点RAC在Linux7环境下的部署
- sqlite3Linux版本
- Oracle Linux 6.5 服务器 安装 Oracle 11.2.
- MySQL-shared-compat-5.6.36-1.linux_glibc2.5.x8
- linux下qt做的一个订餐管理系统sqlite的
- Ecology8安装部署手册_Linux_Oracle_2018V1
- linux下安装oracle 12c client
- rlwrap-0.42.tar.gz-Linux下的SqlPlus必备
- Linux System Programming 2nd edition.pdf
- Linux下的MySQL依赖包(所有perl).rar
- 在CentOS6.8上安装Oracle11gR2ASM
- Oracle 11g for linux安装指南
- linux电子词典项目(sqlite3数据库)
- 一步一步在Linux上部署Oracle 11.2.0.3 R
- mysql-3.23.58-pc-linux-i686.tar.gz
-
linux的rpm包aaa_ba
se - Oracle 11g RAC+DG 非常牛逼的部署手册
- Oracle11G_12C+CentOs7 RAC安装配置步骤整理
- oracle bbed包
- oracle11g 安装依赖包redhat 6.9 64位
评论
共有 条评论