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

Detailed explanation of Vue's seven value transfer methods

1. From father to son Define the props field in t...

How to start and stop SpringBoot jar program deployment shell script in Linux

Without further ado, let me give you the code. Th...

Detailed example of inserting custom HTML records in Quill editor

It is already 2020. Hungry humans are no longer s...

How to view Docker container application logs

docker attach command docker attach [options] 容器w...

Detailed process of installing Jenkins-2.249.3-1.1 with Docker

Table of contents 1. Install Docker 2. Pull the J...

Vue based on Element button permission implementation solution

Background requirements: The ERP system needs to ...

How to implement the builder pattern in Javascript

Overview The builder pattern is a relatively simp...

How to write the Nofollow tag and how to use it

The "nofollow" tag was proposed by Goog...

Learn about TypeScript data types in one article

Table of contents Basic Types any type Arrays Tup...

Some pitfalls of JavaScript deep copy

Preface When I went to an interview at a company ...

HTML+CSS+JS sample code to imitate the brightness adjustment effect of win10

HTML+CSS+JS imitates win10 brightness adjustment ...