async fn create_mysql_client(mysql_server_addr: &str) -> Conn
Create a MySQL client with retry.
Panics if the MySQL server address is invalid or the connection fails.