Connecting to MySQL in AutoPlay Media Studio -
i wanna connect mysql database on host through ams 8 database remote open , added % in remote mysql allow ip access db can give me simple code???
you must first enable databse support in ams project. after you'll mysql lua's representive commands binded in action menu. chunk connecting db this
mysqlconnection, err = mysql:connect("database", "user", "pswd", "localhost", "port");
Comments
Post a Comment