hosted by liquidweb


Go Back   Web Hosting Talk : Other Forums : Web Hosting Lounge : What is MySQL?
Reply

Web Hosting Lounge Forum for general conversation, share interests, have a laugh or discuss topics not related to the above or below forums.
Forum Jump

What is MySQL?

Reply Post New Thread In Web Hosting Lounge Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-13-2002, 06:55 PM
appletreats appletreats is offline
Web Hosting Master
 
Join Date: Sep 2001
Posts: 783

What is MySQL?


I know what it is, but I need a simple, easy to understand answer to that question (What is MySQL?).

Reply With Quote
Sponsored Links
  #2  
Old 02-13-2002, 06:59 PM
hypernatic.net hypernatic.net is offline
Web Hosting Guru
 
Join Date: Jan 2002
Location: Glued to my seat...
Posts: 280
The MySQL (TM) software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy load production systems as well as for embedding into mass-deployed software. MySQL is a trademark of MySQL AB.

__________________
hypernatic|hosting - a different way!
www.hypernatic.net

Reply With Quote
  #3  
Old 02-13-2002, 07:01 PM
DjPaj DjPaj is offline
Junior Guru
 
Join Date: Dec 2001
Location: Mass.
Posts: 180
It's YourSQL.

Ummm...are you serious (no flame intended, I just want to make sure you are serious)??

A simple easy to understand answer would be a database.

__________________
www.pajcorp.com -- coming soon to an internet near you...

Oklahoma Sooners all the way baby!!

Reply With Quote
Sponsored Links
  #4  
Old 02-13-2002, 07:02 PM
DjPaj DjPaj is offline
Junior Guru
 
Join Date: Dec 2001
Location: Mass.
Posts: 180
appletreats, what happened to your sig?

__________________
www.pajcorp.com -- coming soon to an internet near you...

Oklahoma Sooners all the way baby!!

Reply With Quote
  #5  
Old 02-13-2002, 07:08 PM
appletreats appletreats is offline
Web Hosting Master
 
Join Date: Sep 2001
Posts: 783
Disabled it for that post. I disable it if I think it would make my post less... credible or something, or if it would be longer than the actual message. Sometimes I forget, though.

Reply With Quote
  #6  
Old 02-13-2002, 07:15 PM
Lats Lats is offline
Web Hosting Master
 
Join Date: Jan 2002
Location: Melbourne, AU
Posts: 740
Quote:
Originally posted by DjPaj

A simple easy to understand answer would be a database.
Good answer.


Lats...

Reply With Quote
  #7  
Old 02-13-2002, 07:21 PM
hypernatic.net hypernatic.net is offline
Web Hosting Guru
 
Join Date: Jan 2002
Location: Glued to my seat...
Posts: 280
Quote:
Originally posted by DjPaj
A simple easy to understand answer would be a database.
Ehm, technically speaking... No... Incorrect.

MySQL could best be described as the daemon (or program (for newbies )) that allows you to run databases. These databases are made in a special way, so it is easier for the daemon (mysql) to find the information it requested... Which makes it a lot faster..
Due to its "structure" mySQL is a lot faster than flat file databases which usually don't have a structure like that... Due to the way they built mySQL, it is easier to find info...

Picture yourself an Excel sheet... Lots of rows and columns... In column 10 you have the monthly income... Now, when you want to see what the monthly income is on a certain client (or whatever) (client = row) you simply look in column 10 for that row... Fast eh? Instead of looking at ALL the fields...

That is KINDA how it is like... Just to give you an idea...

__________________
hypernatic|hosting - a different way!
www.hypernatic.net

Reply With Quote
  #8  
Old 02-13-2002, 07:25 PM
DjPaj DjPaj is offline
Junior Guru
 
Join Date: Dec 2001
Location: Mass.
Posts: 180
appletreats asked for a simple, easy to understand answer, that's what I gave. You gave a more technical answer to the question.

__________________
www.pajcorp.com -- coming soon to an internet near you...

Oklahoma Sooners all the way baby!!

Reply With Quote
  #9  
Old 02-13-2002, 07:27 PM
hypernatic.net hypernatic.net is offline
Web Hosting Guru
 
Join Date: Jan 2002
Location: Glued to my seat...
Posts: 280
Quote:
Originally posted by DjPaj
appletreats asked for a simple, easy to understand answer, that's what I gave. You gave a more technical answer to the question.
Sorry, didnt mean to insult you..

