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
When I did /stonedb56/install/install.sh, StoneDB was installed failed:
./mysql_server: line 264: kill: (29232) - No such process
+ break
+ log_failure_msg
+ /etc/redhat-lsb/lsb_log_message failure
[FAILED]
+ return 1
+ return_value=1
+ test -w /var/lock/subsys
+ touch /var/lock/subsys/mysql
+ exit 1
The log in log/mysqld.log indicates that the binlog.index is not exist:
/stonedb56/install//bin/mysqld: File '/stonedb56/install/binlog/binlog.index' not found (Errcode: 2 - No such file or directory)
2022-06-18 00:09:48 30449 [ERROR] Aborting
Expected behavior
We should get success msg after execute install.sh.
How To Reproduce
After make install,
$ cd /stonedb56/install
$ ./install.sh
Environment
Additional context
The text was updated successfully, but these errors were encountered:
Describe the problem
When I did /stonedb56/install/install.sh, StoneDB was installed failed:
The log in log/mysqld.log indicates that the binlog.index is not exist:
Expected behavior
We should get
success
msg after execute install.sh.How To Reproduce
After make install,
Environment
Additional context
The text was updated successfully, but these errors were encountered: