• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed server problem start

jakub96124

Active member
[CRITICAL] GEN | Could not initialize SQL!
[2018-12-24 08:05:09] [CRITICAL] GEN | Could not connect to mysql://localhost: 3306/teaspeak?userName=root&password=123456&connections=4 (-2/Access denied for user 'root'@'localhost').
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Access denied for user 'root'@'localhost'
Come on please read the error messages :/
 

HackTheDev

Active member
i have this @WolverinDEV
Failed to execute lock test! Command result: sql: INSERT INTO `general` (`key`, `value`) VALUES :)key, :value); returned -> 1/attempt to write a readonly database
how to fix this?
 

Kalle801

Active member
i have this @WolverinDEV
Failed to execute lock test! Command result: sql: INSERT INTO `general` (`key`, `value`) VALUES :)key, :value); returned -> 1/attempt to write a readonly database
how to fix this?
SQLite Databases can only be open and active once. Make sure you dont have it open with any program, while trying to change something in it with a extern script/program.