programing

mysql5.5와 maria를 사용할 수 있습니까?동일한 시스템에 DB 10.0이 있습니까?

javamemo 2023. 9. 2. 07:55
반응형

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

반응형