Retrograde에서 Ubuntu 16.04 MariaDB 10.1 설치 :D

Retrograde에서 Ubuntu 16.04 MariaDB 10.1 설치 :D

이 시나리오를 어떻게 읽는지 아시는 분 계신가요? 10.1을 업그레이드하여 10.0으로 만들었고 데이터베이스에 액세스할 수 없게 되었습니다. (디렉토리의 파일 백업이 있습니다)

결국 apt-get purge로 정리하고 /var/lib/MySQL 및 /etc/MySQL로 이름을 바꿨습니다. (mysql, ... 젠장 자동 수정!) 다시 시도했는데, 5.7로 가고 싶어합니다. repos 및 mariadb pgp 키가 업데이트되었습니다.

여기있어 ...

$ sudo apt-get update
Hit:1 http ://sfo1 .mirrors .digitalocean .com/mariadb/repo/10.1/ubuntu xenial InRelease
Hit:2 http ://mirrors .easynews .com/linux/ubuntu xenial InRelease
Hit:3 http ://mirrors .easynews .com/linux/ubuntu xenial-updates InRelease
Hit:4 http ://mirrors .easynews .com/linux/ubuntu xenial-security InRelease
Hit:5 http ://archive .ubuntu .com/ubuntu xenial InRelease
Reading package lists... Done

$ sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libaio1 libevent-core-2.0-5 mysql-client-5.7 mysql-client-core-5.7
  mysql-common mysql-server-5.7 mysql-server-core-5.7
Suggested packages:
  mailx tinyca
The following NEW packages will be installed:
  libaio1 libevent-core-2.0-5 mysql-client-5.7 mysql-client-core-5.7
  mysql-common mysql-server mysql-server-5.7 mysql-server-core-5.7
0 upgraded, 8 newly installed, 0 to remove and 12 not upgraded.
Need to get 18.2 MB of archives.
After this operation, 160 MB of additional disk space will be used.
Do you want to continue? [Y/n] n

(askubuntu는 내가 링크를 게시하고 있다고 생각하기 때문에 거울에 공백이 추가되었습니다.)

무슨 일인지 아세요? 내가 무엇을 놓치고 있나요?

내 친구는 수성이 8일까지 역행하기 때문이라고 합니다.
아주 재밌네요. 그래도... 한번 해보고 싶습니다.

시간을 내주셔서 감사합니다/감사합니다

답변1

이 기사는 그 모든 혼란 끝에 mariadb 10.1.20을 16.04.1에서 실행하는 데 도움이 되었습니다.

https://www.linuxbabe.com/mariadb/install-mariadb-10-1-ubuntu14-04-15-10

나는 아직도 어두운 역행을 읽는 방법과 앞으로 그것을 피하는 방법을 모릅니다.

아마도 이제 tarball에서 이전 데이터베이스 파일을 사용할 수 있을 것입니다. 누군가에게 조언을 해줄 수 있을까요?

sudo apt-key adv...특히 이 글에서는 이미 그 라인을 사용했기 때문에 사용하지 않았 으며 IMPORTANT I시험을 마친Xiao Guoan의 단계를 사용하기 전에 적성을 사용하여 사용하지 않는 파일을 삭제합니다. 저는 아직 적성이 없는 것 같아요 :) 아직은.

글쎄, 이 문제를 겪고 있는 일부 사람들은 분명히 나보다 더 새로운 것입니다. ... 그 직후에 mysql_secure_installation을 실행하는 것을 고려하십시오.

See https://mariadb.com/kb/en/mariadb/mysql_secure_installation/

나는 아직도 역행 :)이 어떻게 일어 났는지 읽는 방법을 모릅니다.

감사합니다... 특히 팁이 있다면

관련 정보