Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How do i deploy MySQL Database to another computer?

How do i deploy MySQL Database to another computer?

Scheduled Pinned Locked Moved Visual Basic
databasequestioncsharpmysql
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    swaroop09
    wrote on last edited by
    #1

    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=myUsername;Pwd=myPassword; so actually the server is localhost, database name is customers(or watever!), and uid=root and pwd is ***** :P so everything works fine...now this program is something which i need to run on other computers as well....so do i have to install mySQL server to each and every computer that i need to run this software? cant i get a single database like MS SQL Server ?? .mdf or .sdf??? Plz help me! :) and if possible please tell me or post a website which can help me deploy the database to another computer to use. This is a project which i need to submit to my university :) so plz tell me what files i need to burn on to the CD that im submitting and any special instructions that i should include in the CD to run the project :) Thanx loadz in advance :)

    D 1 Reply Last reply
    0
    • S swaroop09

      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=myUsername;Pwd=myPassword; so actually the server is localhost, database name is customers(or watever!), and uid=root and pwd is ***** :P so everything works fine...now this program is something which i need to run on other computers as well....so do i have to install mySQL server to each and every computer that i need to run this software? cant i get a single database like MS SQL Server ?? .mdf or .sdf??? Plz help me! :) and if possible please tell me or post a website which can help me deploy the database to another computer to use. This is a project which i need to submit to my university :) so plz tell me what files i need to burn on to the CD that im submitting and any special instructions that i should include in the CD to run the project :) Thanx loadz in advance :)

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      swaroop09 wrote:

      so do i have to install mySQL server to each and every computer that i need to run this software?

      Yes, you do.

      swaroop09 wrote:

      cant i get a single database like MS SQL Server ?? .mdf or .sdf???

      There's no such thing. Even for SQL Server files, you have to install at least the SQL Server Express Edition. You can't just throw an .MDF file on a machine and expect the app to use it. How do you deploy an app using MySQL?? A little research[^] would be in order.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups