logo
0
1
Login
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

About

No description, topics, or website provided.
Language
Markdown100%