MySQL funktioniert nicht! HILFE!!!
-
Hallo
Ich hab auf meinem Computer einen Server(Apache 2) eingerichtet und will jetzt PHP und MySQL local zum laufen bringen. Mit PHP hats auch schon geklapt aber mit MySQL hab ich noch ein problem! Ich hab MySQL installiert und mit WinMySQLAdmin diese "My.ini" erstellt! Wenn ich jetzt in PHP mysql_connect aufrufe bekomme ich einen Fehler: Access denied for User: 'name'@'localhost' (Using password: YES)! Kann mir jemand sagen warum das nicht funktioniert?
Das ist meine "my.ini"
#This File was made using the WinMySQLAdmin 1.4 Tool #09.07.2004 23:23:27 #Uncomment or Add only the keys that you know how works. #Read the MySQL Manual for instructions [mysqld] basedir=C:/mysql #bind-address=80.109.122.xxx datadir=C:/mysql/data #language=C:/mysql/share/your language directory #slow query log#= #tmpdir#= #port=3306 #set-variable=key_buffer=16M [WinMySQLadmin] Server=C:/mysql/bin/mysqld-nt.exe #user=name #password=passwort
-
Eine Standard-Install. von MySQL verwendet als User: root und kein Passwort.
Du übergibst aber MySQL ein Passwort. ((Using password: YES)
-
Ausserdem hast den User "name" überhaupt angelegt?