Mysql Versions 5.7 and 8,x side by side on ubuntu sever 18.4? [on hold]
I would like to test Mysql 8 while still using Mysql 5.7 for my current applications. I have installed both versions on my Mac and I have no problems so far.
On my Ubuntu server currently 5.7 is running. I expect when I call apt-get to install the latest mysql version apt-get will replace the current version 5.7 .
So I thought I could download the package from the Mysql download page and install it manually. But they mention (https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html) :
"If you have previously installed MySQL using your operating system native package management system, such as Yum or APT, you may experience problems installing using a native binary. Make sure your previous MySQL installation has been removed entirely (using your package management system), and that any additional files, such as old versions of your data files, have also been removed. You should also check for configuration files such as /etc/my.cnf or the /etc/mysql directory and delete them."
It would be great, if I could get some recommandations how to enable to run different Mysql - versions in parallel.
mysql
put on hold as off-topic by waltinator, George Udosen, Eric Carvalho, Thomas, Tom Brossman 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – waltinator, George Udosen, Eric Carvalho, Thomas
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
I would like to test Mysql 8 while still using Mysql 5.7 for my current applications. I have installed both versions on my Mac and I have no problems so far.
On my Ubuntu server currently 5.7 is running. I expect when I call apt-get to install the latest mysql version apt-get will replace the current version 5.7 .
So I thought I could download the package from the Mysql download page and install it manually. But they mention (https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html) :
"If you have previously installed MySQL using your operating system native package management system, such as Yum or APT, you may experience problems installing using a native binary. Make sure your previous MySQL installation has been removed entirely (using your package management system), and that any additional files, such as old versions of your data files, have also been removed. You should also check for configuration files such as /etc/my.cnf or the /etc/mysql directory and delete them."
It would be great, if I could get some recommandations how to enable to run different Mysql - versions in parallel.
mysql
put on hold as off-topic by waltinator, George Udosen, Eric Carvalho, Thomas, Tom Brossman 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – waltinator, George Udosen, Eric Carvalho, Thomas
If this question can be reworded to fit the rules in the help center, please edit the question.
1
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago
add a comment |
I would like to test Mysql 8 while still using Mysql 5.7 for my current applications. I have installed both versions on my Mac and I have no problems so far.
On my Ubuntu server currently 5.7 is running. I expect when I call apt-get to install the latest mysql version apt-get will replace the current version 5.7 .
So I thought I could download the package from the Mysql download page and install it manually. But they mention (https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html) :
"If you have previously installed MySQL using your operating system native package management system, such as Yum or APT, you may experience problems installing using a native binary. Make sure your previous MySQL installation has been removed entirely (using your package management system), and that any additional files, such as old versions of your data files, have also been removed. You should also check for configuration files such as /etc/my.cnf or the /etc/mysql directory and delete them."
It would be great, if I could get some recommandations how to enable to run different Mysql - versions in parallel.
mysql
I would like to test Mysql 8 while still using Mysql 5.7 for my current applications. I have installed both versions on my Mac and I have no problems so far.
On my Ubuntu server currently 5.7 is running. I expect when I call apt-get to install the latest mysql version apt-get will replace the current version 5.7 .
So I thought I could download the package from the Mysql download page and install it manually. But they mention (https://dev.mysql.com/doc/refman/8.0/en/binary-installation.html) :
"If you have previously installed MySQL using your operating system native package management system, such as Yum or APT, you may experience problems installing using a native binary. Make sure your previous MySQL installation has been removed entirely (using your package management system), and that any additional files, such as old versions of your data files, have also been removed. You should also check for configuration files such as /etc/my.cnf or the /etc/mysql directory and delete them."
It would be great, if I could get some recommandations how to enable to run different Mysql - versions in parallel.
mysql
mysql
asked Dec 31 '18 at 19:04
HopeHope
12
12
put on hold as off-topic by waltinator, George Udosen, Eric Carvalho, Thomas, Tom Brossman 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – waltinator, George Udosen, Eric Carvalho, Thomas
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by waltinator, George Udosen, Eric Carvalho, Thomas, Tom Brossman 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This is not about Ubuntu. Questions about other Linux distributions can be asked on Unix & Linux, those about Windows on Super User, those about Apple products on Ask Different and generic programming questions on Stack Overflow." – waltinator, George Udosen, Eric Carvalho, Thomas
If this question can be reworded to fit the rules in the help center, please edit the question.
1
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago
add a comment |
1
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago
1
1
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
Found it.
With apt I can call install mysql-sandbox
apt-cache search:
mysql-sandbox - Install and set up one or more MySQL server instances easily
New contributor
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Found it.
With apt I can call install mysql-sandbox
apt-cache search:
mysql-sandbox - Install and set up one or more MySQL server instances easily
New contributor
add a comment |
Found it.
With apt I can call install mysql-sandbox
apt-cache search:
mysql-sandbox - Install and set up one or more MySQL server instances easily
New contributor
add a comment |
Found it.
With apt I can call install mysql-sandbox
apt-cache search:
mysql-sandbox - Install and set up one or more MySQL server instances easily
New contributor
Found it.
With apt I can call install mysql-sandbox
apt-cache search:
mysql-sandbox - Install and set up one or more MySQL server instances easily
New contributor
edited Jan 2 at 18:13
New contributor
answered Jan 1 at 9:33
HopeHope
12
12
New contributor
New contributor
add a comment |
add a comment |
1
It's easy - determine (by research on the Internet, or by reading books) how "Mysql 5.7" and "Mysql 8" conflict (try to use the same resources) and read the documentation to see if they're configurable to not conflict.
– waltinator
Dec 31 '18 at 20:25
Possible duplicate of How to install multiple versions (5.5.xx and 5.7) of MySQL in Ubuntu 16.04?
– Tom Brossman
2 days ago