How To Use MySQL Workbench 8.0 At First Time

MySQL Workbench is good database management GUI program, it's fast, rich in feature and free. You can do inserting, updating or deleting data of your database. But detail on how you can managing data is not covered on this post, it is just how you can setup or to connect MySQL Workbench at firs time with your MySQL server.

But first, make sure MySQL is already installed on your machine, if you don't please refer to this link How To Install MySQL.

1. Open MySQL Workbench program. Double click on local instance MySQL 80, then type your password and click OK.



Now you are connected to MySQL using MySQL Workbench, then you can start to manage your database, you can create, update and delete your database.

Popular posts from this blog

ERROR 1348 Column Password Is Not Updatable When Updating MySQL Root Password

How To Create Spring Boot Project Using Netbeans

Spring Kafka - how to use ReplyingKafkaTemplate send and reply synchronously

Upload and Download Rest API using Spring Boot Reactive WebFlux

What Is My Localhost IP, For Windows User?