본문 바로가기

DB

Maridb에러들

db에 csv파일 올리기 시도 => 에러

 

1. my.ini 편집

2. mariadb 종료 후 재시작

  • net stop mariadb =>에러
    • mysqld -install 후
    • net stop mariadb 후
    • net start mariadb => 성공

3. 틀린게 있어서 my.ini 재편집

4. mariadb 종료 후 재시작

  • net stop mariadb =>에러
    • mysqld -install 후
    • net stop mariadb => 에러
    • 재시작은 아니어도 그냥 켜졌던 mysql이 켜지지도 않음^^
    • https://hwaaa.tistory.com/19
 

갑자기 mysql 서버 에러 뜨는 문제

문제: can't connect to mysql server on 'localhost' (10061) 서비스에서 MySQL이 실행되지 않는 문제 1. C:\Program Files\MySQL\MySQL Server 버전\bin 이 경로를 복사해서 환경변수에 추가해줍니다. 2. cmd..

hwaaa.tistory.com

  • 응 똑같이 해도 난 안돼...~^