SQL error when I import
#1

Erreur
Requкte SQL :




--
-- Base de donnйes: `gta`
--

-- --------------------------------------------------------

--
-- Structure de la table `bans`
--

CREATE TABLE IF NOT EXISTS `bans` (
`Admin` varchar(24) NOT NULL,
`Player` varchar(24) NOT NULL,
`Ip` varchar(17) NOT NULL,
`Reason` varchar(70) NOT NULL,
`Time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
MySQL a rйpondu:

#1046 - No database selected
Reply
#2

You have to select a database at the mid-right section of the screen, like in this picture:



Then try importing and executing your queries.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)