User Tools

Site Tools


computing:invoiceplane

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:invoiceplane [2019/12/30 02:09] oemb1905computing:invoiceplane [2021/10/31 09:21] (current) oemb1905
Line 37: Line 37:
  
   mysql -u root -p   mysql -u root -p
-  CREATE DATABASE invoiceplane; +  CREATE DATABASE invoiceplane; 
-  CREATE USER ipuser@localhost IDENTIFIED BY 'put-password-here'; +  CREATE USER ipuser@localhost IDENTIFIED BY 'put-password-here'; 
-  GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY 'put-password-here'; +  GRANT ALL PRIVILEGES ON invoiceplane.* to ipuser@localhost IDENTIFIED BY 'put-password-here'; 
-  FLUSH PRIVILEGES; +  FLUSH PRIVILEGES; 
-  EXIT;+  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:
computing/invoiceplane.txt · Last modified: 2021/10/31 09:21 by oemb1905