각종 팁&정보를 나누는 곳입니다.
누군가에게 도움이 된다 싶으시면 언제라도 포스팅 :)
글 등록하기 | 내글 관리하기 | 연재글 | 보관함
Mysql 프리픽스 수정하기
첨부파일 https://imweb.eond.com/webtip/379908

1. Adding a prefix to all tables in a MySQL database

SELECT Concat('ALTER TABLE ', TABLE_NAME, ' RENAME TO my_prefix_', TABLE_NAME, ';') FROM information_schema.tables WHERE table_schema = 'my_database'

출처 : https://steindom.com/articles/adding-prefix-all-tables-mysql-database

2.

SELECT 
  GROUP_CONCAT('RENAME TABLE `', TABLE_SCHEMA, '`.`', TABLE_NAME, '` TO `', TABLE_SCHEMA, '`.`prefix_', TABLE_NAME, '`;' SEPARATOR ' ')
FROM 
  `TABLES` WHERE `TABLE_SCHEMA` = "test";

참조

http://stackoverflow.com/questions/16339636/how-to-change-all-table-prefix-in-a-single-query

http://stackoverflow.com/questions/2466101/how-i-can-change-prefixes-in-all-tables-in-my-mysql-db

3. How to change a MySQL database’s table prefix

https://richjenks.com/change-mysql-database-table-prefix/

https://sir.kr/qa/145401

코멘트 0
접기/펴기 | 댓글 새로고침
 
 
Total 683 articles in 16 / 57 pages
번호 제목 제목 조회 수 날짜날짜
503 [윈도우서버] vultr 에 윈도우 서버 iso 사용하기 714 2017/04/17
502 [Apm] 오토셋(autoset) 설치할 때 “MSVCR110.DLL” 문제 766 2015/08/29
501 [GitHub] 카페24에서 github 다운로드 받는 방법 파일 773 2018/08/02
500 [엑셀] [엑셀]티켓 출력하기(일련번호 출력)-1 파일 811 2019/02/03
499 리눅스 cp 명령어 사용법 정리 (파일, 디렉토리 복사, 백업) 파일 814 2020/12/12
498 [윈도우] Windows 10 사용 중 DISM 도구 사용 시 0x800f081f 오류 파일 826 2020/07/29
497 [윈도우서버] [autoset] Autoset (오토셋) - MySQL「서버를 시작하지 못했습니다」에러 해결 (= Autoset, DB접속에러, 서버실행오류,Warning: mysqli_connect(): in ..Error, Connect Error:) 833 2020/02/15
496 [리눅스서버] 리눅스 소켓 접속 수 제한 풀기 837 2017/04/18
495 [윈도우] svg viewer - 탐색기에서 바로 svg 아이콘 이미지로 보는 방법 888 2020/08/10
494 [리눅스서버] mysql strict mode 끄기 888 2018/03/29
493 [GitHub] 깃허브 오류 해결.. 997 2015/06/29
492 [엑셀] 무료 Excel 용 Kutools(Kutools for Excel) 대체 프로그램 8개 998 2019/02/03

해시태그 디렉터리

오늘의 핫게시물