Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 285 Bytes

dbngin.md

File metadata and controls

15 lines (8 loc) · 285 Bytes

DBngin

Mysqldump

We need to ensure we've already export env variable to terminal, then we can get mysqldump path by running this command which mysqldump

Socket

DBngin use custom socket for each database instance.

/tmp/<db_type>_<port>.sock

eg:

/tmp/mysql_3306.sock