jpgalea Posted May 15, 2010 Report Share Posted May 15, 2010 When trying to access phpmyadmin im getting this error, any idea how to solve it? Error MySQL said: Documentation#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)Connection for controluser as defined in your configuration failed. Quote Link to comment Share on other sites More sharing options...
Ric Posted May 15, 2010 Report Share Posted May 15, 2010 Which version of US are you using? All the bestRic Quote Link to comment Share on other sites More sharing options...
jpgalea Posted May 17, 2010 Author Report Share Posted May 17, 2010 Which version of US are you using? All the bestRic the latest stable one just downloaded from the uniform server site Quote Link to comment Share on other sites More sharing options...
jpgalea Posted May 19, 2010 Author Report Share Posted May 19, 2010 the latest stable one just downloaded from the uniform server site any further help please? Quote Link to comment Share on other sites More sharing options...
megan Posted May 19, 2010 Report Share Posted May 19, 2010 Hi I am on XP and just now downloaded the newest release and when I try to go to phpmyadmin first thing after starting the servers I get the following error: #1045 - Access denied for user 'root'@'localhost' (using password: YES) phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server. thanks! Megan Quote Link to comment Share on other sites More sharing options...
jpgalea Posted May 19, 2010 Author Report Share Posted May 19, 2010 really need some help on this please as would like to start a new project asap Quote Link to comment Share on other sites More sharing options...
jpgalea Posted May 22, 2010 Author Report Share Posted May 22, 2010 really need some help on this please as would like to start a new project asap anyone? Quote Link to comment Share on other sites More sharing options...
Znote Posted June 1, 2010 Report Share Posted June 1, 2010 I have noticed problems with connecting to the mySQL database on 64bit as well, tested on 4 different OS:The problem only seem to occur when using the extension=php_pdo_mysql.dll Windows XP 32bit: works fineWindows Server 2003 32bit: works fineWindows 7 64bit: does not workWindows server 2008 64bit: does not work I haven't had the chance to test it on a 2003 64bit system yet though. Feel free to check my thread here:http://forum.uniformserver.com/index.php?s...ic=1918&hl= I am not getting any replies to the thread and assume nobody has a solution for it yet. Considering thread has been open for quite some time and have hundreds of views. Quote I am representing the open tibia community otland.netotland.net is contributing open source server software to an 2d mmorpg game called Tibia.Here are some Uniform server tutorials/guide contributions from me:VIDEO TUTORIAL: I teach newbreeds to install and operate uniform server: (Updated for Coral 8.x)http://youtu.be/AsyxPhDTOcIUniform Server newbie guide:Securely installing Uniform Server for total newbeginners:http://otland.net/f479/nothing-fully-worki...-0-3-6-a-77593/(also contains how to get our open source tibia game, and connect it successfully to the uniform mysql server).How to add a website for our open source tibia game which includes highscore, create account and so on: (On uniform server)http://otland.net/f479/website-installing-...m-server-91951/ Link to comment Share on other sites More sharing options...
t31os Posted June 4, 2010 Report Share Posted June 4, 2010 Strangely after years of using US this problem just appeared and persisted after several restarts. Nothing has changed on this PC but i started digging around the web for the cause, the below seems to have resolved my problem. First open up where you installed US, and browser to the following folder. home\admin\www\phpMyAdmin Open config.inc.php and find this line. $cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address Change that to. $cfg['Servers'][$i]['host'] = '127.0.0.1'; // MySQL hostname or IP address Save, then restart the server. Mysteriously it should now work.. Just thought i'd put it out there as it helped me resolve this issue, which has up until now never occured on any of my US installations. Quote Link to comment Share on other sites More sharing options...
Ric Posted June 4, 2010 Report Share Posted June 4, 2010 That mod was introduced staring at US 5.5 to resolve W7 issue. It’s difficult to resolve issues on the forum when US and OS version are not stated. All the bestRic :angry: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.