-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update upgarade_to_4.40_and_above_readme.txt
Typo fixed
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have version 4.40.2 and would like to upgrade to latest . Iam using Linux (Ubuntu ) & MySQL and connection string is
"ConnectionStrings": {
"ConnectionString": "server=localhost;database=mydb;allowuservariables=True;user id=user1;password=password1!",
"DataProvider": "mysql",
"SQLCommandTimeout": null }
I installed from scratch it works fine with new Db but how could I attach my old mysqldb ?
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After certain version there is no upgrade for database ;
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These settings (Encrypt=false or TrustServerCertificate=True ) do not work with MySQL database connection string. If I use the old connection string I get these page isn't working error 30 seconds later the page refreshes without any error but does not show anything on the website. It is a blank white page. if I change connection string with (Encrypt=false or TrustServerCertificate=True ) getting System. ArgumentException 'Option not supported' error. I believe MySQL does not support that argument.
Missing a piece in the puzzle but could not figured it out yet
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where should I look for that ? MySql Logs you refer or something else ?
Let me explain what I did . I installed the latest version of Nopcommerce source code with visual studio 2019 and MySql . Installation page loaded and created new database with sample data without any issue . I used the same username and password for the database.
As a second step I imported the previous database to MySql and changed the connection string on newly installed running website to access old (imported database )
That is not working no error but the page does not load.
2d27129
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.