Mysql error
#1

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
Reply
#2

#1046 - Base de datos no seleccionada

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

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 .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)