Error #1045 -Access denied for user 'Sacke'@'localhost' (using password: YES)
#1

I'm using MySQL R34 Plugin,all the files ar OK,and I made this to see if it works and it apears to do this:

new MYSQL_CONNECTION = mysql_connect(ip,user,password,database_name); // ARE SURELY CORRECT ALL!
if (MYSQL_CONNECTION) print("Connected to MySQL");
if (!MYSQL_CONNECTION) print("Connection failed!");

And guess what,In the command prompt apears "Connected to MySQL" but in the mysql_log is showing me this "error #1045) Access denied for user 'Sacke'@'localhost' (using password: YES)".I must admit that I made a mistake in the past,I have WampServer 2.3 and I made that "Sacke" user and delete them all others and after the PHPMyAdmin doesn't worked (http://imgur.com/a/Lt78F#4k190Ns) but next day a haven't any problem and phpMyadmin started again...(I don't know why)! I worked before the R34 with version 2.1.1 and I was able to get data from database and to insert too,but with R34 I can't do it. PLEASE,somebody to explain me how I can escape from this problem without resinstaling my OS (reinstalling WampServer doesn't worked)! AND,if you know a better mysql plugin,just tell me who is,thanks! (Sorry for my bad english)
Reply
#2

What exactly are you trying to do?
Reply
#3

Search for: '@'localhost' and see if anything is limited to another mysql account. In that case, just change it to 'localhost', and you should be good to go

Also, if you deleted all the root users in the SQL, make sure they are all changed to 'Sacke'@'localhost' in the pwn script as well, or else nothing will work.

Hope it helps.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)