๐
SchoolMS Database Setup
Enter your cPanel MySQL database credentials below
๐ก Where to find your cPanel MySQL credentials:
1. Log in to cPanel โ MySQL Databases
2. Note the Database Name (e.g. variablesol_sms)
3. Create or find a Database User (e.g. variablesol_smsuser)
4. Make sure the user is assigned to the database with All Privileges
5. The password is what you set when creating the user
โ ๏ธ Important: cPanel database names and usernames always start with your account prefix (e.g. variablesol_)
โ ๏ธ The database must be created in cPanel first.
Go to cPanel โ MySQL Databases โ Create new database before filling this form.
Current config.php values:
DB_HOST:
'localhost'
DB_NAME:
'variablesol_school'
DB_USER:
'variablesol_school'
DB_PASS:
'**************'
๐ง Or update config.php manually (click to expand)
Open includes/config.php and change:
define('DB_HOST', 'localhost');
define('DB_NAME', 'sms_db') โ 'variablesol_yourdbname';
define('DB_USER', 'root') โ 'variablesol_yourdbuser';
define('DB_PASS', '') โ 'yourpassword';