If user has database with same name mysql, will introduce problem when doing checkpoint. Solution: Add check for this situation, if duplicate, exit and print log info to prevent damage of metadata; Add fe config field: mysqldb_replace_name to make things correct if user already has mysql db. Related pr: #23087 #22868