mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-10-31 12:41:55 +00:00 
			
		
		
		
	Update deprecated MYSQL command (#1852)
This commit is contained in:
		| @@ -187,7 +187,8 @@ Now that you are logged in, run the following commands. | ||||
| ```bash | ||||
| # Creates a user for this computer which uses a password and grant said user all privileges. | ||||
| # Change mydarkflameuser to a custom username and password to a custom password.  | ||||
| GRANT ALL ON *.* TO 'mydarkflameuser'@'localhost' IDENTIFIED BY 'password' WITH GRANT OPTION; | ||||
| CREATE USER 'mydarkflameuser'@'localhost' IDENTIFIED BY 'password'; | ||||
| GRANT ALL ON *.* TO 'mydarkflameuser'@'localhost' WITH GRANT OPTION; | ||||
| FLUSH PRIVILEGES; | ||||
|  | ||||
| # Then create a database for Darkflame Universe to use. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 HailStorm32
					HailStorm32