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
- 함수
- sqlite
- Unity
- swift
- IOS
- ubuntu
- 리눅스
- 맛집
- 라즈베리파이
- PER
- MS-SQL
- ASP
- PyQt
- Linux
- python
- node.js
- 다이어트
- 날짜
- urllib
- mssql
- port
- MySQL
- pandas
- PyQt5
- Excel
- flutter
- 유니티
- tensorflow
- javascript
- GIT
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