# MySQL 8.0.23 with port 13306cd ~/tmp/path-to-your-dir
cd mysql/versions/8.0.23
dir=`pwd`$dir/basedir/bin/mysql \--user=root \--host=localhost \--port=13306 \--socket=/tmp/dbdb_mysql_13306.sock
# MySQL 8.0.23 with port 23306cd ~/tmp/path-to-your-dir
cd mysql/versions/8.0.23
dir=`pwd`$dir/basedir/bin/mysql \--user=root \--host=localhost \--port=23306 \--socket=/tmp/dbdb_mysql_23306.sock
# MySQL 5.7.31 with port 33306cd ~/tmp/path-to-your-dir
cd mysql/versions/5.7.31
dir=`pwd`$dir/basedir/bin/mysql \--user=root \--host=localhost \--port=33306 \--socket=/tmp/dbdb_mysql_33306.sock
# MySQL 5.7.31 with port 43306cd ~/tmp/path-to-your-dir
cd mysql/versions/5.7.31
dir=`pwd`$dir/basedir/bin/mysql \--user=root \--host=localhost \--port=43306 \--socket=/tmp/dbdb_mysql_43306.sock
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)