puppet 安装mysql_php-如何使用puppetlabs-mysql安装mySQL 5.6.23

环境 :

>流浪汉(VirtualBox)

> Ubuntu的14

>木偶

问题:

使用puppetlabs-mysql(版本3.6.1),我正在尝试安装mySQL 5.6.23,但似乎正在安装5.5.4.

我尝试将属性“确保”设置为“ 5.6”,但这给了我这个错误:

Error: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install mysql-server=5.6' returned 100: Reading package lists...

==> default: Building dependency tree...

==> default: Reading state information...

==> default: E: Version '5.6' for 'mysql-server' was not found

==> default:

==> default: Error: /Stage[main]/Mysql::Server::Install/Package[mysql-server]/ensure: change from purged to 5.6 failed: Could not update: Execution of '/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold --force-yes install mysql-server=5.6' returned 100: Reading package lists...

==> default: Building dependency tree...

==> default: Reading state information...

==> default: E: Version '5.6' for 'mysql-server' was not found

==> default:

如何安装5.6.23?


版权声明:本文为weixin_30140399原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。