MySQL and MySQL Workbench Installation Tutorial under Ubuntu

MySQL and MySQL Workbench Installation Tutorial under Ubuntu

Ubuntu install jdk: [link]

Install Eclipse on Ubuntu: [Link]

Install MySQL and MySQL Workbench in Ubuntu: [Link]

Ubuntu configuration tomcat9: [link]

1.sudo apt-get install mysql-server

The installation is complete, let's test it by typing:

mysql -u root -p

Prompt to enter a password. After entering the password:

2. Install MySQL Workbench

After downloading the installation package, execute the following command (first cd to the current directory):

sudo dpkg -i mysql-workbench-community-6.3.9-1ubuntu16.04-amd64.deb

An error occurred

Execute (fix dependencies):

sudo apt-get -f install

Execute again

sudo dpkg -i mysql-workbench-community-6.3.9-1ubuntu16.04-amd64.deb

Installation successful:

postscript:

Solution to ERROR 1366 when entering Chinese in MySQL

The above is the full content of this article. I hope it will be helpful for everyone’s study. I also hope that everyone will support 123WORDPRESS.COM.

You may also be interested in:
  • MySQL WorkBench Management Operations MySQL Tutorial
  • How to use MySQL Workbench (picture and text)
  • Mysql Workbench query mysql database method
  • Mysql WorkBench installation and configuration graphic tutorial
  • MySQL Workbench download and use tutorial detailed explanation
  • MySQL5.7+ MySQL Workbench installation and configuration method graphic tutorial under MAC
  • MySQL 5.7.17 and workbench installation and configuration graphic tutorial
  • Detailed explanation of the workbench example in mysql
  • Solution to Workbench not connecting to MySQL on Alibaba Cloud Server Ubuntu (tested)
  • mysql workbench installation and configuration tutorial under centOS
  • Detailed explanation of MySQL Workbench usage tutorial

<<:  Tutorial on how to deploy LNMP and enable HTTPS service

>>:  js data types and their judgment method examples

Recommend

Vue's vue.$set() method source code case detailed explanation

In the process of using Vue to develop projects, ...

Difference and principle analysis of Nginx forward and reverse proxy

1. The difference between forward proxy and rever...

Tips for adding favicon to a website: a small icon in front of the URL

The so-called favicon, which is the abbreviation o...

Interpreting MySQL client and server protocols

Table of contents MySQL Client/Server Protocol If...

Detailed explanation of Linux lsof command usage

lsof (list open files) is a tool to view files op...

Installation method of mysql-8.0.17-winx64 under windows 10

1. Download from the official website and unzip h...

About nginx to implement jira reverse proxy

Summary: Configure nginx reverse proxy jira and i...

MySQL batch adding and storing method examples

When logging in to the stress test, many differen...

Summary of MySQL's commonly used concatenation statements

Preface: In MySQL, the CONCAT() function is used ...

HTML small tag usage tips

Phrase elements such as <em></em> can ...

Specific use of Docker anonymous mount and named mount

Table of contents Data volume Anonymous and named...

MySQL index coverage example analysis

This article describes MySQL index coverage with ...

How to use nginx to intercept specified URL requests through regular expressions

nginx server nginx is an excellent web server tha...

jQuery realizes the picture following effect

This article shares the specific code of jQuery t...