php_mysql_apache [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

php_mysql_apache [Electronic resources] - نسخه متنی

Julie C. Meloni

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Upgrading MySQL


Whether you use Linux/Unix or Windows, upgrading minor versions of MySQL is quite simpledo the install the new version as if the other version does not exist.

Before upgrading to a new minor version of MySQL, you should back up your existing databases.

MySQL AB has made it quite easy to upgrade within the same base version; 4.0 is a base version, 4.1 will be a base version, and so on. This means that upgrading any minor version in the 4.0.x family is as simple as installing the new software on top of the old software. With the Windows installer, this is all invisible to you, but is exactly what occurs. Linux/Unix users who install from the binary distribution will simply be re-linking the "mysql" symbolic direectory to the new, unpacked distribution, as part of the installation process.

If you run into problems during the upgrade process, there are troubleshooting tips at http://www.mysql.com/doc/en/Upgradel. However, upgrading minor versions of MySQL has always been a painless experience for me, on multiple platforms.


/ 323