Leonardo Serra
Leonardo Serra
Hi all, I had the same issue here. [PDOException] SQLSTATE[HY000]: General error: 1005 Can't create table 'doctrine_migration_versions' (errno: 13) I believe the pinba database is read only. But I don't...
Hi, I had the same issue. I solved this using parameter so_name with value mysqlnd. Using Hiera YAML: php::extensions: mysql: { so_name: 'mysqlnd' }
Hello, I have same issue here :-\ Puppet keeps trying to install the extensions/module even when it' installed, but only extensions from PECL. I tested with extensions imagick and memcached...
## Usage ```mysql.get_show_variables[] — Returns values of global show variables.```