Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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
-
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. ;-)
-
why not use phpmyadmin found here http://www.ibiblio.org/pub/Linux/distributions/smeserver/contribs/dmay/mitel/contrib/phpmyadmin/
-
...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.