For psycopg2, we register explicit adapters.
For MySQLdb, we reuse the converter of the types.UnicodeType for the Markup class (Empty was OK since string_literal can convert it to `''`).
Fixes #8740 (Empty class, introduced in r8661) and #3501 (Markup class).
Thanks to harald.radi@... for contributing a fix in #3501.