Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

mysql update from 3.23


Guest

Recommended Posts

Hi,

 

Our cpanel had a mysql update and I was reading this info:

In general, what you have to do when upgrading to 4.0 from an earlier MySQL version:

 

Run the script mysql_fix_privilege_tables to add new privileges and features to the MySQL privilege tables.

Edit any MySQL startup scripts or configure files to not use any of the deprecated options listed below.

Convert your old ISAM files to MyISAM files with the command: mysql_convert_table_format database. Note that this should only be run if all tables in the given database is ISAM or MyISAM tables. If this is not the case you should run ALTER TABLE table_name TYPE=MyISAM on all ISAM tables.

 

Osc uses MyISAM right?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...