good morning!!!!

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

Trying another way of creating user.

parent c1cc918d
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@ DROP DATABASE IF EXISTS upperio_tests;
CREATE DATABASE upperio_tests;
GRANT ALL ON upperio_tests.* to upperio@'%' identified by 'upperio';
GRANT ALL ON upperio_tests.* to upperio@localhost;
CREATE USER 'upperio'@'%' IDENTIFIED BY 'upperio';
GRANT ALL PRIVILEGES ON upperio_tests.* to 'upperio'@'%' WITH GRANT OPTION;
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