11/10/2012, 22:43
|
| | Fecha de Ingreso: noviembre-2009
Mensajes: 110
Antigüedad: 15 años Puntos: 1 | |
Problema al generar script mysql desde workbench En workbench genero el script de una base de datos, pero me marca el siguiente error en la siguiente linea (linea 5) CREATE SCHEMA IF NOT EXISTS `mi_base_de_datos` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci ;
Este es el error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CREATE SCHEMA IF NOT EXISTS `mi_base_de_datos` DEFAULT CHARACTER SET utf8 COLLATE ut' at line 5
No tengo ninguna base de datos con el mismo nombre..
Saludos y agradezco sus respuestas.. |