본문 바로가기

Linux14

메모리 부족할 때 Mysql 실행하는 방법 GCP 무료 버전 메모리 600으로 mysql을 실행시키려니 메모리 풀이 부족하다고 한다. 인터넷에 찾아보니 보통 1gb 이상을 권장한다. 디스크를 메모리로 사용하는 꼼수를 쓰기로 했다. -..- 어차피 디스크 스왑하면 스왑 비용이.. dd if=/dev/zero of=/swapfile bs=1M count=1024 mkswap /swapfile swapon /swapfile 그냥 메모리를 늘리는 방법을 추천하긴 합니다. https://stackoverflow.com/questions/10284532/amazon-ec2-mysql-aborting-start-because-innodb-mmap-x-bytes-failed-errno-12 Amazon EC2, mysql aborting start becaus.. 2019. 10. 8.
mysql version 8 설치 해당 사이트에 접속해서 자신의 리눅스 버전을 확인한다. https://dev.mysql.com/downloads/repo/yum/ MySQL :: Download MySQL Yum Repository Support EOL for Fedora 28 Per the MySQL Support Lifecycle policy regarding ending support for OS versions that have reached end of life, we plan to discontinue building all MySQL binaries for the Fedora 28 platform as of May 28, 2019. See Fedora 28 End of dev.mysql.com 내 경우는 centos 6.1.. 2019. 10. 7.
Google Cloud VM으로 하려다가 구글 클라우드 무료로 되길래 갈아탐. mRemoteNG를 다운로드 받고, putty 설정을 해주면 된다. https://mremoteng.org/download Download The next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager. mremoteng.org https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Download PuTTY: latest release (0.72) This page contains download links for the latest released version of PuTTY. C.. 2019. 8. 11.
Windows10 VMware Device/Credentia 오류 VMware에서 Centos를 설치하려고 실행했는데 VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. Please visit http://www.vmware.com/go/turnoff_CG_DG for more details. 이런 오류가 발생하고 실행이 되질 않는다. 장치 보안에서 핵심 격리도 해보고 레지스트리에서 정보도 찾아봤지만 내 컴퓨터에선 보이질 않았음. 가장 도움이 된 리플은 다음이었다. 참고 사이트 https://communities.vmware.com/thread/584231 Device/Cred.. 2019. 8. 4.