Big Data/RDBMS bitnami mysql를 workbench 통한 원격접속 by 신군. 2018. 12. 7. 반응형 bitnami mysql를 workbench 통한 원격접속1. "C:\Bitnami\wampstack-5.6.26-2\mysql\my.ini" 파일 옵션 변경bind-address = 127.0.0.1bind-address = 0.0.0.0bind-address 를 0.0.0.0으로 변경2. mysql 을 접속한후# mysql -u root -p mysql> CREATE USER 'username'@'1.2.3.4' IDENTIFIED BY 'password'; -> GRANT ALL PRIVILEGES ON *.* TO 'username'@'1.2.3.4' WITH GRANT OPTION; -> \q아래와 같은 쿼리문 실행username : 계정명1.2.3.4 : 접속할 IPpassword : 비번3. 다른 컴퓨터에서 workbench에 접속한후 +버튼 눌린후 위의 계정 정보를 추가 출처: http://cattool.tistory.com/113 [Money!] 반응형 공유하기 URL 복사카카오톡 공유페이스북 공유엑스 공유 게시글 관리 구독하기기록하는 신군 'Big Data > RDBMS' 카테고리의 다른 글 MYSQL 함수 생성시 ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 에러 해결. (0) 2022.04.09 MySQL 원격 접속 허용 (0) 2018.12.07 [ Oracle ] 오라클 (hostname 변경 후 오라클 구동 오류.) 오류 해결하기. ( ORA-27101: shared memory realm does not exist) (0) 2018.10.06 Oracle SID INS-35075 - Keep the same SID (0) 2018.08.12 h2 database Error (0) 2018.07.05 관련글 MYSQL 함수 생성시 ERROR 1418 (HY000): This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable) 에러 해결. MySQL 원격 접속 허용 [ Oracle ] 오라클 (hostname 변경 후 오라클 구동 오류.) 오류 해결하기. ( ORA-27101: shared memory realm does not exist) Oracle SID INS-35075 - Keep the same SID