Abdu Rafeeq

Abdu Rafeeq

  • 973
  • 670
  • 89.7k

MYSQL Connection string

Jan 6 2018 6:13 AM
How to write connectionstring for mysql externel server(hosted server) 
 
 
I put given connection string but error arise
 
<add name="con" connectionString="Server=208.000.000(sample); Database=register; User ID=root;Password=1234"/> 
 
Authentication to host '208.000.000(sample)' for user 'root' using method 'mysql_native_password' failed with message: Access denied for user 'root'@'bba403225.alshamil.net.ae' (using password: YES) ..
 
any help 

Answers (2)