Installation


For better or for worse, you won't discover most installation-related problems until you go to run the software. That being said, some issues to be aware of when configuring and installing MySQL are

  • You must run the mysql_install_db script (found in the mysql/scripts directory) to set up the users and privileges tables, unless you are copying over existing databases (Figure A.1).

    Figure A.1. The mysql_install_db script establishes the mysql database that is used to grant access to users.

  • You'll like need to run the script mysql_fix_privilege_tables after upgrading MySQL to a new major version (e.g., going from 4.0 to 4.1 or 4.1 to 5.0).

  • Be sure to use the prefix=/path/to/mysql parameter when configuring MySQL if you are installing from the source.

  • When installing a new version of MySQL from the source, first delete the previous configuration by typing rm config.cache followed by make clean.

  • On Windows platforms, install MySQL in the default location if at all possible. If not, you'll need to tell the server where the data directory is (by using an option file or a command-line argument).

Tips

  • For more information on configuration issues, see the MySQL manual or type ./configurehelp (Figure A.2) within the source code directory.

    Figure A.2. The configuration step (when installing from the source files) has dozens of parameters that can be adjusted for your server.

  • Instead of clearing out a previous configuration as a two-step process, you can run make distclean.





MySQL Visual QuickStart Guide Serie  .Covers My SQL 4 and 5
MySQL, Second Edition
ISBN: 0321375734
EAN: 2147483647
Year: 2006
Pages: 162
Authors: Larry Ullman

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net