Use
s.mysql_connect(“server”,”username”,”password”,”database name”)
Description
Creates a connection to a MySQL server with the information provided as long as it is valid.
Example
s.mysql_connect(“cats.com”,”foo”,”bar”,”theplace”)
s.mysql_connect(“server”,”username”,”password”,”database name”)
Creates a connection to a MySQL server with the information provided as long as it is valid.
s.mysql_connect(“cats.com”,”foo”,”bar”,”theplace”)