mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +00:00
Add database and database users sync (#537)
* Add database and database users sync * get mysl users * add mariadb and postgres * fix phpstan
This commit is contained in:
@ -6,5 +6,12 @@ class Mysql extends AbstractDatabase
|
||||
{
|
||||
protected array $systemDbs = ['information_schema', 'performance_schema', 'mysql', 'sys'];
|
||||
|
||||
protected array $systemUsers = [
|
||||
'root',
|
||||
'mysql.session',
|
||||
'mysql.sys',
|
||||
'mysql.infoschema',
|
||||
];
|
||||
|
||||
protected string $defaultCharset = 'utf8mb3';
|
||||
}
|
||||
|
Reference in New Issue
Block a user