Souci importation base de donnée

Noel -  
Noel-barbu Messages postés 258 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,



Voilà je fais appel aux connaisseurs, j'ai un problème pour exporter ma base de données voici les paramètres :

ET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

1 réponse

Noel-barbu Messages postés 258 Date d'inscription   Statut Membre Dernière intervention   2
 
( Rectification message+ Enregistrement sur le site)

Bonjour,

Voilà je fais appel aux connaisseurs, j'ai un problème pour exporter ma base de données voici les paramètres :

ET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Base de données: 'my_fofo'
--
CREATE DATABASE 'my_fofo' DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE 'my_fofo';

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



Mais voila l'erreur quand jessais de l'importer :


Erreur

requête SQL:

--
-- Base de données: 'my_fofo'
--
CREATE DATABASE 'my_fofo' DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

MySQL a répondu:Documentation
#1044 - Access denied for user '1998685'@'localhost' to database 'my_fofo' 



Pourtant j'ai bien sélectionné le jeux de caractère reguarder :


http://img15.hostingpics.net/pics/187444aperu.png
0