Apache Technologies 14 Bedienungsanleitung Seite 70

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 83
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 69
70 Chapter 5 Working With WebObjects and Web-Related Open Source Applications
Note that the MySQL Manager application works only with the preinstalled version of
MySQL; it does not work with MySQL installed elsewhere. The paths to the various
preinstalled components of MySQL are stored in the following plist file:
/Applications/Server/MySQL Manager.app/Contents/Resources/tool_strings.
If You Are Updating from Mac OS X Server 10.2 or Earlier and Use MySQL
Previous versions of the server contained MySQL 3.23.x; the version now installed is 4.1,
which is the latest production version. This version is the one recommended by
mysql.com.
Your MySQL 3.23.x databases should work with the new version of MySQL, but its a
good idea to back them up before updating.
When using MySQL 4.1, there are several commands you can use with your old
databases to remove dependency on the ISAM table format, which has been
deprecated over time.
Use mysql_fix_privilege_tables to enable new security privilege features.
Use mysql_convert_table_format (if all existing tables are ISAM or MyISAM) or use
ALTER TABLE table_name TYPE=MyISAM on all ISAM tables to get away from the
degraded ISAM table format.
Refer to the instructions provided on the MySQL website at www.mysql.com/doc/en/
Upgrading-from-3.23.html before using these commands.
For more information about MySQL, see www.mysql.com.
Seitenansicht 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 82 83

Kommentare zu diesen Handbüchern

Keine Kommentare