File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55apt-get purge -qq ' ^mysql*' ' ^libmysql*'
66rm -fr /etc/mysql
77rm -fr /var/lib/mysql
8- apt-key add - < support/5072E1F5.asc
9- add-apt-repository ' deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-5.7'
8+ apt-key add support/5072E1F5.asc
9+ add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-5.7'
1010apt-get update -qq
1111apt-get install -qq mysql-server libmysqlclient-dev
1212
Original file line number Diff line number Diff line change 55apt-get purge -qq ' ^mysql*' ' ^libmysql*'
66rm -fr /etc/mysql
77rm -fr /var/lib/mysql
8- apt-key add - < support/5072E1F5.asc
9- add-apt-repository ' deb http://repo.mysql.com/apt/ubuntu/ trusty mysql-8.0'
8+ apt-key add support/5072E1F5.asc
9+ add-apt-repository ' http://repo.mysql.com/apt/ubuntu mysql-8.0'
1010apt-get update -qq
1111apt-get install -qq mysql-server libmysqlclient-dev
1212
You can’t perform that action at this time.
0 commit comments