- Today
- Total
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 오류해결
- 오라클
- 클론코딩
- spring boot
- 자바스크립트
- sql
- wordpress
- 워드프레스
- 환경세팅
- dbeaver
- Hostinger
- PROCEDURE
- iframe
- 프로시저
- 이클립스
- JSP
- 문제해결
- pl/sql
- 함수
- 트러블슈팅
- Oracle
- 워스프레스
- javascript
- PLSQL
- 배열
- 엘리멘터
- function
Archives
개발 공부중
[DB] Maria DB 설치방법 및 내부오류 193 오류 해결방법 본문
Maria DB 설치하기
1. Maria DB사이트에서 Maria DB를 다운받는다.
2.루트 패스워드 설정
3. 메모리 설정 (기본으로 진행)
4. 환경변수 설정
Maria DB bin 위치를 path에 추가해준다.
5. cmd 창에서 설치 확인
C:\\Users\\user1>mysql -uroot -p
아래 구문이 나오면 설치 성공된 것
Enter password: *****
Welcome to the MariaDB monitor. Commands end with ; or \\g.
Your MariaDB connection id is 5
Server version: 10.5.19-MariaDB mariadb.org binary distribution
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.
HeidiSQL 실행시 오류 해결방법
신규 세션을 등록할 때 내부오류 193 이 뜨면서 실행이 안되는 경우 해결방법
찾아보니 설치 시 기본으로 32비트 버전이 설치되어서 연결이 안 된 것으로
아래 링크로 64비트 버전을 다운 받아서 설치하면 해결된다.
64비트 다운링크 : https://www.heidisql.com/downloads/releases/HeidiSQL_10.2_64_Portable.zip
해결완료
Comments