Sep
          22
          2017
        Grep for Mysql
          By abernal          
              
       
    In order to perform a quick search in a datase
mysqldump --compact --skip-extended-insert -u<user> -p<password> <db> | grep "string to search"