웹솔루션개발 22년 노하우! 해피CGI의 모든것

[해피CGI][cgimall] phpMyAdmin Ver4.5.0.1 본문

웹프로그램밍 자료실/데이터베이스 자료

[해피CGI][cgimall] phpMyAdmin Ver4.5.0.1

해피CGI윤실장 2016. 10. 21. 09:09


2015. 09. 24. 업데이트
- phpMyAdmin 4.5.0.1 릴리즈
*  issue #11492 AUTO_INCREMENT statements are partly missing from exports

- 4.5.0.0 업데이트 하이라이트 (원문)
* Improvements to the Console feature
* Include structure in PDF export
* Validate data before import
* Support CHECKSUM TABLE operation
* Improved operations regarding partitions
* Alter privileges when renaming or copying a database or table
* Several improvements related to speed and responsiveness
* Improved print view
* Use CTRL or ALT plus arrow keys to navigate in grid editor
* Use plain-English destinations for $cfg['NavigationTreeDefaultTabTable'], $cfg['DefaultTabServer'],
  $cfg['DefaultTabDatabase'], and $cfg['DefaultTabTable']. The old style values will still work, but
  this makes it easier for new users to easily understand the destination links.
* Integrate SQL debugging into Console
* Restore row editing when no unique/primary key exists
* Allow exporting one file per table and one file per database
* Improvements to using multiple servers with the auth_type cookie
* Support virtual columns (MySQL 5.7.5+)
* Add or improve support for several MariaDB features including process list and virtual/persistent columns
* Improved handling of cached data when upgrading phpMyAdmin
* Add SHA256 security password support




[phpMyAdmin 이란?]
phpMyAdmin은 MySQL을 웹 상에서 관리할 목적으로 PHP로 작성한 오픈 소스 도구 입니다.
웹 상에서 데이터베이스, 테이블, 필드, 열의 작성, 수정, 삭제, 또 SQL 상태 실행, 사용자 및 사용 권한 관리 등의 다양한 작업을 수행할 수 있다.



[주요기능]
1. 웹 인터페이스
2. MySQL 데이터베이스 관리
3. CSV과 SQL로부터 데이터 가져오기
4. 데이터를 다양한 형식으로 내보내기
    CSV, SQL, XML, PDF (TCPDF 라이브러리를 통해), ISO/IEC 26300 - 오픈도큐먼트 텍스트 및 스프레드시트, 워드, 엑셀, LaTeX 등
5. 다중 서버 관리
6. 데이터베이스 양식의 PDF 그래픽 작성
7. 쿼리별 조회(QBE)를 이용한 복잡한 쿼리 작성
8. 데이터베이스 및 하부 집합 전역 검색
9. 미리 정의된 함수 집합을 사용하여 저장된 데이터를 원하는 형식으로 변형
    (BLOB 데이터를 다운로드 링크나 이미지로 표시 등)
10. 쿼리 모니터 (프로세스)

 

 

 

 

홈페이지바로가기 

Comments