File: /home/mytest/.trash/config-sample.php.9
<?php
/**
* Database Configuration
*
* IMPORTANT: Rename this file to config.php and update with your actual database credentials
*/
// Database Configuration
define('DB_HOST', 'localhost'); // Database host (usually localhost or 127.0.0.1)
define('DB_NAME', 'your_database_name'); // Your database name
define('DB_USER', 'your_database_user'); // Your database username
define('DB_PASS', 'your_database_password'); // Your database password
define('DB_CHARSET', 'utf8mb4'); // Character set (leave as is)