X-Git-Url: http://gitweb/?a=blobdiff_plain;f=mysql%2FREADME;h=4a9a4f5e5b1a6c140f1577601b6605a122e8f097;hb=2192e8982d9511b96412a69c58f1d4a2e2e0437e;hp=222ad89bb7c826cecd83e140c6ea81b2301d10bc;hpb=825e3023e51a748f9bf49a6b4528ee2c07931c36;p=ports%2Fopt-arm.git diff --git a/mysql/README b/mysql/README index 222ad89..4a9a4f5 100644 --- a/mysql/README +++ b/mysql/README @@ -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 -PRECAUTION +PRECAUTION 1. With the default configuration networking support for mysql is disabled, meaning the mysql daemon is accessable from localhost only.