python - ERROR 1 (HY000): Can't create/write to file './scraping/db.opt' (Errcode: 2) -
working way through "web scraping python", , i'm on part of work mysql. can't find particularly helpful error message on google - can of me decode it? (and hopefully, figure out how fix it?!) i'm getting error after putting in command:
alter database scraping character set = utf8mb4 collate = utf8mb4_unicode_ci; output:
error 1 (hy000): can't create/write file './scraping/db.opt' (errcode: 2) mysql>
you must ensure database named "scraping", have ever made mistake.
Comments
Post a Comment