encode-tablename

Encode a MySQL tablename with the MySQL filename encoding

This is the opposite of filename-to-tablename, where it takes a normal tablename and converts it using MySQL’s filename encoding.

Usage

Usage: dbsake encode-tablename [options] [NAMES]...

  Encode a MySQL tablename

Options:
  -?, --help  Show this message and exit.

Example

$ dbsake encode-tablename foo.bar
foo@002ebar

Options

path [path...]

Specify a tablename to convert to an encoded filename