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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -