Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Excel
- javascript
- 다이어트
- python
- 맛집
- MS-SQL
- urllib
- mssql
- PyQt5
- PER
- flutter
- 함수
- Linux
- MySQL
- Unity
- tensorflow
- IOS
- ubuntu
- 날짜
- pandas
- 유니티
- port
- PyQt
- 라즈베리파이
- ASP
- GIT
- swift
- node.js
- sqlite
- 리눅스
Archives
아미(아름다운미소)
MySQL 외부 접속 허용 설정 본문
모든 IP 허용
INSERT INTO mysql.user (host,user,authentication_string,ssl_cipher, x509_issuer, x509_subject) VALUES ('%','root',password('패스워드'),'','',''); GRANT ALL PRIVILEGES ON *.* TO 'root'@'%'; FLUSH PRIVILEGES;
- sudo nano /etc/mysql/my.cnf
#bind-address = 127.0.0.1 bind-address = 0.0.0.0
sudo /etc/init.d/mysql restart
'데이타베이스 > MYSQL' 카테고리의 다른 글
MySQL 날짜로 조회 (0) | 2019.05.15 |
---|---|
MySQL datetime이용하여 날짜로 조회 (0) | 2019.04.18 |
MySQL이 어떤 포트에서 실행되고 있는지 확인방법 (0) | 2019.01.19 |
[MySQL] 유저 권한 설정 (0) | 2019.01.16 |
MySQL - DB 백업, 복구 명령어 (0) | 2018.11.22 |
Comments