10 likes | 128 Views
MySQL Connection - Native Client Example Connection String: Server = YOUR_SERVER ; Database = YOUR_DATABASE ; user id = YOUR_USERNAME ; Password = YOUR_PASSWORD Example: server= mysql.windward.net;database = sakila;user id= demo;password =demo;.
E N D
MySQL Connection - Native Client Example • Connection String: • Server = YOUR_SERVER; • Database = YOUR_DATABASE; • user id = YOUR_USERNAME; • Password = YOUR_PASSWORD • Example: • server=mysql.windward.net;database=sakila;userid=demo;password=demo;