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

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -