我正在尝试在后台线程中运行mysqlcheck,但出现此错误:
Warning: Using a password on the command line interface can be insecure.
mysqlcheck: Got error: 1045: Access denied for user 'Root'@'localhost' (using password: YES) when trying to connect
[1]+ Exit 2 mysqlcheck -u Root -p\"'password'\" Database Table
这是我从控制台运行的命令:
mysqlcheck -uRoot -p\"'password'\" Database Table &
任何人都知道如何在后台运行mysqlcheck
吗?
非常感谢您的帮助。