PFPAN Find Portal
Database Connection
MySQL is not reachable
Start MySQL, import the schema, then refresh. The portal files are ready; the database service is the missing piece.
Local XAMPP
- Open XAMPP Control Panel and start MySQL.
- Open phpMyAdmin and import
database/schema.sql. - Reload
index.php.
Live Hosting
- Create a MySQL database on hosting panel.
- Import
database/schema.sql. - Set DB details in
config.phpor environment variables.
Current error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)