- 官方 https://github.com/dolthub/dolt 用来替代mysql版本
dolt version
版本dolt sql-server -H 0.0.0.0 -P 3306 -u root -p mysql
启动dolt -u root -p mysql sql
一个sql命令客户端select version();
显示mysql版本 8.0.33 - 官方 https://github.com/dolthub/doltgresql 用来替代PostgreSQL
doltgres --config doltgres.yaml
启动
doltgres -version 版本 初始数据库为空
log_level: debug
behavior:
read_only: false
user:
name: postgres
password: password
listener:
host: localhost
port: 5432
read_timeout_millis: 28800000
write_timeout_millis: 28800000
data_dir: doltgres_data
cfg_dir: doltgres_data\doltcfg
privilege_file: doltgres_data\doltcfg\privileges.db
branch_control_file: doltgres_data\doltcfg\branch_control.db
作者:Yoby 创建时间:2025-05-13 15:14
最后编辑:Yoby 更新时间:2025-05-13 19:26
最后编辑:Yoby 更新时间:2025-05-13 19:26