Hello,

have a look in /usr/local/pf/db/ directory, you have the latest mysql 
schema to use.
Also define that in pf.conf:

[database]
#
# database.pass
#
# Password for the mysql database used by PacketFence.
pass=packet
#
# database.db
#
# Name of the mysql database used by PacketFence.
db=pf
#
# database.user
#
# Username of the account with access to the mysql database used by 
PacketFence.
user=pf
#
# database.port
#
# Port the mysql server is running on.
port=3306
#
# database.host
#
# Server the mysql server is running on.
host=localhost


And:
GRANT SELECT,INSERT,UPDATE,DELETE,EXECUTE,LOCK TABLES ON $db.* TO 
?\@${host} IDENTIFIED BY ?
GRANT DROP ON $db.radius_nas TO ?\@${host} IDENTIFIED BY ?

Regards
Fabrice



Le 2015-06-17 10:03, Krzysztof Adamski a écrit :
> I'm putting the MySQL db on a separate DB server, what program do I need
> to run on my packetfence server to create the db on this DB server?
> There is no packetfence code installed on the DB server.
>
>


------------------------------------------------------------------------------
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to