プロジェクト「新規」のエラー(Failed to create a new DB! / InnoDB: Cannot open table...) #619
Replies: 6 comments
-
このエラーが発生した際のターミナルの表示内容を,すべて,ここにコピー&ペーストしていただけますか? |
Beta Was this translation helpful? Give feedback.
-
樋口先生
早々に恐縮です。
ターミナルは、これでよろしいでしょうか。
どうぞよろしくお願いいたします。
Last login: Wed Mar 20 02:30:27 on ttys000
harunajunpei-no-MacBook-Air:~ HarunaJunpei$ bash -c " cd "/Users/HarunaJunpei/Desktop/khcoder3/";export LANG=ja_JP.UTF-8;export LC_ALL=ja_JP.UTF-8;export XMODIFIERS="@im=uim";export GTK_IM_MODULE=uim;export DYLD_FALLBACK_LIBRARY_PATH="/Users/HarunaJunpei/Desktop/khcoder3/deps/mysql-5.6.17/lib";./x_mac64"
Perl/Tk: 804.032
Locale: ja_JP.UTF-8
This is KH Coder 3.Alpha.13a on darwin.
CWD: /Users/HarunaJunpei/Desktop/khcoder3
Executing Mac OS X 64-bit Package
Checking MySQL connection...
Starting MySQL...
2019-03-20 03:04:16 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-03-20 03:04:16 1284 [Warning] Setting lower_case_table_names=2 because file system for /Users/HarunaJunpei/Desktop/khcoder3/deps/mysql-5.6.17/data/ is case insensitive
2019-03-20 03:04:16 1284 [Note] Plugin 'FEDERATED' is disabled.
2019-03-20 03:04:16 1284 [Note] InnoDB: Using atomics to ref count buffer pool pages
2019-03-20 03:04:16 1284 [Note] InnoDB: The InnoDB memory heap is disabled
2019-03-20 03:04:16 1284 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2019-03-20 03:04:16 1284 [Note] InnoDB: Compressed tables use zlib 1.2.3
2019-03-20 03:04:16 1284 [Note] InnoDB: Using CPU crc32 instructions
2019-03-20 03:04:16 1284 [Note] InnoDB: Initializing buffer pool, size = 512.0M
2019-03-20 03:04:16 1284 [Note] InnoDB: Completed initialization of buffer pool
2019-03-20 03:04:17 1284 [Note] InnoDB: Highest supported file format is Barracuda.
2019-03-20 03:04:17 1284 [Note] InnoDB: 128 rollback segment(s) are active.
2019-03-20 03:04:17 1284 [Note] InnoDB: 5.6.17 started; log sequence number 28450656
2019-03-20 03:04:17 1284 [Note] Server hostname (bind-address): '*'; port: 3309
2019-03-20 03:04:17 1284 [Note] IPv6 is available.
2019-03-20 03:04:17 1284 [Note] - '::' resolves to '::';
2019-03-20 03:04:17 1284 [Note] Server socket created on IP: '::'.
2019-03-20 03:04:17 1284 [Warning] InnoDB: Cannot open table mysql/slave_master_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2019-03-20 03:04:17 1284 [Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.
2019-03-20 03:04:17 1284 [Warning] InnoDB: Cannot open table mysql/slave_worker_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2019-03-20 03:04:17 1284 [Warning] InnoDB: Cannot open table mysql/slave_relay_log_info from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
2019-03-20 03:04:17 1284 [Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened.
2019-03-20 03:04:17 1284 [Note] Event Scheduler: Loaded 0 events
2019-03-20 03:04:17 1284 [Note] deps/MySQL-5.6.17/bin/mysqld: ready for connections.
Version: '5.6.17' socket: '/tmp/mysql.sock.khc3' port: 3309 MySQL Community Server (GPL)
R Version: 3.1, x86_64
Using un-threaded functions...
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc5/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc5.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc5.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc5.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc5/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc5.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc5.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc5.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc6/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc6.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc6.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc6.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc6/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc6.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc6.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc6.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc7/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc7.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc7.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc7.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc7/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc7.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc7.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc7.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc8/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc8.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc8.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc8.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc8/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc8.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc8.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc8.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc9/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc9.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc9.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc9.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc9/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc9.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc9.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc9.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc10/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc10.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc10.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc10.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc10/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc10.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc10.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc10.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc11/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc11.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc11.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc11.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc11/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc11.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc11.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc11.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc12/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc12.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc12.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc12.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc12/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc12.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc12.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc12.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc13/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc13.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc13.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc13.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc13/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc13.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc13.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc13.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc14/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc14.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc14.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc14.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc14/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc14.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc14.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc14.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc15/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc15.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc15.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc15.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc15/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc15.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc15.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc15.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc16/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc16.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc16.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc16.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc16/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc16.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc16.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc16.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc17/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc17.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc17.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc17.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc17/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc17.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc17.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc17.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc18/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc18.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc18.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc18.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc18/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc18.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc18.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc18.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc19/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc19.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc19.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc19.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc19/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc19.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc19.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc19.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc20/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc20.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc20.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc20.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc20/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc20.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc20.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc20.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc21/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc21.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc21.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc21.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc21/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc21.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc21.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc21.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc22/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc22.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc22.status_char WHERE name = "morpho_analyzer"
Error:
Table 'khc22.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 263 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 271.
2019-03-20 03:04:23 1284 [Warning] InnoDB: Cannot open table khc22/status_char from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::st execute failed: Table 'khc22.status_char' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 363.
SQL Input:
SELECT status FROM khc22.status_char WHERE name = "morpho_analyzer_lang"
Error:
Table 'khc22.status_char' doesn't exist
SQL Caller: /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 296 at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 392.
DBD::mysql::st fetch failed: fetch() without execute() at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>kh_project.pm line 305.
kh_msg: no msg: gui_window::sysconfig, l_ MySQL Error
2019-03-20 03:04:23 700008b80000 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2019-03-20 03:04:23 700008b80000 InnoDB: Error: Fetch of persistent statistics requested for table "khc0"."status_char" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2019-03-20 03:04:39 1284 [Warning] InnoDB: Cannot open table khc_master/db_name from the internal data dictionary of InnoDB though the .frm file for the table exists. See http://dev.mysql.com/doc/refman/5.6/en/innodb-troubleshooting.html for how you can resolve the problem.
DBD::mysql::db do failed: Table 'khc_master.db_name' doesn't exist at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 178.
DBD::mysql::db do failed: Can't create database 'khc0'; database exists at /</Users/HarunaJunpei/Desktop/khcoder3/x_mac64>mysql_exec.pm line 189.
… 2019/03/20 3:00、HIGUCHI Koichi ***@***.***>のメール:
ターミナルの表示内容をすべて,ここにコピー&ペーストしていただけますか?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/ko-ichi-h/khcoder/issues/44#issuecomment-474500007>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AueSC0JpjxQHaBb3u3uUbTxiAyQfVSvxks5vYSXHgaJpZM4b8w_h>.
|
Beta Was this translation helpful? Give feedback.
-
はい,貼り付けていただいた情報から,おおよその状況が分かりました。 残念ながら,データベースが破損してしまったようです。デスクトップの「khcoder3」フォルダを削除して,Macを再起動した後,最初から(ダウンロードから)やり直していただくほかなさそうです。 こうしたデータベースの破損を避けるためには,KH Coderのメイン画面(「プロジェクト」「前処理」「ツール」といったメニューがある画面)を閉じることでKH Coderを終了してから,Mac/ターミナル/XQuartzを終了するようご注意ください。最新版ではこうした破損が起きにくくなるよう改良していますが,以前のバージョンではKH Coder終了前にMacやターミナルを終了してしまうと,このように破損してしまう場合があります。 |
Beta Was this translation helpful? Give feedback.
-
樋口先生
ありがとうございます。
昨日までは正常に処理できていたのですが…。
MAC版のダウンロードなのですが、
再度、有償サポートの料金の支払いが必要でしょうか。
なんども申し訳ございません。
どうぞよろしくお願いいたします。
… 2019/03/20 3:13、HIGUCHI Koichi ***@***.***>のメール:
残念ながら,データベースが破損してしまったようです。デスクトップの「khcoder3」フォルダを削除して,最初から(ダウンロードから)やり直していただくほかなさそうです。
こうしたデータベースの破損を避けるためには,KH Coderのメイン画面(「プロジェクト」「前処理」「ツール」といったメニューがある画面)を閉じることでKH Coderを終了してから,Mac/ターミナル/XQuartzを終了するようご注意ください。最新版ではこうした破損が起きにくくなるよう改良していますが,以前のバージョンではKH Coder終了前にMacやターミナルを終了してしまうと,このような破損が起こる場合があります。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/ko-ichi-h/khcoder/issues/44#issuecomment-474507007>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AueSC3GExwFbBog8FG_swxTPGKCWPj2Wks5vYSjAgaJpZM4b8w_h>.
|
Beta Was this translation helpful? Give feedback.
-
有償サポートを以前ご購入になった際,ダウンロード先を書いたメールが届いたかと存じます。このメールを探していただけば,無料でダウンロードしていただけるはずです。 最新版に乗り換えるためには,再度ご購入いただく必要があります。 |
Beta Was this translation helpful? Give feedback.
-
ありがとうございます。
試してみます。
丁寧にありがとうございました。
今後ともどうぞよろしくお願いいたします。
… 2019/03/20 3:24、HIGUCHI Koichi ***@***.***>のメール:
有償サポートを以前ご購入になった際,ダウンロード先を案内するメールが届いたかと存じます。このメールを探していただけば,再度無料でダウンロードしていただけようかと存じます。
最新版に乗り換えるためには,再度ご購入いただく必要があります。
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <https://github.com/ko-ichi-h/khcoder/issues/44#issuecomment-474512394>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AueSC7rjzGc4SUzDbyqBE6bbRT6MDJFvks5vYStPgaJpZM4b8w_h>.
|
Beta Was this translation helpful? Give feedback.
-
いつもお世話になっております。
ご質問失礼いたします。
新規プロジェクトを立ち上げると以下のエラーが生じます。
以前の書き込みで、KHcoder 3をドライブから削除して、Unzipから開くとありましたが、
Unzipが何を示すか調べてもわかりませんでした。
もう一度ダウンロードし直すということでしょうか?
PCに精通していなく、稚拙な質問で申し訳ございません。
■エラー・メッセージ
Error: Failed to create new DB! at /<Users/ /Desktop/khcoder3/
x_mac64>mysql_exec.pm line 189.
■その問題はチュートリアルの漱石「こころ」データでも同様に発生しましたか?
→はい
■お使いのOS
→:macOS 10.13.6
Beta Was this translation helpful? Give feedback.
All reactions