How to upgrade to MySQL 8.0?why is apt-get not install mysql server 5.5Mysql broken (14.04 -> 16.04)Trying...
Do authors have to be politically correct in article-writing?
What is the wife of a henpecked husband called?
Using loops to create tables
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
What to do if authors don't respond to my serious concerns about their paper?
Getting a UK passport renewed when you have dual nationality and a different name in your second country?
How do we succintly describe a boxing match?
QGIS: use geometry from different layer in symbology expression
What is the time complexity of enqueue and dequeue of a queue implemented with a singly linked list?
Does Windows 10's telemetry include sending *.doc files if Word crashed?
Quenching swords in dragon blood; why?
Dilemma of explaining to interviewer that he is the reason for declining second interview
Why zero tolerance on nudity in space?
How do creatures spend Hit Dice after a short rest (if they can do so)?
How to deal with an incendiary email that was recalled
What makes the Forgotten Realms "forgotten"?
How Internet Communication Works on a Coaxial Cable
Cryptic with missing capitals
What's a good word to describe a public place that looks like it wouldn't be rough?
Are there any outlying considerations if I treat donning a shield as an object interaction during the first round of combat?
Slow moving projectiles from a hand-held weapon - how do they reach the target?
How to define new environment, using proof-environment
I am on the US no-fly list. What can I do in order to be allowed on flights which go through US airspace?
What to do when being responsible for data protection in your lab, yet advice is ignored?
How to upgrade to MySQL 8.0?
why is apt-get not install mysql server 5.5Mysql broken (14.04 -> 16.04)Trying to install mysql version 5.6.33Updating 14.04.1 MYSQL from 5.5 to 5.7How to delete mysql-clientHow to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?Can't install MySQL Ubuntu 16.04mysql-server-5.7 package post-installation script subprocess returned error exit status 127mysql reinstallation still getting problems ubuntuGet the warning when upgrade mysql 5.7 to 8.0 on bionic!
I have a Drupal site 8.6.10 on an Ubuntu server 18.04 with MySQL 5.7.25
I want to update MySQL to version 8.0
Here are the steps I followed :
1) I backed up my database.
2) I uninstalled MySQL from my server with the commands :
$ sudo systemctl stop mysql
$ sudo apt remove mysql-*
$ sudo apt purge mysql-*
$ sudo apt autoremove
$ sudo dpkg -l | grep mysql | grep ii
3) I added the repository with the command :
$ wget https://repo.mysql.com//mysql-apt-config_0.8.12-1_all.deb
4) I installed the package with the command :
$ sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
enter image description here
My problem :
5) I install MySQL with the command :
$ sudo apt update
$ sudo apt install mysql-server
When I do step 5, it installs MySQL 5.7 why does not it install version 8 ?
enter image description here
server 18.04 mysql
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a Drupal site 8.6.10 on an Ubuntu server 18.04 with MySQL 5.7.25
I want to update MySQL to version 8.0
Here are the steps I followed :
1) I backed up my database.
2) I uninstalled MySQL from my server with the commands :
$ sudo systemctl stop mysql
$ sudo apt remove mysql-*
$ sudo apt purge mysql-*
$ sudo apt autoremove
$ sudo dpkg -l | grep mysql | grep ii
3) I added the repository with the command :
$ wget https://repo.mysql.com//mysql-apt-config_0.8.12-1_all.deb
4) I installed the package with the command :
$ sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
enter image description here
My problem :
5) I install MySQL with the command :
$ sudo apt update
$ sudo apt install mysql-server
When I do step 5, it installs MySQL 5.7 why does not it install version 8 ?
enter image description here
server 18.04 mysql
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have a Drupal site 8.6.10 on an Ubuntu server 18.04 with MySQL 5.7.25
I want to update MySQL to version 8.0
Here are the steps I followed :
1) I backed up my database.
2) I uninstalled MySQL from my server with the commands :
$ sudo systemctl stop mysql
$ sudo apt remove mysql-*
$ sudo apt purge mysql-*
$ sudo apt autoremove
$ sudo dpkg -l | grep mysql | grep ii
3) I added the repository with the command :
$ wget https://repo.mysql.com//mysql-apt-config_0.8.12-1_all.deb
4) I installed the package with the command :
$ sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
enter image description here
My problem :
5) I install MySQL with the command :
$ sudo apt update
$ sudo apt install mysql-server
When I do step 5, it installs MySQL 5.7 why does not it install version 8 ?
enter image description here
server 18.04 mysql
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have a Drupal site 8.6.10 on an Ubuntu server 18.04 with MySQL 5.7.25
I want to update MySQL to version 8.0
Here are the steps I followed :
1) I backed up my database.
2) I uninstalled MySQL from my server with the commands :
$ sudo systemctl stop mysql
$ sudo apt remove mysql-*
$ sudo apt purge mysql-*
$ sudo apt autoremove
$ sudo dpkg -l | grep mysql | grep ii
3) I added the repository with the command :
$ wget https://repo.mysql.com//mysql-apt-config_0.8.12-1_all.deb
4) I installed the package with the command :
$ sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb
enter image description here
My problem :
5) I install MySQL with the command :
$ sudo apt update
$ sudo apt install mysql-server
When I do step 5, it installs MySQL 5.7 why does not it install version 8 ?
enter image description here
server 18.04 mysql
server 18.04 mysql
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 4 mins ago
fgtrfgtr
1
1
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
fgtr is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
fgtr is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122608%2fhow-to-upgrade-to-mysql-8-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
fgtr is a new contributor. Be nice, and check out our Code of Conduct.
fgtr is a new contributor. Be nice, and check out our Code of Conduct.
fgtr is a new contributor. Be nice, and check out our Code of Conduct.
fgtr is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1122608%2fhow-to-upgrade-to-mysql-8-0%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown