From: Roy S. R. <rs...@in...> - 2003-03-07 14:47:26
|
On Fri, 7 Mar 2003, Corey Duncan wrote: > I ran the phphelpdesk.sql and all went well, when I access the site it > lets me in, but when I try add anything it says I don't have permission. > This is loging in with the default admin/admin account, as I'm unable to > change it yet. > > I thought the line: grant all privileges on phphelpdesk.* to > phphdadmin@localhost identified by 'phphdpassword'; but now wonder if > that's generic and I needed to edit it? Can any help clarify this? The 'grant' line is to tell MySQL to grant the phpadmin (in this case) user full access to the database. The username should match what you have in the conf file as the MySQL username. PHPHD implements a level of abstraction between PHPHD users and the actual database user. -roy |