0% found this document useful (0 votes)
39 views

#3. Installing Mysql Using Linux Generic Binaries

YUM can automatically install MySQL and resolve dependency issues, while RPM requires manually tracking and installing each dependency. The document provides links for installing MySQL using YUM, RPM, and generic binaries on Linux.

Uploaded by

Stephen Efange
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

#3. Installing Mysql Using Linux Generic Binaries

YUM can automatically install MySQL and resolve dependency issues, while RPM requires manually tracking and installing each dependency. The document provides links for installing MySQL using YUM, RPM, and generic binaries on Linux.

Uploaded by

Stephen Efange
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Student: Allen Udith Zarr

Course: MySQL
Instructor: STEPHEN EFANGE
Date: August 31, 2019
Assignment: 101
1. Installing MySQL using YUM: Yellow dog Updater Modifier uses many third-party
repositories to install pages automatically by resolving dependencies issues.
2. Installing MySQL using RPM:RPM is unable to automatically do this for you during
installation. It can only check whether all the require packages are pre-installed
before installing the needed packages. However, manually tracking and installing each
dependency is a major work for those who only want to install a single package initially.

Summary:
# The RPM package manager is unable to check or track dependencies while YUM can.
# RPM is a package manager while YUM is a frontend that can be used with RPM.

# google resources and YouTube resources:


#1. Link for Installing MySQL using YUM
https://www.youtube.com/watch?v=bH-fWFCVyZc&t=58s
https://downloads.mysql.com/docs/mysql-repo-excerpt-5.7-en.a4.pdf

#2. Link for Installing MySQL using RPM


https://www.youtube.com/watch?v=pnXCupi8chQ
https://www.ppgia.pucpr.br/pt/arquivos/techdocs/mysql/installing.html
#3. Link for Installing MySQL using Linux Generic Binaries

https://www.youtube.com/watch?v=hKwyhDMrtf0

https://www.ppgia.pucpr.br/pt/arquivos/techdocs/mysql/installing.html

https://downloads.mysql.com/docs/mysql-linuxunix-excerpt-5.6-en.a4.pdf

You might also like