{MySQL}
Résolu
INADMiiSiiBLE
Messages postés
97
Statut
Membre
-
arth Messages postés 84 Date d'inscription Statut Contributeur Dernière intervention -
arth Messages postés 84 Date d'inscription Statut Contributeur Dernière intervention -
Bonjour,
j'ai un probleme de connexion a mysql query Browser , de meme à my sql administrator
l'erreur : MySQL error number 1045
access denied for user 'ODBC'@'localhost'(using passeword no)
Merci d'avance pour vos réponses
j'ai un probleme de connexion a mysql query Browser , de meme à my sql administrator
l'erreur : MySQL error number 1045
access denied for user 'ODBC'@'localhost'(using passeword no)
Merci d'avance pour vos réponses
Configuration: Windows XP Internet Explorer 6.0
8 réponses
-
salut, apparement ton script ne s'identifie pas
-
que puis-je faire pour résoudre le probleme ,j'ai vraiment besoin pour travailler
Merci -
peux tu coller le contenu de ce fichier my.ini?
-
Voila le contenu de mon fichier my.ini
MySQL Server Instance Configuration File
# ----------------------------------------------------------------------
# Generated by the MySQL Server Instance Configuration Wizard
#
#
# Installation Instructions
# ----------------------------------------------------------------------
#
# On Linux you can copy this file to /etc/my.cnf to set global options,
# mysql-data-dir/my.cnf to set server-specific options
# (@localstatedir@ for this installation) or to
# ~/.my.cnf to set user-specific options.
#
# On Windows you should keep this file in the installation directory
# of your server (e.g. C:\Program Files\MySQL\MySQL Server X.Y). To
# make sure the server reads the config file use the startup option
# "--defaults-file".
#
# To run run the server from the command line, execute this in a
# command line shell, e.g.
# mysqld --defaults-file="C:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# To install the server as a Windows service manually, execute this in a
# command line shell, e.g.
# mysqld --install MySQLXY --defaults-file="C:\Program Files\MySQL\MySQL Server X.Y\my.ini"
#
# And then execute this in a command line shell to start the server, e.g.
# net start MySQLXY
#
#
# Guildlines for editing this file
# ----------------------------------------------------------------------
#
# In this file, you can use all long options that the program supports.
# If you want to know the options a program supports, start the program
# with the "--help" option.
#
# More detailed information about the individual options can also be
# found in the manual.
#
#
# CLIENT SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by MySQL client applications.
# Note that only client applications shipped by MySQL are guaranteed
# to read this section. If you want your own MySQL client program to
# honor these values, you need to specify it as an option during the
# MySQL client library initialization.
#
[client]
Merci -
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question -
MySQL Query Browser est un GUI pour MySQL qui demande une authentification au démarrage, jusque là rien d'anormal.
Le message d'erreur indique que tes identifiants de connexions ne sont pas les bons, donc à toi de les renseigner pour accéder à l'application.
Loulou. -
En user met root at sans mot de passe, ça devrait passer ;)
Loulou. -
Merci beaucoup ,
enfaite j'ai tout desinstaller ,et reinstaler maysqlserver puis le mysql gui tool
et j'ai mis root en username et paf tout fonctionne
Merci encore. -
De rien ;)