mirror of
				https://github.com/inventree/inventree-docs.git
				synced 2025-11-04 14:35:38 +00:00 
			
		
		
		
	Update install.md
replace 'djangouser' with 'myuser'
This commit is contained in:
		@@ -183,7 +183,7 @@ Create a new user with complete access to the database:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
mysql> CREATE USER 'myuser'@'%' IDENTIFIED WITH mysql_native_password BY 'mypass';
 | 
			
		||||
mysql> GRANT ALL ON inventree.* TO 'djangouser'@'%';
 | 
			
		||||
mysql> GRANT ALL ON inventree.* TO 'myuser'@'%';
 | 
			
		||||
mysql> FLUSH PRIVILEGES;
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user