grant create index on sync_fdp.* to 'sym'@'127.0.0.1' ;
grant drop index on sync_fdp.* to 'martin.xu'@'192.168.0.45'; 
grant alter index on sync_fdp.* to 'martin.xu'@'192.168.0.45'; 貌似都报错了如下:
Error Code: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index on sync_fdp.* to 'martin.xu'@'192.168.0.45'' at line 1