๐ŸŽ“

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';

SchoolMS v1.0.0 ยท variablesolutions.co.zw
Delete dbtest.php after successful setup