Guest User

Untitled

a guest
Nov 23rd, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. mysql --user=root --password=xxx -Bse "select CONCAT('ALTER TABLE ', table_schema,'.', table_name,' ENGINE=NDBCLUSTER;') from information_schema.tables where table_schema='tchv2';" | mysql --user=root --password=xxx
  2.  
  3. ERROR 157 (HY000) at line 1: Could not connect to storage engine
Add Comment
Please, Sign In to add comment