Guest User

Untitled

a guest
Jan 18th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. [root@localhost ~]# mysql -u root -p < db3.sql
  2. Enter password:
  3. [root@localhost ~]# mysql_upgrade --verbose -u root -p
  4. Enter password:
  5. Looking for 'mysql' as: mysql
  6. Looking for 'mysqlcheck' as: mysqlcheck
  7. This installation of MySQL is already upgraded to 5.5.60-MariaDB, use --force if you still need to run mysql_upgrade
  8. [root@localhost ~]# mysql_upgrade --verbose --force -u root -p
  9. Enter password:
  10. Looking for 'mysql' as: mysql
  11. Looking for 'mysqlcheck' as: mysqlcheck
  12. Phase 1/4: Fixing views
Add Comment
Please, Sign In to add comment