Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

MySQL Part 2 - Hindi

This is a sample video. To access the full content,
please Login

6187 visits



Outline:

MySQL (Part 2) डेटाबेस से जोड़ना और डेटाबेस में डमी डेटा समाविष्ट करना। mysql_connect("server_addr", "username", "password") - अधिकृत यूज़र और पासवर्ड से डेटाबेस सर्वर जोड़ना mysql_select_db("database_name") - जुड़े हुए डेटाबेस सर्वर में डेटाबेस चुनना।