Converting a file from Windows format (utf-16) to Ubuntu format (utf-8)
You've exported a MySQL dump (say the file is my-db.sql) from Windows in Powershell or via phpMyAdmin. Now you want to import the MySQL file, my-db.sql, on a Ubuntu machine. You get the error :
ERROR: ASCII '\0' appeared in the statement, but this is...
ubuntu.co.in1 min read