Docker安装mysql8
一、下载mysql8镜像 docker pull mysql 二、创建mysql8配置文件 vi /etc/my.cnf #编辑MySQL配置文件 my.cnf文件内容 # Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCH...
