Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1560

mysql_upgrade fails for 7.2.10 (1 reply)

$
0
0
upgrading from 7.2.9 to 7.2.10 on rhel5 w/rpms.

mysql_upgrade fails at:

Running 'mysql_fix_privilege_tables'...
ERROR 1562 (HY000) at line 1625: Cannot create temporary table with partitions
ERROR 1146 (42S02) at line 1626: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1146 (42S02) at line 1627: Table 'mysql.tmp_proxies_priv' doesn't exist
ERROR 1051 (42S02) at line 1628: Unknown table 'tmp_proxies_priv'
FATAL ERROR: Upgrade failed

I tried the offending statement manually in mysql and got the same error:

mysql> CREATE TEMPORARY TABLE tmp_proxies_priv LIKE proxies_priv;
ERROR 1562 (HY000): Cannot create temporary table with partitions

Any help is appreciated.

-Tony

Viewing all articles
Browse latest Browse all 1560

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>