Facing the below error while installing mysql in VM

–1 vote
$ sudo wget https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm
[sudo] password for edureka: 
--2018-12-21 00:07:47-- https://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpm
Resolving dev.mysql.com (dev.mysql.com)... 137.254.60.11
Connecting to dev.mysql.com (dev.mysql.com)|137.254.60.11|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://repo.mysql.com//mysql80-community-release-el7-1.noarch.rpm [following]
--2018-12-21 00:07:47-- https://repo.mysql.com//mysql80-community-release-el7-1.noarch.rpm
Resolving repo.mysql.com (repo.mysql.com)... 23.36.68.128
Connecting to repo.mysql.com (repo.mysql.com)|23.36.68.128|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 25820 (25K) [application/x-redhat-package-manager]
Saving to: ?mysql80-community-release-el7-1.noarch.rpm?

100%[======================================>] 25,820 --.-K/s in 0.008s 

2018-12-21 00:07:47 (2.95 MB/s) - ?mysql80-community-release-el7-1.noarch.rpm? saved [25820/25820]

$ md5sum mysql80-community-release-el7-1.noarch.rpm
739dc44566d739c5d7b893de96ee6848 mysql80-community-release-el7-1.noarch.rpm
$ sudo rpm -ivh mysql80-community-release-el7-1.noarch.rpm
error: Failed dependencies:
mysql-community-release conflicts with mysql80-community-release-el7-1.noarch
$ sudo rpm -ivh mysql80-community-release-el7-1.noarch.rpm
error: Failed dependencies:
mysql-community-release conflicts with mysql80-community-release-el7-1.noarch
$ md5sum mysql80-community-release-el7-1.noarch.rpm739dc44566d739c5d7b893de96ee6848 mysql80-community-release-el7-1.noarch.rpm
$ sudo rpm -ivh mysql80-community-release-el7-1.noarch.rpm
error: Failed dependencies:
mysql-community-release conflicts with mysql80-community-release-el7-1.noarch
Dec 21, 2018 in Big Data Hadoop by digger
• 26,740 points
704 views

1 answer to this question.

0 votes

We would like to say that the MySQL server is already installed on the virtual machine (mostly mysql-workbench).

To install it and install mysql community, follow these steps:

sudo yum remove mysql-workbench
sudo yum install yum-plugin-versionlock
sudo yum versionlock mysql-workbench-community-6.3.8-1.el7
sudo yum install mysql-workbench-community

answered Dec 21, 2018 by Omkar
• 69,210 points

Related Questions In Big Data Hadoop

0 votes
1 answer
0 votes
1 answer

Error while starting the daemon process in windows 10

Hi@Arun, By default, the parameter "dfs.datanode.failed.volumes.tolerated" is set ...READ MORE

answered Apr 20, 2020 in Big Data Hadoop by MD
• 95,440 points
7,903 views
0 votes
1 answer

How can I use my host machine’s web browser to check my HDFS services running in the VM?

The sole purpose of the virtual machine ...READ MORE

answered Apr 18, 2018 in Big Data Hadoop by Shubham
• 13,490 points
1,092 views
0 votes
1 answer

Update hdfs data before stroring in MySql

Yes, you can update the data before ...READ MORE

answered Jan 27, 2019 in Big Data Hadoop by Omkar
• 69,210 points
568 views
0 votes
1 answer

Using Hadoop for Data Analytics.

Yes, your approach is correct - you ...READ MORE

answered Sep 28, 2018 in Big Data Hadoop by Frankie
• 9,830 points
518 views
0 votes
1 answer

How to open MySql console in Ubuntu?

sudo service mysqld restart mysql -u <username> root ...READ MORE

answered Dec 14, 2018 in Big Data Hadoop by Omkar
• 69,210 points
2,281 views
0 votes
1 answer

MySql connection problem "Cant connect to local mysql server through socket "var/lib/mysql/mysql.sock" .

First start the mysql server: service mysqld start To ...READ MORE

answered Dec 26, 2018 in Big Data Hadoop by Omkar
• 69,210 points
879 views
0 votes
1 answer

Hadoop Hive: How to skip the first line of csv while loading in hive table?

You can try this: CREATE TABLE temp ...READ MORE

answered Nov 8, 2018 in Big Data Hadoop by Omkar
• 69,210 points
8,442 views
0 votes
1 answer

Sqoop getting error while connecting to MySQL

Have you set a password for MySQL? ...READ MORE

answered Feb 7, 2019 in Big Data Hadoop by Omkar
• 69,210 points
1,129 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP