Type the following command as root user: # visudo Append the following entry to run ALL command without a password for a user named tom: tom ALL=(ALL) NOPASSWD:ALL
Tag: all
Allow all SQL modes
nano /etc/my.cnf add sql_mode= save.
About everything
Type the following command as root user: # visudo Append the following entry to run ALL command without a password for a user named tom: tom ALL=(ALL) NOPASSWD:ALL
nano /etc/my.cnf add sql_mode= save.