__________________
hypernatic|hosting - a different way!
www.hypernatic.net

Reply With Quote
  #10  
Old 02-13-2002, 07:31 PM
DjPaj DjPaj is offline
Junior Guru
 
Join Date: Dec 2001
Location: Mass.
Posts: 180
Oh no, you did not, you answered it better than I ever could have and actually taught me things I didn't know No harm done. I was just saying how I posted what I thought was a simple answer, and yours was a bit more technical(and better ) than was mine.

__________________
www.pajcorp.com -- coming soon to an internet near you...

Oklahoma Sooners all the way baby!!

Reply With Quote
  #11  
Old 02-13-2002, 07:35 PM
hypernatic.net hypernatic.net is offline
Web Hosting Guru
 
Join Date: Jan 2002
Location: Glued to my seat...
Posts: 280
good to hear that
I dont like angry people...

__________________
hypernatic|hosting - a different way!
www.hypernatic.net

Reply With Quote
  #12  
Old 02-14-2002, 07:44 AM
Mirage-ISP Mirage-ISP is offline
Junior Guru
 
Join Date: Jun 2001
Location: Houston, Texas
Posts: 235
Simple?
A database program....an efficient alternative to Oracle and SQL Server. Does almost the same thing, but cheaper ;
Its free.

__________________
Database design and remote administration services
What a weirdo! You mean you actually *talk* on the phone?

Reply With Quote
  #13  
Old 02-14-2002, 09:59 AM
mahinder mahinder is offline
Web Hosting Master
 
Join Date: Aug 2001
Location: Matrix
Posts: 2,469
some additional info.

mysql is fast in reading but not in writing
mysql do not support transactions
mysql do not support trigers
mysql do not support record locking.

anyway but its good and free. i guess postgard sql is much better, but haven't tried it yet, i still use mysql.


__________________
CPHosting - Web Hosting Experts Since 1998.
United States | Europe | Singapore | Australia
Visit Us! www.cphosting.com

Reply With Quote
  #14  
Old 02-14-2002, 10:22 AM
kmh kmh is offline
WHT Addict
 
Join Date: Dec 2001
Posts: 121
This is from "PHP and MySQL Web Development" published by SAMS, edited by Welling and Thomson:

Quote:
What is MySQL?

MySQL (pronounced My-Ess-Que-Ell) is a very fast, robust, relational database management system (RDBMS). A database enables you to efficiently sotre, search, sort, and retrieve data. The MySQL server controls access to your data to ensure that multiple users can work with it concurrently, to provide fast access to it, and ensure that only authorized users can obtain access. Hence, MySQL is a multi-user, multi-threaded server. It uses SQL (Structured Query Language), the standard database query language worldwide. MySQL has been publicly available since 1996, but has a development history going back to 1979. It has now won the Linux Journal Readers' Choice Award three years running.

MySQL is now available under an Open Source license, but commercial licenses are also available if required.
Italics are theirs. Any spelling mistakes are mine. I hope this is for personal use and not being copied as a homework assignment. *grin*

Reply With Quote
  #15  
Old 02-14-2002, 03:33 PM
bitserve bitserve is offline
Web Hosting Master
 
Join Date: Nov 2001
Location: Ann Arbor, MI
Posts: 2,978
If you use the InnoDB table handler, MySQL supports transactions and row-level locking.

Anyway, I'd go straight to mysql ab for the answer to that question:

http://www.mysql.com/products/what_is_mysql.html

__________________
-Mark Adams
www.bitserve.com - Secure Michigan web hosting for your business.
Only host still offering a full money back uptime guarantee and prorated refunds.
Offering advanced server management and security incident response!

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Web Host Rackspace Launches Private Beta for MySQL Cloud Database Web Hosting News 2011-12-01 21:09:51
Parallels Now Offering Licenses for CloudLinux OS Web Hosting News 2011-10-26 17:29:25
Web Hosting Sales and Promos Roundup - October 7, 2011 Web Hosting News 2011-10-07 19:56:18
Web Hosting Software Firm CloudLinux Releases CloudLinux OS Version 6.1 Web Hosting News 2011-09-13 14:08:49
Web Host FireHost Partners with Cloud Security Firm Gazzang for Data Encryption Web Hosting News 2011-08-16 20:33:43


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?