two computers installed mysql 5.5.25a which downloaded from the mysql official site. one is connecting to another’s mysql server through MySql WorkBench,but can only see the ‘test’ database ,can’t see others database for example the ‘sakila’ database.How can i fix it?
two computers installed mysql 5.5.25a which downloaded from the mysql official site. one is
Share
You have to manually import sakila/world/menagerie databases from here. Only these databases-
test, mysql, information_schema and performance_schemawould be present after installing MySQL.