Click to See Complete Forum and Search --> : Can't conecting with MySQL ofter hosting
shashishukla
January 12th, 2008, 02:30 AM
My software is running good on my ocal machine using ASP.Net database is SQL but problum is that after uploding my software on nwet (web space) software is not running may be due to data base connectiviti or any
what change or coding i have to use for that please guid me with giving small code sample
Thanx
PeejAvery
January 12th, 2008, 09:10 AM
Well, for one, your username and password, and possibly your server will have changed. Are you attempting to connect to it from your local machine? If so, some MySQL users only are permitted to connect from the server's localhost.
Yeorwned
January 16th, 2008, 10:17 AM
Check your connection strings. Many hosting providers also change the MySQL port number for security, which you will have to reflect in your application. A stupid question: Did you create/source/update your database on the web server?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.