Vhaeriel Posted January 18, 2021 Share Posted January 18, 2021 Hello With the developpement branch of Intersect, and a fresh start, i'm unable to connect the server to an MySQL database  Version 0.7.0.0 Database need to be upgraded  Error : 2021-01-18 23:41:19.648 [Error] GAMEDB: 20102 - Failed executing DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30'] ALTER TABLE `Npcs` ADD `Color` longtext NOT NULL DEFAULT '{"A":255,"R":255,"G":255,"B":255}';   EDIT : Even with the main repository, same bug Link to comment Share on other sites More sharing options...
0 panda Posted January 20, 2021 Share Posted January 20, 2021 Try shutting down the MySQL server and installing the latest MariaDB and seeing if you can reproduce this issue. Link to comment Share on other sites More sharing options...
0 panda Posted January 20, 2021 Share Posted January 20, 2021 On 1/18/2021 at 6:43 PM, Vhaeriel said: and a fresh start Fresh source, fresh data, or both? If you are using old data, what version did you create it with? Are you trying to upgrade an old MySQL database to Beta 7, or migrate from SQLite to MySQL? The information in your post raised more questions than answers, you need to provide exact and specific answers to all of the above questions. More information can't hurt. Link to comment Share on other sites More sharing options...
0 Vhaeriel Posted January 20, 2021 Author Share Posted January 20, 2021 8 hours ago, panda said: Fresh source, fresh data, or both? If you are using old data, what version did you create it with? Are you trying to upgrade an old MySQL database to Beta 7, or migrate from SQLite to MySQL? The information in your post raised more questions than answers, you need to provide exact and specific answers to all of the above questions. More information can't hurt.  Hello,  I've tried with a both fresh data and fresh source I've tried with the stable build (Intersect Engine 0.6.2.3-beta Build 3 Full.zip) I've tried with the developpement build from github, (0.7.0.0) with compillating myself the server, and i've tried with the main branch from github too  But, it's the same result, all time got the same error My MySQL database is in 8.0.21  I also try to use the migrate command, but it's the same result Spoiler  Link to comment Share on other sites More sharing options...
0 Vhaeriel Posted January 20, 2021 Author Share Posted January 20, 2021 4 hours ago, panda said: Try shutting down the MySQL server and installing the latest MariaDB and seeing if you can reproduce this issue.  Work on MariaDB ! Mysql was the problem so Thank you Link to comment Share on other sites More sharing options...
Question
Vhaeriel
Hello
With the developpement branch of Intersect, and a fresh start, i'm unable to connect the server to an MySQL database
Â
Version 0.7.0.0
Database need to be upgraded
Â
Error :Â
2021-01-18 23:41:19.648 [Error] GAMEDB: 20102 - Failed executing DbCommand (3ms) [Parameters=[], CommandType='Text', CommandTimeout='30']
ALTER TABLE `Npcs` ADD `Color` longtext NOT NULL DEFAULT '{"A":255,"R":255,"G":255,"B":255}';
Â
Â
EDIT : Even with the main repository, same bug
Link to comment
Share on other sites
4 answers to this question
Recommended Posts