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

  1. Open XAMPP Control Panel and start MySQL.
  2. Open phpMyAdmin and import database/schema.sql.
  3. Reload index.php.

Live Hosting

  1. Create a MySQL database on hosting panel.
  2. Import database/schema.sql.
  3. Set DB details in config.php or environment variables.
Current error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)