ERROR 1524 (HY000): Plugin 'unix_socket' is not loaded - Laragon
问题 I'm migrating my production wordpress website to my local environment on Laragon. I did the following: Opened Laragon's Terminal: Menu > Laragon > Terminal Ran this command: scp user@your-remote-host:/dump.sql C:/laragon/tmp/dump.sql Imported sql-dump to my local database: mysql -u root -p your-database < C:\laragon\tmp\dump.sql Then I cloned my git repo to the root at C:\Laragon\www\ Started it up and at first it displayed a replica of the live server's homepage, but gave an error when