You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ii libdbd-mysql-perl:amd64 4.050-5ubuntu0.22.04.1 amd64 Perl5 database interface to the MariaDB/MySQL database
ii libmysqlclient21:amd64 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database client library
ii mysql-client-8.0 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database client binaries
ii mysql-client-core-8.0 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database core client binaries
ii mysql-common 5.8+1.0.8 all MySQL database common files, e.g. /etc/mysql/my.cnf
ii mysql-server 8.0.36-0ubuntu0.22.04.1 all MySQL database server (metapackage depending on the latest version)
ii mysql-server-8.0 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database server binaries and system database setup
ii mysql-server-core-8.0 8.0.
and for mariadb there is no output, so far so good. # dpkg -l | grep maria*
as far I want to create database with below section:
mysql::db { 'mydb':
user => 'myuser',
password => 'mypass',
host => 'localhost',
grant => ['SELECT', 'UPDATE'],
}
to check whats happens
dpkg -l | grep mysql*
ii libdbd-mysql-perl:amd64 4.050-5ubuntu0.22.04.1 amd64 Perl5 database interface to the MariaDB/MySQL database
ii libmysqlclient21:amd64 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database client library
ii mysql-common 5.8+1.0.8 all MySQL database common files, e.g. /etc/mysql/my.cnf
rc mysql-server-8.0 8.0.36-0ubuntu0.22.04.1 amd64 MySQL database server binaries and system database setup
for mariadb
dpkg -l | grep maria*
ii libmariadb3:amd64 1:10.6.16-0ubuntu0.22.04.1 amd64 MariaDB database client library
ii mariadb-client 1:10.6.16-0ubuntu0.22.04.1 all MariaDB database client (metapackage depending on the latest version)
ii mariadb-client-10.6 1:10.6.16-0ubuntu0.22.04.1 amd64 MariaDB database client binaries
ii mariadb-client-core-10.6 1:10.6.16-0ubuntu0.22.04.1 amd64 MariaDB database core client binaries
ii mariadb-common 1:10.6.16-0ubuntu0.22.04.1 all MariaDB common configuration files
When I add the create database section, its install mariaDB client I dont know why!!!
I install mysql server;
On terminal:
dpkg -l | grep mysql*
and for mariadb there is no output, so far so good.
# dpkg -l | grep maria*
as far I want to create database with below section:
to check whats happens
dpkg -l | grep mysql*
for mariadb
dpkg -l | grep maria*
When I add the create database section, its install mariaDB client I dont know why!!!
I can see here :https://github.com/puppetlabs/puppetlabs-mysql/blob/main/manifests/params.pp
in the switch case it decide for debian in my case uUbuntu 22.04 for mariadb as provider but why?
The text was updated successfully, but these errors were encountered: