MySQL [Mysql] 덤프 IMPORT, EXPORT 개발_메모장 2022. 3. 7. 19:49 Mysql 설치 파일 bin폴더로 이동 후 [IMPORT] mysql -u아이디 -p비밀번호 디비명 < 덤프파일이 있는 경로.sql; [EXPORT] mysqldump -아이디 -p 디비명 > 덤프 내보낼 위치.sql; 공유하기 게시글 관리 development_notepad 저작자표시 (새창열림) 'MySQL' 카테고리의 다른 글 [MYSQL] Authentication method 'caching_sha2_password' not supported by any of the available plugins. , mysql can't connect to mysql server on 'localhost' (10061) (0) 2022.03.07 [Mysql] Function 에러 : This function ha none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and bin... (0) 2022.03.07 [MYSQL] UPDATE SELECT 같은 TABLE의 수정 (0) 2022.03.07 CHARACTER_LENGTH (0) 2021.08.24 [MYSQL] 인덱스 (0) 2021.08.01 'MySQL' Related Articles [MYSQL] Authentication method 'caching_sha2_password' not supported by any of the available plugins. , mysql can't connect to mysql server on 'localhost' (10061) [Mysql] Function 에러 : This function ha none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and bin... [MYSQL] UPDATE SELECT 같은 TABLE의 수정 CHARACTER_LENGTH