Tengo una duda...
Existe alguna funcion de MYSQL que permita visualizar las consultas de esta manera:
Código:
*Column Information For - rentals._act*/
-----------------------------------------
Field Type Collation Null Key Default Extra Privileges Comment
------------------ -------- ----------------- ------ ------ ------- -------------- -------------------- -------
_act_id int(11) NULL PRI (NULL) auto_increment select,insert,update
fieldname tinytext latin1_swedish_ci YES (NULL) select,insert,update
display_type tinytext latin1_swedish_ci YES (NULL) select,insert,update
display_parameters longtext latin1_swedish_ci YES (NULL) select,insert,update
display_label tinytext latin1_swedish_ci YES (NULL) select,insert,update
/*Index Information For - rentals._act*/
----------------------------------------
Table Non_unique Key_name Seq_in_index Column_name Collation Cardinality Sub_part Packed Null Index_type Comment
------ ---------- -------- ------------ ----------- --------- ----------- -------- ------ ------ ---------- -------
_act 0 PRIMARY 1 _act_id A 29 (NULL) (NULL) BTREE
Estoy trabajando en PHP y desconozco sinceramente la forma de hacerlo.
Gracias