diff options
Diffstat (limited to 'mysql/README')
-rw-r--r-- | mysql/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql/README b/mysql/README index 222ad89bb..4a9a4f5e5 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 <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. |