代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。