nopCommerce4.3 installation for mysql at windows machine.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
I have install nopCommerce4.3 at my local windows machine by providing below connection string
"server=localhost;database=nopcommerce43;allowuservariables=True;user id=root;password=mypassword"
and the store is running properly. But the problem is the database has been created at MariaDB rather MySql. I mean if I login to the MariaDB I can access the database but at MySQL there is no database.

Can anybody tell me what will be the "connectionstring" for MySQL.
3 years ago
I am also facing this issue. Did you get your answer? If yes please share the solution asap.
3 years ago
Backup and then delete App_Data\dataSettings.json
Then the website will run the Install
Run the install and select the options for MySQL it will setup the connection string
Then you will know the format
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.