Re: [Maria-discuss] ERROR 1071 with mysql_upgrade

2019-07-16 Thread Sergei Golubchik
Hi, Reindl! On Jul 16, Reindl Harald wrote: > > > Am 16.07.19 um 21:13 schrieb Sergei Golubchik: > > you can run mysql_fix_privilege_tables.sql manually. Like with > > mysql -uroot -p -vvv < mysql_fix_privilege_tables.sql > > how would that solve the issue of a obviously incompatible change in

Re: [Maria-discuss] ERROR 1071 with mysql_upgrade

2019-07-16 Thread Reindl Harald
Am 16.07.19 um 21:13 schrieb Sergei Golubchik: > you can run mysql_fix_privilege_tables.sql manually. Like with > mysql -uroot -p -vvv < mysql_fix_privilege_tables.sql how would that solve the issue of a obviously incompatible change in 10.4? > On Jul 16, Erik Cederstrand wrote: >> Hi, >> >> I

Re: [Maria-discuss] ERROR 1071 with mysql_upgrade

2019-07-16 Thread Sergei Golubchik
Hi, Erik! you can run mysql_fix_privilege_tables.sql manually. Like with mysql -uroot -p -vvv < mysql_fix_privilege_tables.sql Presuming FreeBSD installs this file somewhere. If it doesn't, you can extract it from mysql_upgrade with strings, I suppose. On Jul 16, Erik Cederstrand wrote: > Hi, >

[Maria-discuss] ERROR 1071 with mysql_upgrade

2019-07-16 Thread Erik Cederstrand
Hi, I'm trying to upgrade a MariaDB 10.2 server to 10.4.6 on FreeBSD. When running the mysql_update command, it dies with: $ mysql_upgrade Phase 1/7: Checking and upgrading mysql database Processing databases mysql mysql.column_stats OK mysql.columns_priv