-- 创建mysql 用户 create user 'visualmap'@'%' identified by '123456'; -- mysql 给用户授权 grant all privileges on GPS_DEMO.* to 'visualmap'@'%' identified by '123456';
-- 创建mysql 用户 create user 'visualmap'@'%' identified by '123456'; -- mysql 给用户授权 grant all privileges on GPS_DEMO.* to 'visualmap'@'%' identified by '123456';