Giving access permission to MySql Database from one server to another

grant all privileges on training.* to ora@147.120.111.131 identified by 'ora'

training - database name
ora - user name
ora - password