I found how i did with Zpanel.
I edited the /etc/zpanel/panel/cnf/db.php file.
i'll search after this file with sentora.
I edited the /etc/zpanel/panel/cnf/db.php file.
Code:
<?php
/*
* Database configuration file.
* @package zpanelx
* @subpackage core -> config
* @author Bobby Allen (ballen@bobbyallen.me)
* @copyright ZPanel Project (http://www.zpanelcp.com/)
* @link http://www.zpanelcp.com/
* @license GPL (http://www.gnu.org/licenses/gpl.html)
*/
$host = 'mysql.local';
$dbname = 'zpanel_core';
$user = 'zpanel';
$pass = 'xxxx';
i'll search after this file with sentora.