Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦您使用各种配置选项启动 mysqld,Centos7/Linux 中有没有办法返回命令行?对我来说,它就在那里,我输入/执行的任何操作都不会返回到命令行。
尝试将&字符放在行尾。
&
例如,要启动 MySQL 服务器,请运行:
mysqld <options> &
上面的命令将允许您在后台运行 MySQL 服务器,并且您将能够使用命令行。