Build GreatSQL in Docker
1.7K
Build GreatSQL in Docker
Starting a new container to build GreatSQL:
$ docker run -itd --hostname greatsql_build --name greatsql_build greatsql/greatsql_build
$ docker exec -it greatsql_build bash
sh-4.4# pwd
/
sh-4.4#
sh-4.4# ls
bin boot dev etc greatsql_build_init.sh home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var
sh-4.4# sh ./greatsql_build_init.sh
0. GreatSQL-Build INIT
1. downloading sourcecode tarballs and extract
1.1 downloading sourcecode tarballs ...
...
3. compile GreatSQL
3.1 compiling GreatSQL
3.2 remove mysql-test from GreatSQL
3.3 make dynamic link for GreatSQL
4. greatsql build completed!
drwxrwxr-x 13 mysql mysql 293 Mar 26 13:27 GreatSQL-8.0.32-27-ol-glibc2.28-x86_64
/opt/GreatSQL-8.0.32-27-ol-glibc2.28-x86_64/bin/mysqld Ver 8.0.32-27 for Linux on x86_64 (GreatSQL, Release 27, Revision aa66a385910)
5. remove files and clean up
It seems to have been completed.
Content type
Image
Digest
sha256:82499937a…
Size
94.9 MB
Last updated
3 months ago
docker pull greatsql/greatsql_build