Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > Putting it Together > Databases

Reply
 
LinkBack Thread Tools
Old September 7th, 2006, 08:38 AM   #1
New Member
 

Join Date: Jul 2006
Location: spain
Age: 21
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Paul00000001 is on a distinguished road
Mysql

Hey i have a question, i have been learning how to use mysql and am about to build the database but i have been reading that mysql is perfect for small websites but not for larger ones as it uses ten times more space than a access database. But i have also read that access crashes when 10 users access the database simultaneously but i have also read that it doesnt but it does crash when ten editors access the database.

So my question is can you use access on a webpage that is being viewed by many users at once and if so when is mysql used?.
Paul00000001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 7th, 2006, 08:42 AM   #2
Elite Veteran
 

Join Date: Aug 2005
Location: That Place
Posts: 2,081
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Rep Altering Power: 0 moojoo will become famous soon enough moojoo will become famous soon enough
Re: Mysql

MySQL is completely capable of handling large sites and loads. Access would be my last choice personally. This site runs off of a MySQL DB I believe as well.
__________________

moojoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 7th, 2006, 08:46 AM   #3
New Member
 

Join Date: Jul 2006
Location: spain
Age: 21
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Paul00000001 is on a distinguished road
Re: Mysql

but can access handle lots of users accessing the database at one time as people say its designed to only be a desktop database
Paul00000001 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 7th, 2006, 09:03 AM   #4
Elite Veteran
 

Join Date: Aug 2005
Location: That Place
Posts: 2,081
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Rep Altering Power: 0 moojoo will become famous soon enough moojoo will become famous soon enough
Re: Mysql

I couldn't tell you, we use Access at work but most of my experience is with MySQL and MSSQL. Here are some specs on Access: http://www.databasedev.co.uk/access_...s.html#General
__________________

moojoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 7th, 2006, 11:50 AM   #5
Most Reputable Member
 

Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,307
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 ukgeoff has a spectacular aura about ukgeoff has a spectacular aura about
Re: Mysql

As this is a web forum one must assume that you are talking about a backend database on a web server.

That being the case, forgat about Access. Your only practical choice is one of the sql variants. If you want free, then that pretty much brings it down to MySQL. There must be a reason why so many hosting facilities offer this as part of the PHP/Apache installation.

Go with MySQL.
ukgeoff is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 9th, 2006, 04:54 AM   #6
WebForumz Member
 

Join Date: Jan 2006
Location: East Sussex
Age: 28
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Gee Bee is on a distinguished road
Re: Mysql

The place I used to work used an access database for thier contact management system and it certainly had problems when more than 10 connections were made to it, that may have been that it was poor written in the first place or a whole host of other reasons by since then i have also heard from others that they've have problems with access when using more than 10 connections.

As for mysql I think alot of the negativity is from the older days when some features such as enforced references(i think) and stored procedures weren't available. If you check out who they say uses mysql (http://www.mysql.com/customers/) its an impressive list including yahoo, French Ministry of Defense, and google, although im not sure what they are using the database for!
Gee Bee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 9th, 2006, 02:05 PM   #7
Elite Veteran
 

Join Date: Aug 2005
Location: That Place
Posts: 2,081
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Rep Altering Power: 0 moojoo will become famous soon enough moojoo will become famous soon enough
Re: Mysql

MySQL is/has been awesome in the 5 years I have used it. I just don't see any other DB system working better for my needs anyway.
__________________

moojoo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 13th, 2006, 05:48 PM   #8
Highly Reputable Member
 
masonbarge's Avatar
 

Join Date: Jan 2006
Location: Atlanta GA
Posts: 649
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 masonbarge will become famous soon enough
Re: Mysql

I think Access is primarily used in offices for standalone or network systems. MySQL seems to be big for remote server/internet use. Although either can be used for either.

There's nothing any better than mysql until you get up in the Oracle range.
masonbarge is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Tags
mysql


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP MySQL ccandeland Databases 3 November 17th, 2007 06:19 AM
MySql help nashultz07 Databases 4 July 27th, 2007 05:11 AM
Mysql/php marie2007 PHP 7 July 10th, 2007 09:20 AM
ASP and MYSQL QuikFrozen Classic ASP 3 August 16th, 2006 01:58 PM
Mysql Physt Databases 1 August 18th, 2004 05:45 PM


Search Engine Optimization by vBSEO 3.2.0 RC8