problem:
create view command denied to user 'root'@'1021-zl' for.......
solution:
grant all on dbname.* to 'root'@'1021-zl' identified by 'password' with grant option;
problem:
create view command denied to user 'root'@'1021-zl' for.......
solution:
grant all on dbname.* to 'root'@'1021-zl' identified by 'password' with grant option;