Skip to content

Instantly share code, notes, and snippets.

@obelich
Last active May 30, 2018 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obelich/d7c1e587e6e8c8510e28d32d7484090a to your computer and use it in GitHub Desktop.
Save obelich/d7c1e587e6e8c8510e28d32d7484090a to your computer and use it in GitHub Desktop.
# Listar bases de datos
Con este comando mostrara las bases de datos
```
\l
```
Eliminar la base de datos
```
DROP DATABASE [name];
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment