CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ruby: updated to 2.1.7
[ports/opt-arm.git] / mysql / README
index 222ad89bb7c826cecd83e140c6ea81b2301d10bc..4a9a4f5e5b1a6c140f1577601b6605a122e8f097 100644 (file)
@@ -1,4 +1,4 @@
-README for mysql 5.1.xx
+README for mysql 5.x.xx
 
 REQUIREMENTS
 
@@ -14,12 +14,12 @@ POST-INSTALL
 2. run 'mysql_install_db' to build the system database
    in /var/lib/mysql
 3. run 'mysql_upgrade' to add new privileges and features 
-   to the MySQL privilege tables if you have 4.x or 3.x 
-   databases
+   to the MySQL privilege tables if you have databases
+   created with older versions of mysql
 4. Set a password for the mysql root user:
    mysqladmin -u root password <mysql_root_password>
 
-PRECAUTION
+PRECAUTION 
 1. With the default configuration networking support for 
    mysql is disabled, meaning the mysql daemon is accessable 
    from localhost only.