If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > what type of mySQL software do i need (was "mySQL")

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-06, 02:20
iaajrules iaajrules is offline
Registered User
 
Join Date: Feb 2006
Posts: 1
Question what type of mySQL software do i need (was "mySQL")

Good day!

I'm new to mySQL, I just want to inquire on some details with regards to the software requirements. I have a network computer with no Server Operating System installed (Peer Network/File and Print Sharing).

Do you have any idea if what type of mySQL software do i need in order to develop a networkable software for our small organizations?

Do i need to install Server OS just to install, run and develop applications for my organization?

Please do help me and guide me.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 02-02-06, 03:33
healdem healdem is online now
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,258
You don't need a dedicated server or specialist operating system to run MySQL, or any of the PC optimised server engines. However depeneidng on you application (requirements) it may help. For most small oraganisiations the db can run happily on a file server or even standard PC. As your data gets parger and the demands placed on the server get larger then moving it to a dedicated machine may make sense as you can tune that machine to mget the best out of the db.

There is nothing intrinsically different about PC based servers and standard workstations (with the exception of how the machine is configured, servers often have built in redundancy (to allow the server to keep working if say the power fails, of a disk drive dies), use higher grade componenets (eg gigabit network rather than 100Mbs).

The use of memory also may very - on a non dedicated PC you may allocate less memory to the database

So to recap if you want to go down the MySQL option then all you need to do is download the server (I'd recommend you also download the MySQL Administrator & Query Browser at the same time , and Workbench assuming it gets finished). all these are available form MySQL. THe only choice is whihc version to choose - in my view its ano brainer, if you have a free choice go version 5, it answers many of the competitors claimed weaknesses in previous versions of MySQL, with things like stored procedures, triggers etc....

After that it depends on what development environment you use to access the data, you may need to set up ODBC data sources on the client PC's. But thats no different to other server engines.

If you want to make life easier in the short to medium term you could consider using MS SQL server, I think they have released a freeware version to offset MySQL's march into what Microsoft see as 'their' territory - it may be better for your CV and mdedium to long term employmnet prospects.
HTH
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On