-- ==============================
[root@mysql skyman]# ./auto_data_move.sh
-bash: ./auto_data_move.sh: Permission denied
-- ==============================
重新赋予a+x权限
[root@mysql skyman]# chmod a+x auto_data_move.sh
[root@mysql skyman]# ./auto_data_move.sh
ERROR 1050 (42S01) at line 1: Table 'tb' already exists
You have new mail in /var/spool/mail/root
[root@mysql skyman]#
[root@mysql skyman]# ./auto_data_move.sh
-bash: ./auto_data_move.sh: Permission denied
-- ==============================
重新赋予a+x权限
[root@mysql skyman]# chmod a+x auto_data_move.sh
[root@mysql skyman]# ./auto_data_move.sh
ERROR 1050 (42S01) at line 1: Table 'tb' already exists
You have new mail in /var/spool/mail/root
[root@mysql skyman]#