coral-erm / coral

CORAL ERM main repository
http://coral-erm.org/
Other
52 stars 64 forks source link

ubable to pass data to mysql using php #706

Open aravindrnair05 opened 2 years ago

aravindrnair05 commented 2 years ago

When I tried to install coral this error is showing I installed all pre-requite software (apache, MySQL, PHP, php-mbstring, PHP-MySQL, php-common) is this issue is because of any extensions I missed. Please replay important work coral

LuckyGuyMike commented 1 year ago

@aravindrnair05 This problem is caused by the way MySQL handles the authentication ("auth_socket") vs "mysql_native_password". The fix: Switch the authentication method, continue with the install, and then change it back when installation finishes.

-Here's a reference link that has the steps you'll need to use: https://devanswe.rs/how-to-fix-failed-error-set-password-has-no-significance-for-user-rootlocalhost/