MAMP MySQL에 터미널로 연결하는 방법
절차
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입니다.
Reference
이 문제에 관하여(MAMP MySQL에 터미널로 연결하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/Taku94/items/969cffd94970f9448b55
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
$ cd /Applications/MAMP/Library/bin/
$ ./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> SHOW DATABASES;
Reference
이 문제에 관하여(MAMP MySQL에 터미널로 연결하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/Taku94/items/969cffd94970f9448b55텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)