You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Developer
committed
feat: add optional mysqlbinlog_path field on PITR create page
Add a non-required mysqlbinlog path input field to the PITR wizard.
If provided, the path is used directly; if left empty, the system
auto-discovers mysqlbinlog from PATH, MySQL basedir, or common
installation paths.
return"", fmt.Errorf("mysqlbinlog not found in $PATH, MySQL basedir, or common installation paths; install mysql-client or add mysqlbinlog to your PATH")
548
+
return"", fmt.Errorf("mysqlbinlog not found; install mysql-client or specify the path in the mysqlbinlog_path field")
537
549
}
538
550
539
551
// parseBinlogRemote uses mysqlbinlog --read-from-remote-server to parse binlog
0 commit comments