Search code examples
phpmysqloctobercmsoctobercms-backendlaragon

OctoberCMS installation MYSQL error


I am getting the following error while installing OctoberCMS in Laragon Apache while either using the wizard or the Artisan CLI...

SQLSTATE[HY000]: General error: 1025 Error on rename of '.\...\#sql-1114_c' to '.\...\system_event_logs' (errno: 13 "Permission denied") (SQL: ALTER TABLE system_event_logs MODIFY `updated_at` TIMESTAMP NULL DEFAULT NULL)

Could someone help with this? It is the latest OctoberCMS.

Thank you.


Solution

  • As LukeTowers said, this must be a permissions issue.

    (errno: 13 "Permission denied")

    is a big clue :) Ensure user has all privileges and permissions and your issue should be resolved.