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

gcc - Calling fftR4() in c from assembly -

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

reflection - Prism + Log4Net build error : "Cannot resolve dependency to assembly log4net" -