[Phpip-support] How to get it to work..
Brought to you by:
trilexcom
|
From: <dri...@ke...> - 2003-10-03 16:10:47
|
I had a few problems with getting this to go as did the previous poster=
.
Nice application, but unfortunately I need something with subnet masks.=
The sql database creation code has a bad last line- use this instead:
INSERT INTO `user` (`username`, `passwd`, `email`, `access_level`) VALU=
ES ('phpip_admin', PASSWORD('phpip_man'), 'phpip@localhost', 'admin');
Also, you'll need to grant a mysql user access to the database and edit=
the db_fns.php with the username (phpdbuser) and password you choose-
GRANT SELECT,INSERT,UPDATE,DELETE on phpip.* TO phpdbuser@localhost IDE=
NTIFIED by 'password';
Hope this is of help...
-D
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D
CONFIDENTIAL
The information contained in this email and any attachment is confident=
ial.
It is intended only for the named addressee(s).=A0 If you are not the n=
amed
addressee(s)please notify the sender immediately and do not disclose, c=
opy
or
distribute the contents to any other person other than the intended
addressee(s).
Kelly Services (UK) Ltd.
Registered Office:
Apple Market House
17 Union Street
Kingston upon Thames
Surrey
KT1 1RR
Registered in England and Wales No: 2749906
=
|