Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

Soul http://www.harpra.com

« Newer Snippets
Older Snippets »
3 total  XML / RSS feed 

Show fields from a Mysql table

SHOW FIELDS FROM `$bd_tabla`

Show tables from a MySQL database

SHOW [FULL|OPEN] TABLES [FROM db_name] [LIKE 'pattern']

Show databases from a MySql Server

SHOW {DATABASES | SCHEMAS} [LIKE 'pattern']
« Newer Snippets
Older Snippets »
3 total  XML / RSS feed