How do i set up an windows application vb 2008 and mysql database in a server and access it with a client?

bolek evora

How do i set up an windows application vb 2008 and mysql database in a server and access it with a client? i want to put my application and database in a server and access it with clients in a network. i tried sharing the application ,it works fine but it can't locate the database ,the application still runs but without a database...

i installed xampplite for the server computer and run it... then accessed the application with a client computer.. when loading the application pops up an error with the database but you can choose to continue but you will run the application without a dabase? how do i access the database in the server with client computers?

GiorgiTBS
  1. Check if you have port 3306 opened on firewall
  2. Uncomment in my.ini this line: bind-address=SERVER-IP (replace Server-IP with your server IP address

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How do i set up mysql server and database where everyone can access with the right credential?

From Dev

How do I set up rsync in my environment (windows client to apache server with Wordpress installation)

From Dev

How do I set up remote access to a Blazegraph server?

From Dev

how to access remote sql server database from vb.net windows form application

From Dev

How do I set up a server for SSH?

From Dev

How do I set up a server for SSH?

From Dev

How do I set up an email server?

From Dev

How do I set up SQL Server LocalDB to run on a client's machine?

From Dev

How do I set up PHP and MySQL?

From Dev

How do I set up Mysql Cluster?

From Dev

How do I set up Mysql Cluster?

From Dev

How do i set up tables in an mysql database based on member positions?

From Dev

How to back up files on windows server 2008

From Dev

Can I use SQL Authentication to log into SQL Server 2008 that was set up with Windows authentication?

From Dev

How do I set up a Stanford CoreNLP Server on Windows to return sentiment for text

From Dev

How do I set up a Java Apache Derby database in Intellij?

From Dev

How do I set up django-all-access?

From Dev

How do I set up a virtual network with internet access in VMware?

From Dev

How do I set up a Rails application with Semantic UI?

From Dev

How do I start a MySQL server on Windows?

From Dev

How do I copy an access database file with my application?

From Dev

How do I set up my own MQTT Server with Mosquitto?

From Dev

How do I set up Node/Express to act as a STUN server?

From Dev

How do I set up my own dns record server?

From Dev

how do I set up my Server on Digital ocean

From Dev

How do I set up a NodeJS Express server?

From Dev

How do I set up the simplest HTTP local server?

From Dev

How do I set up C/C++ on Eclipse in Windows?

From Dev

Windows Server 2008 Application Pool set to .Net 4

Related Related

  1. 1

    How do i set up mysql server and database where everyone can access with the right credential?

  2. 2

    How do I set up rsync in my environment (windows client to apache server with Wordpress installation)

  3. 3

    How do I set up remote access to a Blazegraph server?

  4. 4

    how to access remote sql server database from vb.net windows form application

  5. 5

    How do I set up a server for SSH?

  6. 6

    How do I set up a server for SSH?

  7. 7

    How do I set up an email server?

  8. 8

    How do I set up SQL Server LocalDB to run on a client's machine?

  9. 9

    How do I set up PHP and MySQL?

  10. 10

    How do I set up Mysql Cluster?

  11. 11

    How do I set up Mysql Cluster?

  12. 12

    How do i set up tables in an mysql database based on member positions?

  13. 13

    How to back up files on windows server 2008

  14. 14

    Can I use SQL Authentication to log into SQL Server 2008 that was set up with Windows authentication?

  15. 15

    How do I set up a Stanford CoreNLP Server on Windows to return sentiment for text

  16. 16

    How do I set up a Java Apache Derby database in Intellij?

  17. 17

    How do I set up django-all-access?

  18. 18

    How do I set up a virtual network with internet access in VMware?

  19. 19

    How do I set up a Rails application with Semantic UI?

  20. 20

    How do I start a MySQL server on Windows?

  21. 21

    How do I copy an access database file with my application?

  22. 22

    How do I set up my own MQTT Server with Mosquitto?

  23. 23

    How do I set up Node/Express to act as a STUN server?

  24. 24

    How do I set up my own dns record server?

  25. 25

    how do I set up my Server on Digital ocean

  26. 26

    How do I set up a NodeJS Express server?

  27. 27

    How do I set up the simplest HTTP local server?

  28. 28

    How do I set up C/C++ on Eclipse in Windows?

  29. 29

    Windows Server 2008 Application Pool set to .Net 4

HotTag

Archive