Problem
Ubuntu에서 MySQL를 설정할때 발생한 문제를 정리했다. 보통의 경우 발생하는 문제가 아니라 기존에 백업한 data 디렉터리를 통채로 복구할 때 발생하는 문제이다. data 디렉터리를 백업하는 방법은 백업이 빠르지만 복구하는 시스템과 버전에 따라 문제가 발생할 수도 있다.
Solution
$ vi /etc/my.cnf
> innodb_data_file_path = ibdata1:10M:autoextend
by Jong-Ha Ahn
Jul 24, 2018
Ubuntu에서 MySQL를 설정할때 발생한 문제를 정리했다. 보통의 경우 발생하는 문제가 아니라 기존에 백업한 data 디렉터리를 통채로 복구할 때 발생하는 문제이다. data 디렉터리를 백업하는 방법은 백업이 빠르지만 복구하는 시스템과 버전에 따라 문제가 발생할 수도 있다.
$ vi /etc/my.cnf
> innodb_data_file_path = ibdata1:10M:autoextend
Self-Employed Freelance Software Engineer | Full Stack | Front & Back Experienced (20 years) | Seeking remote work job opportunity | I am a software engineer in Seoul, Republic of Korea. I am currently interested in data mining and machine learning. I like writing about computer software and interesting subject. If you want to see my curriculum vitae, visit here. You can send email for me to jongha.ahn (at) mrlatte (dot) net or me (at) jonghaahn (dot) com. I read everything sent there. Thanks.