无法启动mysql“mysqld:参数太多(第一个额外参数是'start')”

ui7jx7zq  于 2021-06-25  发布在  Mysql
关注(0)|答案(1)|浏览(407)

我想启动mysql,但是这个问题马上就出现了,我真的不知道怎么解决,你能帮我吗?
我有ubuntu 14.04
这就是终端中显示的内容。

dyphen@dyphen12-GNU:/etc/mysql$ sudo mysqld start
180510  5:55:25 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
180510  5:55:25 [Warning] Insecure configuration for --secure-file-priv: Location is accessible to all OS users. Consider choosing a different directory.
180510  5:55:25 [Note] mysqld (mysqld 5.5.60-0ubuntu0.14.04.1) starting as process 7158 ...
180510  5:55:25 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
180510  5:55:25 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
180510  5:55:25 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
180510  5:55:25 InnoDB: The InnoDB memory heap is disabled
180510  5:55:25 InnoDB: Mutexes and rw_locks use GCC atomic builtins
180510  5:55:25 InnoDB: Compressed tables use zlib 1.2.8
180510  5:55:25 InnoDB: Using Linux native AIO
180510  5:55:25 InnoDB: Initializing buffer pool, size = 128.0M
180510  5:55:25 InnoDB: Completed initialization of buffer pool
180510  5:55:25 InnoDB: highest supported file format is Barracuda.
180510  5:55:26  InnoDB: Waiting for the background threads to start
180510  5:55:27 InnoDB: 5.5.60 started; log sequence number 1595675
mysqld: Too many arguments (first extra is 'start').
Use --verbose --help to get a list of available options
180510  5:55:27 [ERROR] Aborting

180510  5:55:27  InnoDB: Starting shutdown...
180510  5:55:28  InnoDB: Shutdown completed; log sequence number 1595675
180510  5:55:28 [Note] mysqld: Shutdown complete
wn9m85ua

wn9m85ua1#

伊利亚说得对。我犯了同样的错误。要启动mysqld,只需键入
mysqld公司
如果出现新问题,请检查/var/log/mysql/error.log以获取错误消息。

相关问题