跟据http://doc.sequoiadb.com/cn/SequoiaDB-cat_id-1521595283-edition_id-300操作
执行到service mysqld start
提示 Starting MySQL. ERROR! The server quit without updating PID file (/var/lib/mysql/db58.pid).
查看mysql日志
2018-07-28T03:55:28.179637Z 0 [Note] InnoDB: The first innodb_system data file 'ibdata1' did not exist. A new tablespace will be created!
2018-07-28T03:55:28.179931Z 0 [ERROR] InnoDB: Operating system error number 13 in a file operation.
2018-07-28T03:55:28.179944Z 0 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory.
2018-07-28T03:55:28.179949Z 0 [ERROR] InnoDB: Operating system error number 13 in a file operation.
2018-07-28T03:55:28.179952Z 0 [ERROR] InnoDB: The error means mysqld does not have the access rights to the directory.
2018-07-28T03:55:28.179956Z 0 [ERROR] InnoDB: Cannot open datafile './ibdata1'
2018-07-28T03:55:28.179961Z 0 [ERROR] InnoDB: Could not open or create the system tablespace. If you tried to add new data files to the system tablespace, and it failed here, you should now edit innodb_data_
file_path in my.cnf back to what it was, and remove the new ibdata files InnoDB created in this failed attempt. InnoDB only wrote those files full of zeros, but did not yet use them in any way. But be carefu
l: do not remove old data files which contain your precious data!
2018-07-28T03:55:28.179966Z 0 [ERROR] InnoDB: InnoDB Database creation was aborted with error Cannot open a file. You may need to delete the ibdata1 file before trying to start up again.
2018-07-28T03:55:28.480326Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2018-07-28T03:55:28.480357Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2018-07-28T03:55:28.480362Z 0 [ERROR] Failed to initialize plugins.
2018-07-28T03:55:28.480367Z 0 [ERROR] Aborting