M

MindSparx AlphaCore OS Installer

Standalone Mental Health Platform Setup • v2.5.0

← Return to Site
PHP Version >= 8.0 🟢
8.2.32
PDO MySQL Driver 🟢
Loaded
Directory Writable 🟢
Writable (0755)
schema.sql Found 🟢
Present (8,415 bytes)

1. MySQL Database Configuration Connected

Pre-configured with defaults matching Webuzo server parameters.

2. Administrator Account

Primary SuperAdmin login for managing bookings and practice settings.

Skip / Run in Standalone Resilient Mode
Need to manually grant MySQL permissions in Webuzo or SSH?

Run these commands in MySQL terminal if you encounter "Access Denied" errors:

CREATE DATABASE IF NOT EXISTS mindsparx_db;
CREATE USER IF NOT EXISTS 'mindsparx'@'localhost' IDENTIFIED BY '##MindSparx##';
GRANT ALL PRIVILEGES ON mindsparx_db.* TO 'mindsparx'@'localhost';
FLUSH PRIVILEGES;