문제

When using mysql through command line (with default shipped configuration), I was able to get my commands history using up-arrow.
Bu after modifying the server configuration for a remote access and successfully authenticated to, I'm not able to view any command and it feels annoying thinking that I lost all my commands history.

Is there some location where mysql stores previously used commands?

BR.

도움이 되었습니까?

해결책

On Unix, the mysql client logs statements executed interactively to a history file. By default, this file is named .mysql_history in your home directory.

Please read out MySQL Documentation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top