Open indra87g opened 9 months ago
Check MySQL Version: Make sure that the MySQL version you're using with Laragon is compatible with the configuration options used by phpMyAdmin. Sometimes, newer versions of MySQL may introduce changes that could cause compatibility issues with certain applications.
Check MySQL Configuration: Review the MySQL configuration settings in Laragon and compare them with those in XAMPP. Specifically, check for any differences related to system variables such as 'lc_messages'. You might need to adjust the configuration to match the requirements of phpMyAdmin.
Update or Reconfigure MySQL: If you're using an older version of MySQL with Laragon, consider updating to a newer version that supports the required configuration options. Alternatively, if updating is not feasible, try reconfiguring MySQL to adjust the settings that are causing the error.
Check phpMyAdmin Configuration: Verify that phpMyAdmin is configured correctly to work with the MySQL server in Laragon. Sometimes, phpMyAdmin might require specific configuration options to be set in order to work properly with certain MySQL versions.
When I open phpmyadmin with Laragon, MySQL throws an error :
#1193 - Unknown system variable 'lc_messages'
. But when, I opened it with XAMMP, no error occurred