PHP MYSQL Introduction In Hindi

📔 : PHP 🔗

बैसे तो PHP लगभग 20 Database को support करती है , लेकिन इस topic में MySQL Database का use करेंगे।

What is MySQL ?

MySQL एक RDBMS (Relational Database System) है जो कि fast , reliable , flexible and use करने में बहुत ही आसान है, हालाँकि यह structured query language (SQL) पर based है। और SQL एक standard language है जिसका use database से data fetch करने के लिए किया जाता है।


MySQL records को Tables & rows में contain करता है। attribute से मिलकर एक row बनती है जिसे Entity भी कहते है , और Rows से मिलकर एक Table बनती है , और Tables से मिलकर Database बनता है। तो हम कह सकते हैं -

  • Collection of attributes / columns - Row
  • Collection of rows / entity set  - Table
  • Collection of tables - Database .

I Hope अब आप MySQL के बारे में clear हो गए होंगे।

MySQL Installation

PHP सीखने के लिए अगर आपने XAMPP / WAMPP / LAMPP install नहीं किया है तो अपने system के according official website https://www.apachefriends.org से install कर लें । इसके लिए आप हमारा tutorial भी follow कर सकते हैं -- XAMPP Installation On Window .



Baise तो XAMPP / WAMPP / LAMPP के साथ ही MySQL Database आता है , जिसे आप local server को start करने के बाद localhost/phpmyadmin/ से access कर सकते हैं।

Open XAMPP

localhost


लेकिन अगर आपने Particularly MySQL practice करना चाहते हैं तो , आप Official website http://www.mysql.com से free में download कर सकते हैं।

Related Topics :

Rahul Kumar

Rahul Kumar

Hi ! I'm Rahul Kumar Rajput founder of learnhindituts.com. I'm a software developer having more than 4 years of experience. I love to talk about programming as well as writing technical tutorials and blogs that can help to others. I'm here to help you navigate the coding cosmos and turn your ideas into reality, keep coding, keep learning :)

Get connected with me. :) LinkedIn Twitter Instagram Facebook

b2eprogrammers