Giter Club home page Giter Club logo

cers000 / adminer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vrana/adminer

0.0 0.0 0.0 8.14 MB

本项目来自Adminer,Adminer自4.6.3版本起不再支持无密码登录数据库,导致使用sqlite等无密码的文件数据库很是麻烦,经过仔细核对,只需要修改Adminer项目的~\adminer\include\adminer.inc.php文件中的一行代码即可正常使用。

Home Page: https://www.adminer.org/

PHP 77.69% CSS 16.55% JavaScript 2.85% HTML 2.86% Makefile 0.04%

adminer's Introduction

本项目来自Adminer,Adminer自4.6.3版本起不再支持无密码登录数据库,导致使用sqlite等无密码的文件数据库很是麻烦,经过仔细核对,只需要修改Adminer项目的~\adminer\include\adminer.inc.php文件中的一行代码即可正常使用。
原来的代码
```
	function credentials() {
		return array(SERVER, $_GET["username"], get_password());
	}
```
改动后的代码
```
	function credentials() {
		return array(SERVER, '', '');
	}
```
最后使用compile.php编译成一个单文件就可以直接使用了

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

https://www.adminer.org/
Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB, SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
Requirements: PHP 5+
Apache License 2.0 or GPL 2

adminer/index.php - Run development version of Adminer
editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
adminer/sqlite.php - Development version of Adminer with SQLite allowed
editor/sqlite.php - Development version of Editor with SQLite allowed
adminer/designs.php - Development version of Adminer with adminer.css switcher
compile.php - Create a single file version
lang.php - Update translations
tests/katalon.html - Katalon Automation Recorder test suite

If downloaded from Git then run: git submodule update --init

adminer's People

Contributors

vrana avatar gargaj avatar helix84 avatar lucas-sandery avatar peterpp avatar jnvsor avatar srsbiz avatar sartor avatar djmattyg007 avatar juzna avatar dg avatar zemistr avatar popcorner avatar zippaaa avatar kusmierz avatar finwe avatar panreach avatar soleuu avatar cers000 avatar ujovlado avatar detrandix avatar janrossler avatar milouse avatar makss avatar amdev avatar morozovsk avatar mesaros avatar piit79 avatar 0x1793d1 avatar kambo-1st avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.