Koozali.org: home of the SME Server

PHP Install Aghhhh!!!!!!!

Anonymous

PHP Install Aghhhh!!!!!!!
« 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

Anonymous

PHP Install Aghhhh!!!!!!!
« Reply #1 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. ;-)

Offline byte

  • *
  • 2,183
  • +2/-0
PHP Install Aghhhh!!!!!!!
« Reply #2 on: February 28, 2004, 06:10:28 PM »
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline DanB35

  • *****
  • 764
  • +0/-0
    • http://www.familybrown.org
PHP Install Aghhhh!!!!!!!
« Reply #3 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.
......