[MySQL] Problema con registro de datos - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: Other languages (https://www.burgershot.gg/forumdisplay.php?fid=23) +--- Forum: Spanish/Español (https://www.burgershot.gg/forumdisplay.php?fid=24) +---- Forum: Programación (https://www.burgershot.gg/forumdisplay.php?fid=51) +---- Thread: [MySQL] Problema con registro de datos (/showthread.php?tid=2307) |
[MySQL] Problema con registro de datos - GARS - 2022-07-19 Hola, tengo un problema con MySQL al registrar nuevos datos, mi servidor era SQLite y lo pase a MySQL pero al registrar un nuevo dato (registrar cuenta) en la base de datos esta no me figura/registra la el ID de forma ascendiente, me explico, en la tabla solo me registra como ID 0, así: ![]() Y cuando quiero volver a registrar otros datos(cuenta) no registra. Acá como está la DB: Code: CREATE TABLE `cuenta` ( Y en la gamemode así Code: RegisterNP(playerid) |