i want to use a database SQL in phpmyadmin (for a website) and also use it for a local program (with Visual Studio 2008 C#)
I try to search for informations but i found nothing, i dont know what to do. If someone can refer me.
I already do my website with a .sql database.
I want to use the same database in a website (with phpmyadmin) and a local program (Visual Studio 2008 in C#)
Thanks
Depending on where you are hosting your site, you may need to specify in your MySQL control panel that you would like your database accessible by other sites (IP addresses). Once you’re sure you have that configured correctly, you would connect to your database just like you would a locally hosted one with the exception of a remote host address.
You will need to look in your MySQL control panel for what that host name is. For example, GoDaddy uses something like
username.xxxxxx.hostedresource.comin their host address naming convention for their grid accounts. If you have any problems locating this info, just contact your host. You would use the same username and password as your website does.