12.02.2015, 13:09
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)
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)