반응형
mysql5.5와 maria를 사용할 수 있습니까?동일한 시스템에 DB 10.0이 있습니까?
마리아를 설치하고 싶습니다.서버에 DB 10.0이 있는데 mysql5.5가 이미 설치되어 있어서 apt-get 명령어를 사용하기 위해 mariaDB를 설치하려고 했습니다.
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
gir1.2-ubuntuoneui-3.0 libubuntuoneui-3.0-1 thunderbird-globalmenu
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libaio1 libmariadbclient18 libmysqlclient18 mariadb-client-10.0
mariadb-client-core-10.0 mariadb-common mariadb-server-core-10.0
mysql-common
Suggested packages:
tinyca mailx mariadb-test
The following packages will be REMOVED:
libmysqlclient-dev libmysqlclient18:i386 libqt4-sql-mysql:i386
mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5
mysql-server-core-5.5
The following NEW packages will be installed:
libaio1 libmariadbclient18 mariadb-client-10.0 mariadb-client-core-10.0
mariadb-common mariadb-server-10.0 mariadb-server-core-10.0
The following packages will be upgraded:
libmysqlclient18 mysql-common
2 upgraded, 7 newly installed, 8 to remove and 532 not upgraded.
Need to get 36.2 MB/37.1 MB of archives.
After this operation, 25.1 MB of additional disk space will be used.
Do you want to continue [Y/n]?
왜 mysql 패키지가 제거되는지 모르겠습니다.
불가능 한 건가요?
mariadb를 mysql과 함께 설치하는 모든 단계는 mariadb 웹사이트 https://mariadb.com/kb/en/mariadb/installing-mariadb-alongside-mysql/ 에서 찾을 수 있습니다.
언급URL : https://stackoverflow.com/questions/32322369/is-it-possible-to-use-mysql5-5-and-mariadb-10-0-in-same-machine
반응형
'programing' 카테고리의 다른 글
리눅스에서 C의 밀리초와 나노초의 정확도 차이를 어떻게 출력합니까? (0) | 2023.09.02 |
---|---|
판다에서, 제자리에서 = 참이 해롭다고 생각합니까, 아니면 아닌가요? (0) | 2023.09.02 |
이러한 인라인 블록 디비 요소 사이에 설명할 수 없는 차이가 있는 이유는 무엇입니까? (0) | 2023.09.02 |
JavaScript를 사용하여 긴 배열을 더 작은 배열로 분할하는 방법 (0) | 2023.09.02 |
sqlite에서 문자열을 패딩과 연결하는 방법 (0) | 2023.09.02 |