automatic installation of mysql db in the local machine
-
Hello friends, I have to start one new project, Automatic installation of mysql db in the local machine, the function is when the exe is run.The programm should automatically detect if My sql db is alreadyy installed, if not installed then the Mysql setup file will run automatically Please let me know how to work on this project, anybody have sample code please give and help me... Thanks
Praveen Kumar.R
-
Hello friends, I have to start one new project, Automatic installation of mysql db in the local machine, the function is when the exe is run.The programm should automatically detect if My sql db is alreadyy installed, if not installed then the Mysql setup file will run automatically Please let me know how to work on this project, anybody have sample code please give and help me... Thanks
Praveen Kumar.R
In your program start ODBC connection to my sql server. If MySQL service is not running, it will throw exception. Catch it and initialize MySQL setup file. Are you trying to do this on ASP.NET ?:confused: