after executing: $ bin/console doctrine:database:create, errors throw:
2017-12-06T02:12:23+00:00 [error] Error thrown while running command "doctrine:database:create". Message: "An exception occurred in driver: SQLSTATE[HY000] [2019] Unknown character set"
In AbstractMySQLDriver.php line 121:
An exception occurred in driver: SQLSTATE[HY000] [2019] Unknown character set
In PDOConnection.php line 47:
SQLSTATE[HY000] [2019] Unknown character set
In PDOConnection.php line 43:
SQLSTATE[HY000] [2019] Unknown character set
if remove the charset option, it works fine
I am using the latest Symfony4 in command composer create-project symfony/skeleton
if .env file:
after executing:
$ bin/console doctrine:database:create
, errors throw:if remove the charset option, it works fine
I am using the latest Symfony4 in command
composer create-project symfony/skeleton