document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Solution 3 : ne modifie pas les fd (plus simple en bash)
  2. $ mysql -u test -ptest -h localhost MYdatabase 2> >(grep -vF \'mysql: [Warning] Using a password on the command line interface can be insecure.\' 1>&2 )
');