Import Example Database does not work with 'tiup client' #6647
Labels
area/migrate
Indicates that the Issue or PR belongs to the area of TiDB migration tools.
tracked
This issue has been tracked.
type/bugfix
This PR fixes a bug.
Change Request
This error was reported by @Alkaagr81
On https://docs.pingcap.com/tidb/stable/import-example-data
The step to
LOAD DATA INFILE
does not work with the clienttiup client
which is recommended on https://docs.pingcap.com/tidb/stable/quick-start-with-tidbThe following error is returned:
This is because the
tiup client
does not support the file transfer parts of the MySQL protocol. It might be helpful to include a note on this page saying that it requires the real mysql client, or alternatively an example could be given with lightning as well.(Ideally lightning wouldn't require so many setup steps, since that makes it hard to use as a quickstart.)
The text was updated successfully, but these errors were encountered: