6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/1/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#5861] Setup.php does not create mysql user and DB permissions
*
Your Email Address
*
Spam protection
Enter the letters below:
..__ __ .__ .___ || \/ `| \[__ \__||__/\__.|__/|
Comment
> $Horde: groupware/scripts/setup.php,v 1.12 2007/06/27 16:25:29 jan Exp $ > > > > The script does not create the horde user in MySQL and does not > define horde DB permissions. > > > > I think this is the missing part: > > > > "USE mysql; > > > > REPLACE INTO user (host, user, password) > > VALUES ( > > 'localhost', > > 'horde', > > -- IMPORTANT: Change this password! > > PASSWORD('horde') > > ); > > > > REPLACE INTO db (host, db, user, select_priv, insert_priv, update_priv, > > delete_priv, create_priv, drop_priv, index_priv) > > VALUES ( > > 'localhost', > > 'horde', > > 'horde', > > 'Y', 'Y', 'Y', 'Y', > > 'Y', 'Y', 'Y' > > ); > > > > -- Make sure that priviliges are reloaded. > > FLUSH PRIVILEGES;"
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers