AW: AW: [opencms-dev] Still problems installing openCMS under Linux
David Seikel
david.seikel at icemedia.com.au
Wed Jun 4 01:57:02 CEST 2003
Mario Wallnöfer wrote:
> --> mysql -u root -p
> then type in password
> connect to the system db:
> --> \r mysql
> now you have to add the new user:
> insert into user (user,host,password)
> values('opencmsuser','%',PASSWORD('geheim'));
You also need to reload the grant tables with -
mysqladmin -u root -p reload
Otherwise any changes to the mysql users or their permissions won't take
effect.
More information about the opencms-dev
mailing list