Using MySQL Workbench to Create Database and Running SQL Queries - Urdu


In below Video tutorial, following is demonstrated:
1. Important Settings while installing MySQL Server
2. How use MySQL Workbench to create database, tables, and run different SQL queries



Some text contents used in tutorial:
1. Database Server, MySQL Community Edition 5.6
http://dev.mysql.com/get/Downloads/MySQLInstaller/mysql-installer-community-5.6.17.0.msi

After Installation, A configuration wizard would run. Setup following:
1. Set port to 3306
2. Set root user account
3. Check auto start option

2. MySQL Workbench
http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.1.6-win32.msi

3. MySQL Connector/J
http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-gpl-5.1.30.msi

Comments