No products in the cart.
Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
-
November 9, 2022 at 8:49 am in reply to: #1273 – Unknown collation: ‘utf8mb4_unicode_520_ci’ #10686
nanhe-kumar
ParticipantUse the sed command to replace text in files directly
Linux OS
sed -i 's/utf8mb4_unicode_520_ci/utf8mb4_general_ci/g' YOUR_SQL_FILE.sql
Mac OS
sed -i '' s/utf8mb4_unicode_520_ci/utf8mb4_general_ci/g' YOUR_SQL_FILE.sql
The help of this command i have fixed issue ERROR 1273 (HY000) at line 51: Unknown collation: ‘utf8mb4_unicode_520_ci’
September 11, 2014 at 10:41 am in reply to: WordPress asking for my FTP credentials to install plugins #9504nanhe-kumar
ParticipantIf you are using Ubuntu.
sudo chown -R www-data:www-data PATH_TO_YOUR_WORDPRESS_FOLDER
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)