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 the use of MySQL paradigm

1. Paradigm The English name of the paradigm is N...

Causes and solutions for MySQL data loss

Table of contents Preface Problem Description Cau...

Sample code for implementing rolling updates of services using Docker Swarm

1. What is Docker Swarm? Docker Swarm is a cluste...

Sample code on how to implement page caching in vue mobile project

background On mobile devices, caching between pag...

Design of pop-up windows and floating layers in web design

In the trend of gradual transition from tradition...

How to handle super large form examples with Vue+ElementUI

Recently, due to business adjustments in the comp...

MySQL index optimization: paging exploration detailed introduction

Table of contents MySQL Index Optimization Paging...

How to use Docker to build a development environment (Windows and Mac)

Table of contents 1. Benefits of using Docker 2. ...

Bootstrap+Jquery to achieve calendar effect

This article shares the specific code of Bootstra...

How to use ss command instead of netstat in Linux operation and maintenance

Preface When operating and managing Linux servers...

How to install MySQL for beginners (proven effective)

1. Software Download MySQL download and installat...

Design Theory: Hierarchy in Design

<br />Original text: http://andymao.com/andy...

A brief talk about Rx responsive programming

Table of contents 1. Observable 2. Higher-order f...