• TibiaFace

    Tibiaface | Una comunidad Open Tibia donde encontras : mapas, scripts, Otserver, npc y amigos etc ...

    .
    demo menumenu

    Afiliados



    No estás conectado. Conéctate o registrate

    TibiaFace » Búsqueda avanzada

    Se encontraron 5 resultados para 1064

    problema con mi mysql - Sáb Mayo 16, 2015 9:23 pm



    Options
    Set default
    Always expand query messages
    Show query history at start
    Show current browsing query
    Run SQL query/queries on database prueb: Documentation

    1

    CREATE TABLE `z_ots_comunication` (

    2

    `id` INT(11) NOT NULL AUTO_INCREMENT,

    3

    `name` VARCHAR(255) NOT NULL,

    4

    `type` VARCHAR(255) NOT NULL,

    5

    `action` VARCHAR(255) NOT NULL,

    6

    `param1` VARCHAR(255) NOT NULL,

    7

    `param2` VARCHAR(255) NOT NULL,

    8

    `param3` VARCHAR(255) NOT NULL,

    9

    `param4` VARCHAR(255) NOT NULL,

    10

    `param5` VARCHAR(255) NOT NULL,

    11

    `param6` VARCHAR(255) NOT NULL,

    12

    `param7` VARCHAR(255) NOT NULL,

    13

    `delete_it` INT(2) NOT NULL DEFAULT '1',

    14

    PRIMARY KEY (`id`)

    15

    ) ENGINE=MyISAM DEFAULT CHARSET=latin1

    16



    17

    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#5601

    Bookmark this SQL query:
    [ Delimiter ]Show this query here againRetain query boxRollback when finished
    Error

    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem.

    ERROR: Unknown Punctuation String @ 691
    STR: ://
    SQL: CREATE TABLE `z_ots_comunication` (
    `id` INT(11) NOT NULL AUTO_INCREMENT,
    `name` VARCHAR(255) NOT NULL,
    `type` VARCHAR(255) NOT NULL,
    `action` VARCHAR(255) NOT NULL,
    `param1` VARCHAR(255) NOT NULL,
    `param2` VARCHAR(255) NOT NULL,
    `param3` VARCHAR(255) NOT NULL,
    `param4` VARCHAR(255) NOT NULL,
    `param5` VARCHAR(255) NOT NULL,
    `param6` VARCHAR(255) NOT NULL,
    `param7` VARCHAR(255) NOT NULL,
    `delete_it` INT(2) NOT NULL DEFAULT '1',

    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1

    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#5601


    SQL query:

    CREATE TABLE `z_ots_comunication` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL, `type` VARCHAR(255) NOT NULL, `action` VARCHAR(255) NOT NULL, `param1` VARCHAR(255) NOT NULL, `param2` VARCHAR(255) NOT NULL, `param3` VARCHAR(255) NOT NULL, `param4` VARCHAR(255) NOT NULL, `param5` VARCHAR(255) NOT NULL, `param6` VARCHAR(255) NOT NULL, `param7` VARCHAR(255) NOT NULL, `delete_it` INT(2) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#5601

    MySQL said: Documentation
    #1064 - 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 '- See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#5601' at line 18
    Open new phpMyAdmin window
    Buscar en: Papelera  Argumento: problema con mi mysql  Respuestas: 11  Vistos: 1856

    problema con mi mysql - Sáb Mayo 16, 2015 8:02 pm

    dementeser escribió:Error

    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem.

    ERROR: Unknown Punctuation String @ 806
    STR: ://
    SQL:
               CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
                 `id` int(11) NOT NULL AUTO_INCREMENT,
                 `name` varchar(255) NOT NULL,
                 `type` varchar(255) NOT NULL,
                 `action` varchar(255) NOT NULL,
                 `param1` varchar(255) NOT NULL,
                 `param2` varchar(255) NOT NULL,
                 `param3` varchar(255) NOT NULL,
                 `param4` varchar(255) NOT NULL,
                 `param5` varchar(255) NOT NULL,
                 `param6` varchar(255) NOT NULL,
                 `param7` varchar(255) NOT NULL,
                 `delete_it` int(2) NOT NULL DEFAULT '1',
                 PRIMARY KEY (`id`)
               ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=230 ;# MySQL returned an empty result set (i.e. zero rows).
    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7UYLm.dpuf


    SQL query:

    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7UYLm.dpuf

    MySQL said: Documentation
    #1064 - 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 '- See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7U' at line 1



    es posible que tu problema sea que se ala version no compatible cual esa tabla se carga autoamticamente cuando instalas la gesior te recomiendo usar xampp 1.7.3
    Buscar en: Papelera  Argumento: problema con mi mysql  Respuestas: 11  Vistos: 1856

    problema con mi mysql - Sáb Mayo 16, 2015 7:42 pm

    Error

    There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem.

    ERROR: Unknown Punctuation String @ 806
    STR: ://
    SQL:
    CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
    `id` int(11) NOT NULL AUTO_INCREMENT,
    `name` varchar(255) NOT NULL,
    `type` varchar(255) NOT NULL,
    `action` varchar(255) NOT NULL,
    `param1` varchar(255) NOT NULL,
    `param2` varchar(255) NOT NULL,
    `param3` varchar(255) NOT NULL,
    `param4` varchar(255) NOT NULL,
    `param5` varchar(255) NOT NULL,
    `param6` varchar(255) NOT NULL,
    `param7` varchar(255) NOT NULL,
    `delete_it` int(2) NOT NULL DEFAULT '1',
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=230 ;# MySQL returned an empty result set (i.e. zero rows).
    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7UYLm.dpuf


    SQL query:

    - See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7UYLm.dpuf

    MySQL said: Documentation
    #1064 - 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 '- See more at: http://www.tibiaface.com/t1013-problema-con-mi-mysql#sthash.omA7U' at line 1
    Buscar en: Papelera  Argumento: problema con mi mysql  Respuestas: 11  Vistos: 1856
    talos19901 escribió:cuando trato de cargar la base de datos mira loq me dice [Tienes que estar registrado y conectado para ver este vínculo] - 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 'SQLite format 3' at line 1



    bueno  lo que sucede es que tu estas cargando un archivo no compatible.

    el que tienes que cargar es con extencion .sql o posiblemente este usando un xampp muy avanzado e recomiendo xampp 1.7.3
    Buscar en: OTServer 8.6x  Argumento: [Aporte] REAL SERVER 8.60-8.61 (full quest+ full map + full etc)  Respuestas: 991  Vistos: 43250
    cuando trato de cargar la base de datos mira loq me dice [Tienes que estar registrado y conectado para ver este vínculo] - 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 'SQLite format 3' at line 1
    Buscar en: OTServer 8.6x  Argumento: [Aporte] REAL SERVER 8.60-8.61 (full quest+ full map + full etc)  Respuestas: 991  Vistos: 43250

    Se encontraron 5 resultados para 1064

    Volver arriba

     

    BienvenidosTibiaFace es una comunidad de Open Tibia. Para participar debes estar registrado (click para Regístrate).