Linux, Tips y Trucos

From Wiki de Caballero
Revision as of 14:04, 11 March 2014 by Alex (talk | contribs) (Created page with " == Ejecutar archivo .sql por comando == <syntaxhighlight lang="bash"> mysql -u root -p < archivo.sql </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ejecutar archivo .sql por comando

mysql -u root -p < archivo.sql