![]() |
Cannot connect to MySQL with PMA - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Cannot connect to MySQL with PMA (/thread-1972.html) |
RE: Cannot connect to MySQL with PMA - ArcAiN6 - 12-11-2007 06:22 AM well.. nvm i think i need to find another solution, as this particular one doesn't seem to be heading to a stable release any time soon. and it would appear to me that it has way more bugs than i had initially seen. this was the 5th or 6th re-installation of the OS due to misdocumentation, and misconfiguration of packages in this particular project. RE: Cannot connect to MySQL with PMA - rbtux - 12-11-2007 06:30 AM well the project is not stable.. but there are a lot people that can handle this peace of software to work flawlessly... It's for sure not an out of the box solution (yet). So I think its a bit easy to blame it to misdocumentation and misconfiguration of ispcp... RE: Cannot connect to MySQL with PMA - joximu - 12-11-2007 06:33 AM @ArcAiN6 could you post your /var/www/ispcp/gui/tools/pma/config.inc.php ? well, without the password for user pma... Upd: or maybe you could post the whole file with the password - so we can exclude this... And something important: what OS do you use, which ispcp version (what did you download) /Joximu RE: Cannot connect to MySQL with PMA - ArcAiN6 - 12-11-2007 08:50 AM the ISPcp versions i've had this problem with are: ispcp-omega-trunk-20071210 * this is current version. this is a fresh install of OS as well as this package as of 23 minutes ago ispcp-omega-trunk-20071209 ispcp-omega-trunk-20071208 ispcp-omega-trunk-20071207 NOTE: all of these versions have also " hung " if autogenerate is used to passes, as well as if i manually type out passes, the install portion seems to take quite a while (this did not happen on previus nightly's) Also i must select php4 on install, as php5 does not come pre-bundled with mysql support ------------ OS ------------ Linux debian 2.6.18-5-686 #1 SMP Fri Jun 1 00:47:00 UTC 2007 i686 GNU/Linux ------------ Complete config.inc.php file (replaced password with xxxxxx-> Code: <?php RE: Cannot connect to MySQL with PMA - joximu - 12-11-2007 09:08 AM Hi ok, the config-file is ok - it worked in my installation (just copy&paste - no need to change anything). I hope there are no special characters in the password... second: the "hung" in the installation is a sign that there are to few "random events" in the system (entropy - just search for this word in the forum). You have to do some keyboard entries (maybe on a second ssh connection). IMPORTANT: do not Ctrl-C the process!!! better put a self made password in... Third: Of course there is mysql-support in PHP5 in debian etch. You have to install all pakets which are in the package-list - just follow the installation documentation exactly. If just pma does not work - well I'm afraid there still is something wrong on your system... /Joximu RE: Cannot connect to MySQL with PMA - ArcAiN6 - 12-11-2007 09:20 AM yeppers.. everything works with the exception of pma.. RE: Cannot connect to MySQL with PMA - joximu - 12-11-2007 10:14 AM Maybe a cookie thing? Your browser must accept cookies - otherwise you cannot log in. RE: Cannot connect to MySQL with PMA - ArcAiN6 - 12-11-2007 10:27 AM well.. i've managed to sort out one problem in exchange for another... by granting the pma user select_priv i no longer get " connot connect " now i get: Code: #1045 - Access denied for user 'admin'@'localhost' (using password: YES) the password i'm using i am POSITIVE is the correct one... i've never had this much trouble... *sigh*... RE: Cannot connect to MySQL with PMA - joximu - 12-11-2007 10:41 AM is this the mysql user that exists? admin? There is a user root in MySQL... it's possible you also installed a user admin in MySQL but normally this user only is installed in ispCP (during setup if you don't name it different). The priviledge settings for user pma should be ok - but maybe they have not been set correctly... /J RE: Cannot connect to MySQL with PMA - ArcAiN6 - 12-11-2007 11:01 AM ok.... so it's a sessions / cookies problem... launched it and logged in perfectly on another machine... i'm not sure why a session / cookie would last through a fresh install though... generic cookie / session naming could be the culprit, perhaps a generated session / cookie name could be added to the installation to bypass this sort of thing? |