Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Anonymous on February 28, 2004, 04:45:44 PM

Title: PHP Install Aghhhh!!!!!!!
Post by: Anonymous on February 28, 2004, 04:45:44 PM
:hammer:  

I am trying to install groupware on smy sme box!!

and I am suffering a bit.  I have not done any php or mysql work at all on my servers

the problem is when I do :-

$ mysqladmin -u root -p create phpgroupware

It won't accept the password

Help



Sharif
Title: PHP Install Aghhhh!!!!!!!
Post by: Anonymous on February 28, 2004, 05:41:08 PM
Hi there
This is how i do

mysqladmin create database

mysql

grant all on database.* to user@localhost identified by "password";

exit

That´s all folks. ;-)
Title: PHP Install Aghhhh!!!!!!!
Post by: byte on February 28, 2004, 06:10:28 PM
why not use phpmyadmin found here http://www.ibiblio.org/pub/Linux/distributions/smeserver/contribs/dmay/mitel/contrib/phpmyadmin/
Title: PHP Install Aghhhh!!!!!!!
Post by: DanB35 on March 01, 2004, 02:44:55 AM
...and to follow up further, when you're logged in as root, you don't have to enter a password for MySQL.  That doesn't mean it doesn't have one, only that you don't have to enter it.  See http://www.familybrown.org/howtos/mysql-password-howto.html for more details.