Has anyone had this problem when
# spicedb
l
Has anyone had this problem? when Starting the spicedb service it generates an error: unable to query DB stats: sql: Scan error on column index 0, name "TABLE_ROWS": converting NULL to uint64 is unsupported", but no problem when spicedb connecting to the local database, Can someone help me?
v
which datastore are you using? You can workaround the problem for now by disabling telemetry with
--telemetry-endpoint=
or
SPICEDB_TELEMETRY_ENDPOINT=
the error would suggest MySQL. Which MySQL version are you using?
l
The MySql version is 8, I see the problem has been solved, really thank you!
4 Views