![]() |
BillMax Billing Solutions 877.245.5629 sales@billmax.com |
makemysql — Create the mysql database
/usr/local/billmax/bin/enter_charge [-h] [-f] {-u user} {-p password}
Assuming that the mysql daemon is running without password checking on, this routine creates the "mysql" database and associated privilege tables. The user will be prompted for a username and password for the mysql administrator which administers the mysql database system as a whole. This is different from the BILLMAX username and password which is used to administer only the BILLMAX database.
-hShow help for this program.
-fCreate the "mysql" database even it already exists. The existing one will be deleted.
-u userThe username to use for the "mysql" database. If not supplied, the user will be prompted.
-p passwordThe password to use for the "mysql" database. If not supplied, the user will be prompted.