Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

            The result should look something like this:Image Removed

...

            Choose java 8 by entering the corresponding selection number.

...

Code Block
mysql --version

            In order to install old versions of MySQL on newer versions of Ubuntu (like 20.04), follow the instructions outlined here.

            On older versions of Ubuntu, you may be able to install MySQL using:

Code Block
sudo apt-get install mysql-server-5.7

...

If you choose the Simple Installation method, your screen should look like this:Image Removed


...


The "Password" field is the password you set when you downloaded MySQL above.  

...