Hello,
I am using mysql DB with my asp.net core mvc project, when I connect to db at localhost using MySQL workbench it works perfectly alright, but when I alter the connection string to some remote MySQL server with correct credentials, it gives me the error that
MySqlException: Table 'dinghysailing_info_db.Manufacturers' doesn't exist
I don't know why, as both the locations have exactly same data, I exported tables (structures and data) from MySQL workbench and then imported them into server phpmyadmin, I added the .SQL files there, it showed me some collation error but I changed the collation to utf8mb4_general_ci and it accepted. Now both the locations (localhost and remote server) has exactly same data but I don't know why the error is being shown while using remote MySQL server.