Giter Club home page Giter Club logo

cakephp-adminer's Introduction

--- IMPORTANT ---

THIS IS AN OLD REPOSITORY
I intentionally leave this repository available to remember me how I was coding back in 2012!
Please don't clone or use this repo because is certainly out of date!

--- IMPORTANT ---

Adminer for CakePHP

Admin you app database whithout logging in every time with full database credentials set.

It uses App/Config/database.php credentials to automagically log in Adminer and open the correct db for you.

IMPORTANT:
I wrote that extension for developing enviroments where database data should be lost or modified without causing problems!
Do not use this script in production enviroments!

NOTICE:
This package contains ad Adminer distribution you can update or change as you want.
That file is contained here only to make this package ready to use!

How to install?

Adminer for CakePHP comes as a webroot folder so you need to download this repo and unzip it into you webroot folder:

/App/webroot/adminer/index.php
/App/webroot/adminer/adminer-x.x.x-mysql.php
/App/webroot/adminer/readme.md

To run Adminer with auto login you need to call this url on your browser:

http://cake-install.org/adminer

Simple Security Layer

Adminer for CakePHP allows you to setup a simple password to access your database manager tool in a more protected way.

  • rename passwd.txt.default to passwd.txt to enable simple security layer
  • open passwd.txt to set up your custom password, hash it with md5()

Default password is "adminer" and is hashed with md5() to the passwd file.

IMPORTANT: This is a very minimal security layer.
Please do not use Adminer for CakePHP in production enviroment!

cakephp-adminer's People

Contributors

marcopeg 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.