Title: Display SQL Stats
Author: Juergen Schulze
Published: <strong>16 de abril de 2013</strong>
Last modified: 15 de mayo de 2017

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/display-sql-stats.svg)

# Display SQL Stats

 Por [Juergen Schulze](https://profiles.wordpress.org/1manfactory/)

[Descargar](https://downloads.wordpress.org/plugin/display-sql-stats.zip)

 * [Detalles](https://es-mx.wordpress.org/plugins/display-sql-stats/#description)
 * [Opiniones](https://es-mx.wordpress.org/plugins/display-sql-stats/#reviews)
 *  [Instalación](https://es-mx.wordpress.org/plugins/display-sql-stats/#installation)
 * [Desarrollo](https://es-mx.wordpress.org/plugins/display-sql-stats/#developers)

 [Soporte](https://wordpress.org/support/plugin/display-sql-stats/)

## Descripción

! ! ! S T I L L B E T A ! ! !

Displaying SQL result data as graphical chart on your blog (shortcodes) or your 
dashboard with use of Google Chart Tools.

### Remove plugin

 1. Deactivate plugin through the ‘Plugins’ menu in WordPress
 2. Delete plugin through the ‘Plugins’ menu in WordPress

It’s best to use the build in delete function of wordpress. That way all the stored
data will be removed and no orphaned data will stay.

### To do

Más traducciones. ¿Quiere alguien ayudar?

## Capturas

[⌊Se muestra gráfica en el escritorio⌉⌊Se muestra gráfica en el escritorio⌉[

Se muestra gráfica en el escritorio

[⌊configuración⌉⌊configuración⌉[

configuración

## Instalación

 1. Sube la carpeta del plugin a la carpeta `/wp-content/plugins/`.
 2. Activa el plugin
 3. Edit/Insert SQL Stament in Settings
 4. Watch in dashboard

## Preguntas frecuentes

### variable #user_login#

Use SQL statements with #user_login# to be replaced by user login on the fly
 Eg.
SELECT * FROM wp_users WHERE user_login=’#user_login#;’ Will only give one line 
whith the result of the current user login, where SELECT * FROM wp_users; will give
you all lines

### What about the shortcode?

[dsscode no=x title=”My Title” width=”100%” height=”400″ pagesize=”50″]
 x is the
number of your SQL statement title is the title width, use percent values oder just
figures which will be treated as picxel, leave empty for full width of 100% height
=”400″, same as above pagesize=”50″: The number of rows in each page (only with 
charttype table)

### Can I access other databases than wordpress database?

Yes, but you have the grant your user access (better only select rights) to the 
database. Than you can use “SELECT * FROM database.table;” as you are used to. Be
careful this might cause security risks.

### Where can I find more information on Google Charts?

[Google Charts](https://developers.google.com/chart/)

### How can I support you?

Post a comment on [Display SQL Stats](http://1manfactory.com/dss)

### What is the plugin page?

[Display SQL Stats](http://1manfactory.com/dss)

### ¿Tienes otros plugins?

Check out my other [WordPress Plugins](https://profiles.wordpress.org/1manfactory)

### ¿Dónde publico mi retroalimentación?

Post it at the plugin page: [Display SQL Stats](http://1manfactory.com/dss)

## Reseñas

![](https://secure.gravatar.com/avatar/0f90d067a229711e82bf72e9185878da93dd6c08343205cf0b5a836f5c883991?
s=60&d=retro&r=g)

### 󠀁[Intuitive, easy to use and does the job](https://wordpress.org/support/topic/intuitive-easy-to-use-and-does-the-job/)󠁿

 [OliviaL](https://profiles.wordpress.org/olivial/) 3 de septiembre de 2016

Interestingly, the plugin does not requires me to specify x and y axes, but somehow
it figures out. I guess user would have to put the x axis values in the first column
and y axis values in the following columns. I’ve tried several charts-making plugins.
I would have to say this is exactly the one I needed. There are some other charts-
making plugins are quite popular, but you can barely do anything with their free
versions.

 [ Leer todas las 2 reseñas ](https://wordpress.org/support/plugin/display-sql-stats/reviews/)

## Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este
plugin.

Colaboradores

 *   [ Juergen Schulze ](https://profiles.wordpress.org/1manfactory/)

[Traduce “Display SQL Stats” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/display-sql-stats)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/display-sql-stats/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/display-sql-stats/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/display-sql-stats/)
por [RSS](https://plugins.trac.wordpress.org/log/display-sql-stats/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 0.9.5.1(2017/05/15)

 * Probado con WP 4.7.4
 * La fuente de Google solo se incluye en el frontend si se necesita con un shortcode

#### 0.9.5(2016/04/13)

 * Provado con WP 4.5
 * Se ha reemplazado la función obsoleta get_currentuserinfo() con wp_get_current_user().

#### 0.9.4.2(2015/09/13)

 * Probaco con WP 4.3
 * Se eliminó mensaje de advertencia innecesario

#### 0.9.4.1(2014/12/22)

 * Probado con WP 4.1
 * Se eliminó mensaje de advertencia innecesario

#### 0.9.4 (2014/12/12)

 * Ajustes predeterminados: anchura y altura
 * new statements are always attached at the end to keep numbering straight.

#### 0.9.3 (2014/12/10)

 * Más ajustes para el shortcode de tabla (ver FAQs)
 * Added variable #user_login# to be replaced with user login name on the fly (see
   faqs)

#### 0.9.2 (2014/12/10)

 * Nuevo tipo de gráfica: Tabla (una tabla pura, ordenable e inteligente)
 * Se agregó título al shortcode

#### 0.9.1 (2014/07/06)

 * dedazo
 * Manejo de un error de sesión durante la activación

#### 0.9.0 (2014/07/06)

 * Now with shortcodes to place your graphics everywhere (read FAQ section)

#### 0.8.2 (2014/05/17)

 * Corrección de pequeño error en valores vacíos

#### 0.8.1 (2014/04/27)

 * Se eliminó mensaje de advertencia innecesario

#### 0.8 (2014/04/27)

 * allow user with different roles to see results on dashboard

#### 0.7 (2014/02/05)

 * Se agregan/eliminan declaraciones SQL mas estilizadas

#### 0.6.5 (2013/12/27)

 * Se corrige error en la detección automatizada de columnas
 * Mejor formato para la información de depuración

#### 0.6.4 (2013/11/08)

 * Solo enriquece la cabecera cuando está en el Escritorio

#### 0.6.3.1 (2013/10/17)

 * fixing small bug on min/max values when using more than one barcharts

#### 0.6.3 (2013/10/15)

 * placing automatic max/min values on barcharts for better visualisation

#### 0.6.2 (2013/09/14)

 * Corrección de error al tener resultados vacíos
 * Cambia las gráficos entre encendido/apagado

#### 0.6.1 (2013/09/14)

 * Corrección de error que mostraba la fecha equivocada

#### 0.6 (2013/09/14)

 * Funciona en WordPress 3.6.1
 * Nuevo tipo de gráficas: gráfico de barras
 * auto detecting of column types: date, number, string

#### 0.5 (2013/09/10)

 * Use different chart types (Pie Chart, Scatter Chart, Bubble Chart)

#### 0.4 (2013/08/21)

 * Usa múltiples declaraciones SQL en las gráficas

#### 0.3 (2013/08/17)

 * Probado con WP 3.6
 * Nuevo demo SQL predeterminado para demostrar como insertar columnas adicionales

#### 0.2 (2013/04/25)

 * NUEVO: función de bloc de notas para guardar diferentes declaraciones SQL, ideas
   o lo que sea

#### 0.1 (2013/04/16)

 * Primera versión de prueba

## Meta

 *  Versión **0.9.5.1**
 *  Última actualización **hace 9 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 2.7 o superior **
 *  Probado hasta **4.7.35**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/display-sql-stats/)
 * Etiquetas:
 * [chart](https://es-mx.wordpress.org/plugins/tags/chart/)[charts](https://es-mx.wordpress.org/plugins/tags/charts/)
   [google chart](https://es-mx.wordpress.org/plugins/tags/google-chart/)[mysql](https://es-mx.wordpress.org/plugins/tags/mysql/)
 *  [Vista avanzada](https://es-mx.wordpress.org/plugins/display-sql-stats/advanced/)

## Valoraciones

 5 de 5 estrellas.

 *  [  2 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/display-sql-stats/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/display-sql-stats/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/display-sql-stats/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/display-sql-stats/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/display-sql-stats/reviews/?filter=1)

[Tu valoración](https://wordpress.org/support/plugin/display-sql-stats/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/display-sql-stats/reviews/)

## Colaboradores

 *   [ Juergen Schulze ](https://profiles.wordpress.org/1manfactory/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/display-sql-stats/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](http://1manfactory.com/donate)