From the course: Advanced MySQL Database Administration

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

MySQL Workbench interface

MySQL Workbench interface

- [Presenter] All right, next we'll do a quick tour of the MySQL Workbench interface. So first, let's talk about Mac versus PC and what you should expect in MySQL Workbench, depending on what operating system you're working with. So here, we have the MAC interface. This is what I'm going to be using in my demonstration videos throughout the course. You'll see on the left, you have your administration and schemas tab. In the top part, you have the query editor. At the bottom, you have the action output. And across the top, you have various tools to add a new SQL file, create a new database, create new tables, et cetera. So next, take a look at the PC interface. Very similar. You've got your management tab on the left, you've got your query editor in the top section of the screen, and you've got your action output on the bottom. And same thing, you've got your same little quick tools to create new SQL file, new database, new tables. So the most important thing to understand about this…

Contents