Reading about The utf8mb4 Character Set (4-Byte UTF-8 Unicode Encoding).
The utf8mb4 Character Set (4-Byte UTF-8 Unicode Encoding)
Reply
Reading about The utf8mb4 Character Set (4-Byte UTF-8 Unicode Encoding).
So you use PDO and specify PDO::ATTR_PERSISTENT => true. Then you drop your database. Then you open a new persistent connection and bang! Not working. The trick is to not use persistent connections to databases that may be dropped. And probably an ‘apache2ctl graceful’ after you drop a database being used by Apache…