Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

Error during DuckDB node deployment

Đang mở
#124 18 bình luận 1 reaction 1 người được giao Xem trên GitHub

@p1p1bear đang làm issue này rồi.

Từ ngày 5/2/2026.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

安装这个步骤来的,
https://github.com/alibaba/AliSQL/blob/master/wiki/duckdb/how-to-setup-duckdb-node-zh.md

初始化的时候报错了,

[shawnyan@rl9 ~]$ ./init_alisql_dir.sh $HOME/alisql_8044
Initializing AliSQL directories at: /home/shawnyan/alisql_8044
OK: Directory structure created.
Config file: /home/shawnyan/alisql_8044/alisql.cnf
[shawnyan@rl9 ~]$ ./alisql/bin/mysqld --defaults-file=$HOME/alisql_8044/alisql.cnf --initialize-insecure
[shawnyan@rl9 ~]$ ./alisql/bin/mysqld_safe --defaults-file=$HOME/alisql_8044/alisql.cnf &
[1] 70335
[shawnyan@rl9 ~]$ 2026-02-05T09:45:33.125152Z mysqld_safe Logging to '/home/shawnyan/alisql_8044/log/mysql/error.log'.
2026-02-05T09:45:33.151854Z mysqld_safe Starting mysqld daemon with databases from /home/shawnyan/alisql_8044/data/dbs
2026-02-05T09:45:35.120438Z mysqld_safe mysqld from pid file /home/shawnyan/alisql_8044/run/mysqld.pid ended

[1]+  Done                    ./alisql/bin/mysqld_safe --defaults-file=$HOME/alisql_8044/alisql.cnf
[shawnyan@rl9 ~]$ cat /home/shawnyan/alisql_8044/log/mysql/error.log
2026-02-05T09:45:20.680349Z 0 [Warning] [MY-011068] [Server] The syntax '--ssl=off' is deprecated and will be removed in a future release. Please use --tls-version='' instead.
2026-02-05T09:45:20.680373Z 0 [Warning] [MY-011070] [Server] 'binlog_format' is deprecated and will be removed in a future release.
2026-02-05T09:45:20.680482Z 0 [System] [MY-013169] [Server] /home/shawnyan/alisql/bin/mysqld (mysqld 8.0.44-alisql-dev) initializing of server in progress as process 70292
2026-02-05T09:45:20.689286Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2026-02-05T09:45:20.884539Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
query:INSERT INTO mysql.duckdb_binlog_position VALUES('mysql-bin.000001', 157)
2026-02-05T09:45:21.416874Z 0 [ERROR] [MY-013236] [Server] The designated data directory /home/shawnyan/alisql_8044/data/dbs/ is unusable. You can remove all files that the server added to it.
2026-02-05T09:45:21.416893Z 0 [ERROR] [MY-010119] [Server] Aborting
2026-02-05T09:45:22.953887Z 0 [System] [MY-010910] [Server] /home/shawnyan/alisql/bin/mysqld: Shutdown complete (mysqld 8.0.44-alisql-dev)  Source distribution.
2026-02-05T09:45:33.125152Z mysqld_safe Logging to '/home/shawnyan/alisql_8044/log/mysql/error.log'.
2026-02-05T09:45:33.151854Z mysqld_safe Starting mysqld daemon with databases from /home/shawnyan/alisql_8044/data/dbs
2026-02-05T09:45:33.366962Z 0 [Warning] [MY-011068] [Server] The syntax '--ssl=off' is deprecated and will be removed in a future release. Please use --tls-version='' instead.
2026-02-05T09:45:33.366985Z 0 [Warning] [MY-011070] [Server] 'binlog_format' is deprecated and will be removed in a future release.
2026-02-05T09:45:33.367094Z 0 [System] [MY-010116] [Server] /home/shawnyan/alisql/bin/mysqld (mysqld 8.0.44-alisql-dev) starting as process 70625
2026-02-05T09:45:33.374210Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
2026-02-05T09:45:33.483233Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
mysqld: Table 'mysql.plugin' doesn't exist
2026-02-05T09:45:33.558686Z 0 [ERROR] [MY-010735] [Server] Could not open the mysql.plugin table. Please perform the MySQL upgrade procedure.
2026-02-05T09:45:33.558939Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559020Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559082Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559194Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559452Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559527Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559585Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.559633Z 0 [Warning] [MY-010441] [Server] Failed to open optimizer cost constant tables
2026-02-05T09:45:33.621215Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2026-02-05T09:45:33.678916Z 0 [Warning] [MY-010015] [Repl] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
query:INSERT INTO mysql.duckdb_binlog_position VALUES('mysql-bin.000002', 157)
2026-02-05T09:45:33.680321Z 0 [ERROR] [MY-010119] [Server] Aborting
2026-02-05T09:45:35.091030Z 0 [System] [MY-010910] [Server] /home/shawnyan/alisql/bin/mysqld: Shutdown complete (mysqld 8.0.44-alisql-dev)  Source distribution.
2026-02-05T09:45:35.120438Z mysqld_safe mysqld from pid file /home/shawnyan/alisql_8044/run/mysqld.pid ended
[shawnyan@rl9 ~]$
Ngôn ngữ chính
C++
Star
6k
Fork
902
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của alibaba/AliSQL

Tất cả issue của alibaba/AliSQL

Issue tương tự

Thêm issue về C++

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.