Recent content by daya2007daya

  1. D

    How do i deploy MySQL Database to another computer?

    I have developed an application using Visual Basic .NET 2008 which uses a MySQL Database. The connection string i use is something like Server=myServerAddress;Database=myDataBase;Uid=myU sername;Pwd=myPassword; so actually the server is localhost, database name is customers(or watever!), and...
  2. D

    How do i deploy MySQL Database to another computer?

    problem in debugging I have developed an application using Visual Basic .NET 2008 which uses a MySQL Database. The connection string i use is something like Server=myServerAddress;Database=myDataBase;Uid=myU sername;Pwd=myPassword; so actually the server is localhost, database name is...