MYSQL
yesetno1000
Messages postés
85
Statut
Membre
-
afrodje Messages postés 759 Date d'inscription Statut Membre Dernière intervention -
afrodje Messages postés 759 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
merci si possible de vous demander de l'aide:
Erreur
requête SQL:
--
-- Base de données: `monsite`
--
-- --------------------------------------------------------
--
-- Structure de la table `news`
--
CREATE TABLE `news` (
`NEW_ID` int( 11 ) NOT NULL AUTO_INCREMENT ,
`NEW_DATE` date NOT NULL default '0000-00-00',
`NEW_TITRE` varchar( 255 ) NOT NULL default '0',
`NEW_TEXT` text NOT NULL ,
PRIMARY KEY ( `NEW_ID` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =12;
MySQL a répondu:Documentation
#1046 - No database selected
merci si possible de vous demander de l'aide:
Erreur
requête SQL:
--
-- Base de données: `monsite`
--
-- --------------------------------------------------------
--
-- Structure de la table `news`
--
CREATE TABLE `news` (
`NEW_ID` int( 11 ) NOT NULL AUTO_INCREMENT ,
`NEW_DATE` date NOT NULL default '0000-00-00',
`NEW_TITRE` varchar( 255 ) NOT NULL default '0',
`NEW_TEXT` text NOT NULL ,
PRIMARY KEY ( `NEW_ID` )
) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =12;
MySQL a répondu:Documentation
#1046 - No database selected
Configuration: Windows Vista Firefox 3.0.8
A voir également:
- MYSQL
- Mysql community download - Télécharger - Bases de données
- Mysql 1045 - Forum Windows
- Mysql a répondu : documentation connexion impossible : paramètres incorrects. - Forum Bases de données
- Could not connect to mysql! please check your database settings! - Forum Redhat
- Galère à n'en plus finir avec l'accès à mysql ✓ - Forum Linux / Unix