MySQL Workbench Tutorial for Beginners, Learn MySQL Workbench in 40 minutes.
Course Description
Welcome to our MySQL Workbench Course!
In this Video Course, learn MySQL Workbench and its concepts. Workbench is a UI i.e. a graphical tool for working with MySQL Servers and Databases. MySQL is an open-source relational database management system. It is one of the most popular RDBMS, wherein records are stored in tables. We have covered the following lessons with live running examples:
Course Lessons
- Introduction to MySQL Workbench
- How to install MySQL Workbench on Windows 10/ 11
- How to create a new Database and Table in MySQL Workbench
- How to create a new schema in MySQL Workbench
- How to Drop a Schema in MySQL Workbench
- How to Export Data in MySQL Workbench
- How to Import Data in MySQL Workbench
- Export the Result to a CSV file
- Save the script to a file from the SQL Editor
- Open a script file in the SQL Editor
- Limit the number of rows in MySQL Workbench
- Change the font of the SQL Editor
- Adjust the Panels of the MySQL Workbench
- Search the Table Data in MySQL Workbench
- Clear the output window in MySQL Workbench
- Create a new user in MySQL Workbench
- Set account limits for users in MySQL Workbench
- Reset the root password in MySQL Workbench
Note: The flow would be step-by-step and the explanations would include a tutorial-like format, to make it easier for beginners to understand a new database and table and its concepts, with live running queries as examples.