우분투 16.04에 MySQL 최신버전 설치하기
- 참고 사이트: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-16-04
- 설치 방법:
$ sudo apt-get update
$ sudo apt-get install mysql-server$ sudo mysql_secure_installation
- 설치 확인(MySQL은 설치되면 자동으로 시작된다.)
- 방법1:
- 방법2:
$ mysql -uroot -p -e'show databases'
- 삭제방법
$ sudo apt-get purge mysql*
$ sudo apt-get autoremove
$ sudo apt-get autoclean
- lightweight GUI client
- emma @ Ubuntu Software center
- cf. HeidiSQL(Windows), Sequel Pro(MAC)
No comments:
Post a Comment