I use mysql.au3 to connect mysql database . If restart the server ,the client how to reconnect mysql?
The function prototype is
_MySQL_Options($MySQL_ptr, $option, $arg = 0, $type = "ptr")
so,
_MySQL_Options($MysqlConn,$MYSQL_OPT_RECONNECT, ?, ?)
pls help me,thanks!