MAMP MySQL에 터미널로 연결하는 방법

1896 단어 MySQLmamp

절차



1) MAMP를 기동합니다.



2) 터미널을 시작합니다.



3) "cd 명령"으로 작업 디렉토리를 이동합니다.



4) MySQL을 커맨드 라인으로 조작.



5) MAMP의 MySQL에 있는 데이터베이스를 표시.



 
 
참고
ぃ tp // 코 m / 키타 카유 / ms / 65, 130c9f 또는 66712c604

ぇ tp // 우우 b 네 t/mysql/마 mp-안녕 d-ぃ네

 

1・2)MAMP를 기동해, 터미널을 기동해 주세요.



3) "cd 명령"으로 작업 디렉토리를 이동합니다.



MAMP의 커멘드군은 「/Applications/MAMP/Library/bin/」에 격납되어 있으므로, 「cd 커멘드」로 작업 디렉토리를 이동합니다.
$ cd /Applications/MAMP/Library/bin/

4) MySQL을 커맨드 라인으로 조작한다.


$ ./mysql -u root -p
Enter password: ←パスワードを入力する。
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 227
Server version: 5.5.38 Source distribution

Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

MySQL 프롬프트 (mysql>)가 표시되면 MySQL에 연결 성공입니다.

5) MAMP의 MySQL에 있는 데이터베이스를 표시.


mysql> SHOW DATABASES;

MAMP MySQL에있는 데이터베이스가 표시되면 OK입니다.

좋은 웹페이지 즐겨찾기