Click here to Skip to main content
15,920,503 members
Home / Discussions / Database
   

Database

 
QuestionBACKUP DATABASE command Pin
ednrg22-Jan-10 2:18
ednrg22-Jan-10 2:18 
AnswerRe: BACKUP DATABASE command Pin
Covean22-Jan-10 3:38
Covean22-Jan-10 3:38 
GeneralRe: BACKUP DATABASE command Pin
ednrg22-Jan-10 9:00
ednrg22-Jan-10 9:00 
QuestionMySQL Pin
Muammar©22-Jan-10 0:50
Muammar©22-Jan-10 0:50 
AnswerRe: MySQL Pin
Muammar©22-Jan-10 3:39
Muammar©22-Jan-10 3:39 
AnswerRe: MySQL Pin
loyal ginger22-Jan-10 4:24
loyal ginger22-Jan-10 4:24 
GeneralRe: MySQL Pin
Muammar©22-Jan-10 5:41
Muammar©22-Jan-10 5:41 
AnswerRe: MySQL Pin
dybs22-Jan-10 20:08
dybs22-Jan-10 20:08 
I actually had a similar situation on a project I'm working on. I think SQLite limits the database to 2GB or so, and that was too restrictive for us, so we went with MySQL.

As for the silent install/config, you can run the .msi installer with the "-s" option, and then run the MySQLInstanceConfig.exe utility to set up your instance. This can be called from the command line with a set of switches for your particular setup (see here[^] for the list of parameters). I just put all the commands in a small console utility that runs as a custom action in our installer.

Dybs

The shout of progress is not "Eureka!" it's "Strange... that's not what i expected". - peterchen

GeneralRe: MySQL Pin
Muammar©22-Jan-10 20:45
Muammar©22-Jan-10 20:45 
GeneralRe: MySQL Pin
loyal ginger25-Jan-10 5:02
loyal ginger25-Jan-10 5:02 
GeneralRe: MySQL Pin
dybs25-Jan-10 15:11
dybs25-Jan-10 15:11 
GeneralRe: MySQL Pin
loyal ginger25-Jan-10 16:58
loyal ginger25-Jan-10 16:58 
QuestionParamaterised access queries Pin
Russell Jones21-Jan-10 23:31
Russell Jones21-Jan-10 23:31 
AnswerRe: Paramaterised access queries Pin
Eddy Vluggen21-Jan-10 23:58
professionalEddy Vluggen21-Jan-10 23:58 
QuestionNeed some advices on SQL INTERSECT Function Pin
James Shao21-Jan-10 21:19
James Shao21-Jan-10 21:19 
AnswerRe: Need some advices on SQL INTERSECT Function Pin
Dimitri Witkowski24-Jan-10 6:04
Dimitri Witkowski24-Jan-10 6:04 
AnswerRe: Need some advices on SQL INTERSECT Function Pin
Mycroft Holmes24-Jan-10 10:44
professionalMycroft Holmes24-Jan-10 10:44 
GeneralRe: Need some advices on SQL INTERSECT Function Pin
James Shao25-Jan-10 12:06
James Shao25-Jan-10 12:06 
QuestionA Question About Architecture Pin
Roger Wright21-Jan-10 18:02
professionalRoger Wright21-Jan-10 18:02 
AnswerRe: A Question About Architecture Pin
Mycroft Holmes21-Jan-10 21:45
professionalMycroft Holmes21-Jan-10 21:45 
GeneralRe: A Question About Architecture Pin
Roger Wright22-Jan-10 19:41
professionalRoger Wright22-Jan-10 19:41 
GeneralRe: A Question About Architecture Pin
Mycroft Holmes22-Jan-10 20:37
professionalMycroft Holmes22-Jan-10 20:37 
GeneralRe: A Question About Architecture Pin
Roger Wright22-Jan-10 21:00
professionalRoger Wright22-Jan-10 21:00 
QuestionSQL Server Agent not displayed in Object Explorer in SQL Server 2005 Express Edition Pin
tannghia21-Jan-10 16:13
tannghia21-Jan-10 16:13 
AnswerRe: SQL Server Agent not displayed in Object Explorer in SQL Server 2005 Express Edition Pin
Eddy Vluggen22-Jan-10 0:11
professionalEddy Vluggen22-Jan-10 0:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.