Installing phpmyadmin
-
I attempted to do this earlier today but I think I might be missing something.
I got to the step where it asks me for the administrator mysql password. I tried giving it my password but it wouldn’t work.
am I missing something? Has anyone made a tutorial for installing phpmyadmin with Fog?
Maybe fog installs mysql and apache outside the default areas phpmyadmin expects it?
-
What OS? On Ubuntu 10.04, phpmyadmin installs fine.
If you installed MySQL during the FOG install and you followed the instructions, then there is not root password for FOG. Otherwise, it’s the password you told it to use for root during the FOG install.
It’s whatever password you have to use if you type:
[CODE]mysql -u root -p[PASSWORD][/CODE]