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
- 다이어트
- IOS
- tensorflow
- Unity
- Linux
- port
- PyQt5
- pandas
- MS-SQL
- 유니티
- Excel
- 함수
- 라즈베리파이
- mssql
- 맛집
- sqlite
- python
- 리눅스
- 날짜
- PER
- swift
- PyQt
- node.js
- urllib
- ubuntu
- MySQL
- GIT
- javascript
- flutter
- ASP
Archives
목록2019/01/23 (1)
아미(아름다운미소)
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.0sudo /etc/init.d/mysql restart
데이타베이스/MYSQL
2019. 1. 23. 11:30