...
Ensure you have stopped the database service
In Heidi edit the database name from r8<DatabaseName> to r9<DatabaseName>
On the machine where the database is stored, navigate to C:\Readysell8\Readysell.Server.<Version you’re changing>\Database.config and change the connection strings to match the renamed database
Code Block language xml <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
On the machine where the database is stored, navigate to C:\Readysell8\Readysell.Win.<Version you’re changing>\Database.config and change the connection strings to match the renamed database
Code Block language xml <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
On the machine running ReadySell, navigate to \Readysell Computer Solutions\Readysell.Win.<Version you’re changing>\Database.config and change the connection strings to match the renamed database
Code Block language xml <add name="ConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" /> <add name="TestConnectionString" connectionString="XpoProvider=MySql;server=RS;port=3307;user id=dev;password=R3ady$e11;database=r9<DatabaseName>;persist security info=true;default command timeout=9000;" />
Disable all unnecessary tasks within ReadySell. Start the database service
...