CREATE USER 'cart'@'%' IDENTIFIED BY 'cartpw'; GRANT ALL PRIVILEGES ON `cart\_dev`.* TO 'cart'@'%' WITH GRANT OPTION;