7 Star 20 Fork 5

腾讯云(北京)有限责任公司 / TXSQL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.compile 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
harlylei 提交于 2019-11-28 23:37 . add compile description
1.argument description
sh make.sh -h
Usage: make.sh [-t debug|release] [-d <dest_dir>] [-s <server_suffix>] [-g asan|tsan] [-r 0|1]
Or
make.sh [-h | --help]
-t Select the build type.
-r remove old files,and recompile and install
-d Set the destination directory.
-s Set the server suffix.
-g Enable the sanitizer of compiler, asan for AddressSanitizer, tsan for ThreadSanitizer
-h, --help Show this help message.
note: this script is intended for internal use by MySQL developers.
2. normal compile
sh make.sh
3.normal debug compile
sh make.sh -t debug
4. compile & install
sh make.sh -r 1
5. pkg path
mysql_install/mysql-server-8.0.18/
6. install one instance
a)su root
b)argument description
./install_mysql_innodb.sh
output like:
./install_mysql_innodb.sh mode[webank/default] username port innodb_buffer_size data_disk log_disk [mysql_variables like character-set-server=utf8&collation-server=utf8_general_ci&lower_case_table_names=1&skip-name-resolve=]
c) ./install_mysql_innodb.sh default harlylei 8200 100M /data1 /data/log
create one mysql instance ,the port is 8200 ,buff pool size is 100M ,data path: /data1 ,log path: /data/log
1
https://gitee.com/X-SQL/TXSQL.git
git@gitee.com:X-SQL/TXSQL.git
X-SQL
TXSQL
TXSQL
8.0

搜索帮助