create user stdnotesauth@standardnotes.net.lgy.fr identified by 'setpasswordinconfigfileandhere'; create database IF NOT EXISTS stdnotesauth ; grant all privileges on stdnotesauth.* to stdnotesauth@standardnotes.net.lgy.fr; create user stdnotes@standardnotes.net.lgy.fr identified by 'setpasswordinconfigfileandhere'; create database IF NOT EXISTS stdnotes ; grant all privileges on stdnotes.* to stdnotes@standardnotes.net.lgy.fr;