Comment on page
I would like to use MySQL Workbench in the goormIDE. What should I do?
1. Edit file.
vim /etc/mysql/mysql.conf.d/mysqld.cnf
as below.#bind-address = 127.0.0.1 Must be commented
2. Restart the mysql server.
service mysql restart
Following as below.
$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \\g.
Your MySQL connection id is 4
Server version: 5.7.29-0ubuntu0.18.04.1 (Ubuntu)
​
Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved.
​
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
​
Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.
​
mysql> GRANT ALL ON *.* TO root@'%' IDENTIFIED BY 'pass';
Query OK, 0 rows affected, 1 warning (0.00 sec)
​
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)
- 1.Click [CONTAINER] → [Port Forwarding Configuration] in the top menu.
- 2.Select MySQL in type and click [Register].​

Follow as below
$ mysqlsh [email protected]:59700
Please provide the password for '[email protected]:59700':
Save password for 'ro[email protected]:59700'? [Y]es/[N]o/Ne[v]er (default No):
MySQL Shell 8.0.19
​
Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.
​
Type '\\help' or '\\?' for help; '\\quit' to exit.
Creating a session to '[email protected]:59700'
Fetching schema names for autocompletion... Press ^C to stop.
Your MySQL connection id is 6
Server version: 5.7.29-0ubuntu0.18.04.1 (Ubuntu)
No default schema selected; type \\use <schema> to set one.
MySQL 54.184.110.197:59700 ssl JS >