Jump to content

My SQL


unknown gamer

Recommended Posts

Hi, I'm kind of new to website designing.i heard about My SQL databases before but i was wondering a few things.1. what is it?2. what is it for?3. why do you need it?4. How do you use it?just a few questions i had. :)oh and i don't know if this is the right board this is in if it isn't can a mod please move it to an appropriate board?

Link to comment
Share on other sites

This is the right forum.1. what is it?It is a database system that can be run in conjunction with web servers.2. what is it for?Storing data in a structured format.3. why do you need it?To store data from your website. So, for example on this forum, all the posts, user details, etc. would be stored in databases (MySQL or another system but they are all similar).4. How do you use it?You can interface the database through PHP's mysql functions, or though the equivalent another server side language, by using Structured Query Language (SQL). To learn SQL, you can use W3School's SQL tutorial! http://www.w3schools.com/sql/

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...