WL#8540: Support IF [NOT] EXISTS clause in CREATE/DROP USER

Affects: Server-5.7   —   Status: Complete

MySQL should support IF [NOT] EXISTS clauses for CREATE, DROP and ALTER USER
commands.  This will allow for distribution of accounts using replication
without triggering replication failures in the event of non-synchronized
accounts on master and slave.  It also simplifies user scripting of account
management operations.