Changes between Version 10 and Version 11 of GROUPReplicate2
- Timestamp:
- 07/16/22 00:04:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUPReplicate2
v10 v11 13 13 }}} 14 14 15 3. download mysql-8.0.11 from [https://downloads.mysql.com/archives/community/ here] select '''Linux - Generic (glibc 2.12) (x86, 64-bit), TAR'''. Then unzip and place in folder. In this test, we put in /home/ubuntu/GR_2/mysql-8.0.11. We '''start.sh'''script in this attach file.15 3. download mysql-8.0.11 from [https://downloads.mysql.com/archives/community/ here] select '''Linux - Generic (glibc 2.12) (x86, 64-bit), TAR'''. Then unzip and place in folder. In this test, we put in /home/ubuntu/GR_2/mysql-8.0.11. We use [attachment:start.sh '''start.sh'''] script in this attach file. 16 16 {{{ 17 $ chmod -R777 /home/ubuntu/GR_2/mysql-8.0.1117 $ chmod 777 /home/ubuntu/GR_2/mysql-8.0.11 18 18 $ ./start.sh 19 19 }}}