Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC 2.3.4 Upgrade to MySQL 5.7.18


kennyk

Recommended Posts

I need to upgrade from MySQL 5.5.54 to version 5.7.18. 

QUESTIONS:

1. Will this break my my v2.3.4 version of OSC given I am running 5.5.54 now?

2. Will I have to do anything to the OSC databases or code after the MySQL upgrade?

Thanks in advance,

Ken

Link to comment
Share on other sites

Our next v2.3.5 release will have the following in the tep_db_connection() function to make sure the core and addons continue working under newer MySQL 5.7+ versions:

@mysqli_query($$link, 'set session sql_mode=""');

The complete function for comparison can be viewed here:

https://github.com/haraldpdl/oscommerce2/blob/23/catalog/includes/functions/database.php

Please also make sure to make the same change in the catalog/admin/includes/functions/database.php file as the admin side uses its own version separate from the shop site.

:heart:, osCommerce

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...