2023-08-22, 11:27 AM
(2023-08-22, 11:11 AM)Laird Wrote: Oh, it's MariaDB rather than MySQL. Unfortunately, I can't find any MariaDB-specific documentation about access rights on the INFORMATION_SCHEMA database.
Let's check whether you can at least alter theYOURPREFIX_threads
table to add thetyl_tnumtyls
column, since we already know it doesn't exist yet. Does this query complete successfully with YOURPREFIX replaced again?
ALTER TABLE YOURPREFIX_threads ADD tyl_tnumtyls int(100) NOT NULL default '0';
Yes my friend .... worked perfectly and the column is now in the threads table