I recently installed PostgreSql and I am trying to create a new database. Unfortunetly I got and error while creating the database:
"'utf8' codec can't decode byte 0xe9 in position 42: invalid continuation byte"
What is the problem exactly thank you
Try to add the following line at the end of the pg_hba.conf file and then restart the PostgreSQL service:
host all all all md5
I had a similar error when upgrading from 4.5 to 4.7, the solution was to restart the pgAdmin server.
My error was: Error: 'utf-8' codec can't decode byte 0xe9 in position 0: invalid continuation byte
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With