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

mod rewrite - Using "?" when rewriting the URL -

Admob integration with pygame in android -

python - duplicate table (identical) including primary key - using django south -