임베디드 | 라즈베리파이 | ARM | 리눅스 | Qt | 딥러닝


This is not the same on a vanilla MySQL install where the root user is not secured by a password by default – however under MAMP it is.

So on a fresh MySQL install the credentials are

User: root
Password: (nothing)

Under MAMP (and presumably MAMP Pro) they are

User: root
Password: root

http://wpguru.co.uk/2013/02/what-is-the-default-mysql-password-for-root-in-mamp/


mamp 설치후 mysql 사용하기 위하여 접속해야하는데 기본 패스워드는 위와같다

maegbugui-MacBook-Pro:MAMP mac$ Library/bin/mysqladmin -u root -p password root(root로 패스워드변경)

Enter password:  (기존패스워드입력)

위 명령어는 패스워드 변경 명령어이다

변경후 phpmyadmin 접속 하려면

http://www.tech-otaku.com/local-server/changing-mysql-root-user-password-mamp/