Comments - Error #1558

4 weeks, 1 day ago Ian Gilfillan

You aren't clear about which version you're using (you say MariaDB 10, but there's MariaDB 10.3, which is end-of-life, MariaDB 10.11, the latest long-term release, MariaDB 11.3, the latest short-term release, etc. The 21st column in mysql.proc was added in MariaDB 10.3. This error likely means you haven't upgraded properly from an earlier version, as mariadb-upgrade usually takes care of this. See Upgrading Between Major MariaDB Versions.

 
4 weeks, 1 day ago Robert Snedden

I'm using MariaDB version 10 running on a QNAP TS250+ NAS LINX OS. The app is phpMyAdmin (can't find out the version number). When I use MariaDB version 5 running on the same platform there is no error. It's only recently MariaDB version 10 was added to the QNAP NAS. On the NAS you get a separate app so bother can be called up by phpMyAdmin and the version of MariaDB selected before entering phpMyAdmin.

 
4 weeks, 1 day ago Daniel Black

100508 is MariaDB 10.5.8, released a long time ago. Good to see an upgrade from MariaDB 5.5.57 was made available

Per error message find a shell prompt on your NAS and run mariadb-upgrade.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.