I've DLed this from Apple to go with my NEW Panther OS
In the Read me,it says:
"
Additional Information for MySQL
Data stored in MySQL databases with the version of MySQL that is pre-installed Mac OS X Server 10.3.2 or earlier must be exported and re-imported in order to be compatible with version of MySQL that is pre-installed on Mac OS X Server 10.3.3, in which a byte-ordering issue is fixed.
As with any upgrade install, you should back up your old data. In this particular upgrade, the following process is recommended to convert the data to the correct byte ordering:
Before the upgrade, use the terminal to export the data from your pre-10.3.3 database:
# mysqldump -p table > backup-file.sql
or
# mysqldump --opt database > backup-file.sql"
My old OS until yesterday was 10.1.5.Do I need to do this operation?
If so,how? I tried it-got up 'Terminal',pasted
# mysqldump -p table > backup-file.sql
into the window,and got
tcsh: #: Command not found.
Tried the alternative,the same...
Advice?
In the Read me,it says:
"
Additional Information for MySQL
Data stored in MySQL databases with the version of MySQL that is pre-installed Mac OS X Server 10.3.2 or earlier must be exported and re-imported in order to be compatible with version of MySQL that is pre-installed on Mac OS X Server 10.3.3, in which a byte-ordering issue is fixed.
As with any upgrade install, you should back up your old data. In this particular upgrade, the following process is recommended to convert the data to the correct byte ordering:
Before the upgrade, use the terminal to export the data from your pre-10.3.3 database:
# mysqldump -p table > backup-file.sql
or
# mysqldump --opt database > backup-file.sql"
My old OS until yesterday was 10.1.5.Do I need to do this operation?
If so,how? I tried it-got up 'Terminal',pasted
# mysqldump -p table > backup-file.sql
into the window,and got
tcsh: #: Command not found.
Tried the alternative,the same...
Advice?