⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysql_version.h

📁 本程序是采用VC++和Mysql编写的一款油量换算软件
💻 H
字号:
/* Copyright Abandoned 1996, 1999, 2001 MySQL AB   This file is public domain and comes with NO WARRANTY of any kind *//* Version numbers for protocol & mysqld */#ifdef _CUSTOMCONFIG_#include <custom_conf.h>#else#define PROTOCOL_VERSION		10#define MYSQL_SERVER_VERSION		"3.23.51"#define MYSQL_SERVER_SUFFIX		""#define FRM_VER				6#define MYSQL_VERSION_ID		32351#define MYSQL_PORT			3306#define MYSQL_UNIX_ADDR			"/tmp/mysql.sock"/* mysqld compile time options */#ifndef MYSQL_CHARSET#define MYSQL_CHARSET			"latin1"#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -