v1.6.0
-
说明
- tars-c++ IPv6,绑定地址为IPv6的地址格式即可;
- 新安装tars框架的数据库已经把相应字段扩大,如果是升级框架则需要执行下面命令;
- mysql -uroot -proot@appinside db_tars -e "alter table t_config_files modify column host varchar(50) not null default '';"
- mysql -uroot -proot@appinside db_tars -e "alter table t_node_info modify column endpoint_ip varchar(50) default '';"
- mysql -uroot -proot@appinside db_tars -e "alter table t_task_item modify column node_name varchar(50) default null;"
-
Description
- tars-c++ supports IPv6 by binding the address to IPv6.
- The database of the newly installed tars framework has expanded the corresponding fields. If it is an upgrade framework, you need to execute the following command:
- mysql -uroot -proot@appinside db_tars -e "alter table t_config_files modify column host varchar(50) not null default '';"
- mysql -uroot -proot@appinside db_tars -e "alter table t_node_info modify column endpoint_ip varchar(50) default '';"
- mysql -uroot -proot@appinside db_tars -e "alter table t_task_item modify column node_name varchar(50) default null;"