Hi,
I'm trying to setup phpMyAdmin under 710 Release (RC2), but something is wrong...
I can get into sql with : mysql -u root -p but cannot over phpMyAdmin (with same username and empty password) - it says access denied for 'root'@'localhost'...
Anyone using pypMyAdmin sucessfully under LMCE ? How did you set it up?
Thanks in advance,
regards,
Bulek.
thats odd, i have set it up twice.
Looks like your doing the right stuff. Did you fix the symlink issue?
http://wiki.linuxmce.org/index.php/Phpmyadmin
hth
-golgoj4
Yes, I use phpMyAdmin a lot myself.
I documented installation instructions in the wiki: (at the bottom of the page)
http://wiki.linuxmce.org/index.php/Setting_Up_A_Development_Environment (http://wiki.linuxmce.org/index.php/Setting_Up_A_Development_Environment)
Hi,
thanks for responses. I did install with apt-get and found instruction to Include /etc/phpmyadmin/apache2.conf into main apache2.conf...
Funny is that everything works ok from IE (it displays warning that cookies must be enabled from now on), but not from Firefox.... I had an installation of RC1 and everything worked through same laptop with Firefox...
Anyway, if IE is working, that's good enough....
Regards,
Bulek.
I just installed the latest PhpMyAdmin "phpMyAdmin-3.2.0.1-english.tar.gz" on my latest 810, when I run it "http://dcerouter/phpmyadmin" I get the Welcome to phpMyAdmin screen with error :"Cannot load mcrypt extension, please check your PHP configuration."
Any ideas what need to change.
Thanks.
install php5-mcrypt package
Thanks this solved my first problem, then I tried to log in with root and no password I got this error "login without a password is forbidden by configuration"
So I went to the setup page "Basic settings" tab, 'http://dcerouter/phpmyadmin/setup/index.php" and I created a config directory in "/var/www/phpmyadmin/config" and enabled read/write access per instructions, then I created default server to point to localhost with "tcp" connection , "mysqli" PHP extension, "cookie" Authentication type, "root" user for config auth, "blank" password for config auth, "checked box" connect without password, "blank" swekey config file.
Also I modified "server configuration" tab and I "checked box " Allow logins without a password
And I get the same error message when I log in as "root" with "blank" password ???
Any suggestions???