Doc update fixing BZ 207822, release bump

This commit is contained in:
John Berninger 2006-10-27 01:18:40 +00:00
commit 63cf95b1fe
2 changed files with 10 additions and 1 deletions

View file

@ -21,6 +21,12 @@ username / password inside MySQL first:
Bye
#
Under certain curcumstances, you may need to run variations of the "grant"
command:
mysql> grant all privileges on wordpress.* to wordpress@localhost identified by 'wordpress';
OR
mysql> grant all privileges on wordpress.* to wordpress@'%' identified by 'wordpress';
This has created an empty database called 'wordpress', created a user named
'wordpress' with a password of 'wordpress', and given the 'wordpress' user total
permission over the 'wordpress' database. Obviously, you'll want to select a

View file

@ -3,7 +3,7 @@ URL: http://www.wordpress.org
Name: wordpress
Version: 2.0.4
Group: Applications/Publishing
Release: 0%{?dist}
Release: 1%{?dist}
License: GPL
# Source0 with name-version does not work for web retrieval,
# latest.tar.gz does not work for build
@ -72,6 +72,9 @@ rm -rf ${RPM_BUILD_ROOT}
%dir %{_sysconfdir}/wordpress
%changelog
* Thu Oct 26 2006 John Berninger <jwb at redhat dot com> - 2.0.4-1
- Doc fix for BZ 207822
* Sat Aug 12 2006 John Berninger <jwb at redhat dot com> - 2.0.4-0
- Upstream security vulns - bz 201989