SA-MP Forums Archive
Mysql error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Mysql error (/showthread.php?tid=632908)



Mysql error - CDGlock - 21.04.2017

Hi, I have a problem uploading the Db, to Mysql.

The error is as follows.


Код:
Error

consulta SQL:


CREATE TABLE `log_admins` (
  `log_id` int(11) NOT NULL,
  `Date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `Log` varchar(144) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1
MySQL ha dicho: Documentaciуn

#1046 - Base de datos no seleccionada


Thanks in advance


Re: Mysql error - Banditul18 - 21.04.2017

#1046 - Base de datos no seleccionada

This point the problem, you need to select a databse and after then import sql file


Respuesta: Re: Mysql error - CDGlock - 21.04.2017

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
#1046 - Base de datos no seleccionada

This point the problem, you need to select a databse and after then import sql file
Thank you, this is solved .