Install MariaDB 10.0 on Ubuntu 18.04MariaDB: problems in installaation to Ubuntu 14.04Failed to install MariaDB on Ubuntu 14.10MariaDB uninstalled after dist-upgrade in Ubuntu 16.04Mariadb not working just after install on Ubuntu 16.04Ubuntu trusty 14.04.2 LTS, error when install mariadb-serverCannot 'apt-get install' anything due to mariadb conflictUnable to install MariaDB on Ubuntu 16.04.2Cannot update nor remove mariadbHow to upgrade mariadb 10.1 to 10.2 xampp-7.2 in ubuntu 16.04?MariaDB dependency Issues
Is this story about US tax office reasonable?
Is this resistor leaking? If so, is it a concern?
Can non-English-speaking characters use wordplay specific to English?
Why do they consider the Ori false gods?
Is my router's IP address really public?
What is the difference between nullifying your vote and not going to vote at all?
Why are C64 games inconsistent with which joystick port they use?
Where did the “Vikings wear helmets with horn” stereotype come from and why?
How can I find where certain bash function is defined?
Can a wire having a 610-670 THz (frequency of blue light) AC frequency supply, generate blue light?
Is it ok to put a subplot to a story that is never meant to contribute to the development of the main plot?
French translation of “only ever”
Reducing Spill Overs
What is the 中 in ダウンロード中?
How is character development a major role in the plot of a story
Why does the UK have more political parties than the US?
How to capture more stars?
What is the most important source of natural gas? coal, oil or other?
How to prevent bad sectors?
Is there any use case for the bottom type as a function parameter type?
Custom allocators as alternatives to vector of smart pointers?
How do I subvert the tropes of a train heist?
How to plot an unstable attractor?
Glitch in ac sinewave interfering with phase cut dimming
Install MariaDB 10.0 on Ubuntu 18.04
MariaDB: problems in installaation to Ubuntu 14.04Failed to install MariaDB on Ubuntu 14.10MariaDB uninstalled after dist-upgrade in Ubuntu 16.04Mariadb not working just after install on Ubuntu 16.04Ubuntu trusty 14.04.2 LTS, error when install mariadb-serverCannot 'apt-get install' anything due to mariadb conflictUnable to install MariaDB on Ubuntu 16.04.2Cannot update nor remove mariadbHow to upgrade mariadb 10.1 to 10.2 xampp-7.2 in ubuntu 16.04?MariaDB dependency Issues
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm relatively new to the Linux. Can anyone please help me how to install MariaDB version 10.0 and not newer?
18.04 software-installation mariadb
add a comment |
I'm relatively new to the Linux. Can anyone please help me how to install MariaDB version 10.0 and not newer?
18.04 software-installation mariadb
add a comment |
I'm relatively new to the Linux. Can anyone please help me how to install MariaDB version 10.0 and not newer?
18.04 software-installation mariadb
I'm relatively new to the Linux. Can anyone please help me how to install MariaDB version 10.0 and not newer?
18.04 software-installation mariadb
18.04 software-installation mariadb
asked Apr 13 at 15:25
MichalidesMichalides
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
You should do the following:
Create a MariaDB.list file in /etc/apt/sources.list.d/ with the following contents to add the MariaDB apt repository:
# MariaDB 10.0 repository list - created 2019-01-27 09:50 UTC
# http://downloads.mariadb.org/mariadb/repositories/
deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
deb-src http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
And then:
sudo apt update
sudo apt install mariadb-server
I hope this works for you.
Sources:
https://mariadb.com/kb/en/library/installing-mariadb-deb-files/
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/
add a comment |
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
);
);
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%2f1133561%2finstall-mariadb-10-0-on-ubuntu-18-04%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should do the following:
Create a MariaDB.list file in /etc/apt/sources.list.d/ with the following contents to add the MariaDB apt repository:
# MariaDB 10.0 repository list - created 2019-01-27 09:50 UTC
# http://downloads.mariadb.org/mariadb/repositories/
deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
deb-src http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
And then:
sudo apt update
sudo apt install mariadb-server
I hope this works for you.
Sources:
https://mariadb.com/kb/en/library/installing-mariadb-deb-files/
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/
add a comment |
You should do the following:
Create a MariaDB.list file in /etc/apt/sources.list.d/ with the following contents to add the MariaDB apt repository:
# MariaDB 10.0 repository list - created 2019-01-27 09:50 UTC
# http://downloads.mariadb.org/mariadb/repositories/
deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
deb-src http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
And then:
sudo apt update
sudo apt install mariadb-server
I hope this works for you.
Sources:
https://mariadb.com/kb/en/library/installing-mariadb-deb-files/
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/
add a comment |
You should do the following:
Create a MariaDB.list file in /etc/apt/sources.list.d/ with the following contents to add the MariaDB apt repository:
# MariaDB 10.0 repository list - created 2019-01-27 09:50 UTC
# http://downloads.mariadb.org/mariadb/repositories/
deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
deb-src http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
And then:
sudo apt update
sudo apt install mariadb-server
I hope this works for you.
Sources:
https://mariadb.com/kb/en/library/installing-mariadb-deb-files/
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/
You should do the following:
Create a MariaDB.list file in /etc/apt/sources.list.d/ with the following contents to add the MariaDB apt repository:
# MariaDB 10.0 repository list - created 2019-01-27 09:50 UTC
# http://downloads.mariadb.org/mariadb/repositories/
deb [arch=amd64,arm64,ppc64el] http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
deb-src http://sfo1.mirrors.digitalocean.com/mariadb/repo/10.0/ubuntu bionic main
And then:
sudo apt update
sudo apt install mariadb-server
I hope this works for you.
Sources:
https://mariadb.com/kb/en/library/installing-mariadb-deb-files/
https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/
answered Apr 13 at 15:52
Philippe DelteilPhilippe Delteil
1,08011023
1,08011023
add a comment |
add a comment |
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%2f1133561%2finstall-mariadb-10-0-on-ubuntu-18-04%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