How to Upgrade Mariadb?
How to Upgrade Mariadb?
Solution:
Solution:
[root@exampledb mariadb]# mysql_upgrade -p root
Enter password: -------> Enter Root users password here.
Phase 1/4: Fixing views
Phase 2/4: Fixing table and database names
Phase 3/4: Checking and upgrading tables
Processing databases
information_schema
bgp_tables
bgp_tables.bgp_table OK
bgp_tables.devices OK
Phase 4/4: Running 'mysql_fix_privilege_tables'
OK
[root@exampledb mariadb]#
Enter password: -------> Enter Root users password here.
Phase 1/4: Fixing views
Phase 2/4: Fixing table and database names
Phase 3/4: Checking and upgrading tables
Processing databases
information_schema
bgp_tables
bgp_tables.bgp_table OK
bgp_tables.devices OK
Phase 4/4: Running 'mysql_fix_privilege_tables'
OK
[root@exampledb mariadb]#
No comments