Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rap2hpoutre/mysql-xplain-xplain
:mouse: Explain Explainer for MySQL Queries.
https://github.com/rap2hpoutre/mysql-xplain-xplain
analysis mysql mysql-explain php
Last synced: 2 months ago
JSON representation
:mouse: Explain Explainer for MySQL Queries.
- Host: GitHub
- URL: https://github.com/rap2hpoutre/mysql-xplain-xplain
- Owner: rap2hpoutre
- License: mit
- Created: 2014-01-02T12:23:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T19:00:34.000Z (over 6 years ago)
- Last Synced: 2024-10-14T10:46:27.500Z (3 months ago)
- Topics: analysis, mysql, mysql-explain, php
- Language: PHP
- Homepage: http://mxx.mnstrl.org/
- Size: 64.5 KB
- Stars: 53
- Watchers: 9
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mysql-xplain-xplain
===================[![Build Status](https://travis-ci.org/rap2hpoutre/mysql-xplain-xplain.png?branch=master)](https://travis-ci.org/rap2hpoutre/mysql-xplain-xplain)
Explain Explainer for MySQL Queries. Something like an upgraded `EXPLAIN` command for browser. Highlights and explains MySQL queries. It gives also hints and links. Hope it will help. More info here : http://mxx.mnstrl.org/
Getting started
---------------
- [Download last release archive](https://github.com/rap2hpoutre/mysql-xplain-xplain/releases/download/v0.2.0/rap2h-mysql-explain-explain-0.2.0.zip) and unzip it into your webroot folder or install via composer : `composer create-project rap2h/mysql-explain-explain --prefer-dist`
- Launch your web server, goto http://localhost/xplain or something like that
- Start typing your queriesWhy?
----
MySQL EXPLAIN command is sometimes hard to understand. We try to make it more readable with some improvements. In a web browser.Contributors
------------
- tazorax
- rap2hpoutre
- slythas
- vincent-aubert