이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Database Access with Adminer

설명

Adminer is a database administration tool that allows viewing and editing of databases tables, routines, triggers, etc. It also allows running SQL statements to import data, make bulk changes, or perform other complex operations. It is similar in function to phpMyAdmin. It is intended for use by developers and those who have had experience with databases.

This plugin provides a secure connection to your WordPress database, limited to that which is saved in your WordPress configuration, and access is granted only to logged-in accounts that possess the edit_plugins capability (normally admins). This ensures it can only used by those who already have enough privilege to pose a risk to the installation. Each and every request to Adminer will first be authenticated using your WordPress session. Some security plugins impose extra restrictions on admin sessions, so this plugin may not work if you have one installed.

Note that any other databases on the same host and protected by the same credentials will also be accessible in Adminer. This is how databases operate and not a limitation of Adminer nor this plugin. If other databases need different access restrictions, they should have separate credentials.

스크린샷

  • The settings screen
  • Link to adminer
  • The Adminer interface, in the pepa-linha-dark theme.

설치

After installing the plugin, go to Settings > Adminer to configure the plugin and confirm the warning about the risk to your data. Go to Tools > Adminer to use it.

후기

2022년 8월 17일
Secure and themed, just what I need. Of course I keep this plugin disabled, and only activate when I need to debug something. As an extra protection =)
2022년 7월 14일
Tried a different Adminer plugin but I prefer this one. It runs full screen and lets you change the theme. Occasionally shows a "cannot read credentials" message in Adminer but refreshing the page works.
모든 2 평가 읽기

기여자 & 개발자

“Database Access with Adminer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Database Access with Adminer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.1.0

  • Preserve Adminer URL if session times out.
  • Improved stability of login status verification.
  • Attempt to copy selected style file if symbolic link creation fails.
  • Prevent a useless PHP warning generated by Adminer.

2.0.0

  • No discernable changes to the end user.
  • Adds random suffixes to temporary files, which should decrease PHP’s likelihood of including an obsolete file from cache.
  • Changed namespace to match approved plugin title, rather than original submission.