base de datos phpmyadmin - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: base de datos phpmyadmin (
/showthread.php?tid=598584)
base de datos phpmyadmin -
Choidito - 14.01.2016
Buenas tardes a todos,me ha surgido un problema,al momento de subir una base de datos a PHPMYADMIN me sale un error de consulta:
Код:
Error
consulta SQL:
--
-- Database: `scrp`
--
-- --------------------------------------------------------
--
-- Table structure for table `accounts`
--
CREATE TABLE IF NOT EXISTS `accounts` (
`ID` int(12) NOT NULL AUTO_INCREMENT,
`Username` varchar(24) DEFAULT NULL,
`Password` varchar(129) DEFAULT NULL,
`RegisterDate` varchar(36) DEFAULT NULL,
`LoginDate` varchar(36) DEFAULT NULL,
`IP` varchar(16) DEFAULT 'n/a',
PRIMARY KEY (`ID`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
MySQL ha dicho: Documentaciуn
#1046 - Aucune base n'a Г©tГ© sГ©lectionnГ©e
їQuй tendrнa que hacer? Ya que quiero testear un servidor desde mi PC y no puedo por esa misma razуn,si serнan amables de decirme paso a paso, gracias
Respuesta: base de datos phpmyadmin -
bm0z - 14.01.2016
Primero tienes que crear una base de datos a donde subir las tablas, si ya estб creada, basta con entrar y subir todo desde ahн.