Schema missing after upgrading from MySQL 5.5.8 to MariaDB 5.5.31

My OS is Windows 7 64-bit. I used the MariaDB msi installer.

I uninstalled MySQL and installed MariaDB. I then launched sqlyog and it only found the standard mysql schemas (e.g., information_schema, mysql, performance_schema). My application schema appears to be missing.

I also tried running "mysql_upgrade --verbose" and that didn't seem to help. Should I have to do something else?

Thanks!

Answer Answered by Vladislav Vaintroub in this comment.

  • Ignore everything that tells you do "just uninstall MySQL and install MariaDB". It does not work on Windows, and never ever had.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.