good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6da0c268 authored by José Carlos Nieto's avatar José Carlos Nieto
Browse files

Adding specific host for testing against local virtual machine.

parent ffee2c97
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,4 @@ DROP DATABASE IF EXISTS upperio_tests;
CREATE DATABASE upperio_tests;
GRANT ALL PRIVILEGES ON upperio_tests.* to upperio@localhost IDENTIFIED BY 'upperio';
GRANT ALL PRIVILEGES ON upperio_tests.* to upperio@'10.1.2.1' IDENTIFIED BY 'upperio';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment