This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| computing:invoiceplane [2019/12/30 02:09] – oemb1905 | computing:invoiceplane [2021/10/31 09:21] (current) – oemb1905 | ||
|---|---|---|---|
| Line 37: | Line 37: | ||
| mysql -u root -p | mysql -u root -p | ||
| - | | + | CREATE DATABASE invoiceplane; |
| - | | + | CREATE USER ipuser@localhost IDENTIFIED BY ' |
| - | | + | GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY ' |
| - | | + | FLUSH PRIVILEGES; |
| - | | + | EXIT; |
| | | ||
| Now, navigate to the website and enter in your database credentials using the web-based installer: | Now, navigate to the website and enter in your database credentials using the web-based installer: | ||