Use
s.mysql_close()
Description
Closes the active connection to the MySQL Server.
Example
s.mysql_connect('cats.com','foo','bar','somecoolname')
s.mysql_close()
s.mysql_close()
Closes the active connection to the MySQL Server.
s.mysql_connect('cats.com','foo','bar','somecoolname')
s.mysql_close()