Data9 Mysql 외부접근 허용하기(url) idchowto.com/?p=11068 2020. 9. 22. Ubuntu Mysql8.0 버전 설치(url) awakening95.tistory.com/2 [Ubuntu 18.04] MySQL 8.0 설치 다음 사이트를 참고하여 Ubuntu 18.04에서 MySQL 8.0을 설치하였다. https://www.fosstechnix.com/how-to-install-mysql-8-in-ubuntu/ How to Install MySQL 8.0 on Ubuntu 18.04 / 16.04 - FOSS TechNix In this.. awakening95.tistory.com 설정에 관련된 자료 dejavuqa.tistory.com/317 2020. 9. 22. python oracleDB crud 코드 import cx_Oracle import traceback # 조회 def select(): try: conn=cx_Oracle.connect("test/1234@localhost:1521/xe") cur=conn.cursor() #커서 생성 sql="select * from employee order by employee_id" cur.execute(sql) for row in cur: for i in range(len(row)): if i==3: description=row[3].read() #CLOB필드 읽는 방법 print(row[i], end=" ") print() except BaseException as e: print(traceback.format_exc()) finally: cur.cl.. 2020. 9. 11. mysql 비밀번호 잃어버렸을 때~!!!! mysql 비밀번호를 잃어버렸다면 여기를 참조하자. /etc/mysql/mysql.conf.d/mysqld.cnf 파일을 수정하기. stackoverflow.com/questions/37879448/mysql-fails-on-mysql-error-1524-hy000-plugin-auth-socket-is-not-loaded?answertab=votes#tab-top 1등 답변에 잘 기록되어있음 2020. 9. 2. 이전 1 2 다음