where are the .sql files on server?

I need to find my .sql files, I usually used phpmyadmin to export them before and then upload, but I was just wondering if anyone knew of the location of the .sql files on ssh-

I tried find / -name ‘*.sql’
and locate but it didnt find anything that match the databases that I used for a few current working php webpages.

 

 

 

 

Top