diff options
Diffstat (limited to 'www/gallery3/files/pkg-message.in')
-rw-r--r-- | www/gallery3/files/pkg-message.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/gallery3/files/pkg-message.in b/www/gallery3/files/pkg-message.in index 3ffa63239ea6..699128eb41b4 100644 --- a/www/gallery3/files/pkg-message.in +++ b/www/gallery3/files/pkg-message.in @@ -7,7 +7,7 @@ Full instructions are available here: If you are using MySQL, here's the short version of the instructions: 1. Create a new database: - $ mysqladmin -uroot create gallery3 + $ mysqladmin -uroot create gallery3 2. Grant access to the database: $ mysql -uroot -e"GRANT ALL ON gallery3.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" gallery3 @@ -32,9 +32,9 @@ web-browser and follow the configuration instructions. Upgrading: http://codex.gallery2.org/Gallery3:Upgrading -Note: You can upgrade from Beta 1, 2 or 3 (but not from earlier releases -- sorry!) +Note: You can upgrade from Beta 1, 2 or 3 (but not from earlier releases -- sorry!) -Upgrading is really easy! Unpack the new version on top of the old one to replace the existing files +Upgrading is really easy! Unpack the new version on top of the old one to replace the existing files and then either browse to: http://example.com/gallery3/index.php/upgrader |