summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2010-03-04 13:21:11 -0500
committerEvan Prodromou <evan@status.net>2010-03-04 13:21:11 -0500
commitbf0e29b4657043c416fa8d5b8c5b1f9f932d4a5b (patch)
treea8052f935bfeb9c9fb349f28269618e9437a2e12
parentf7f7f167d6dae9b6fd83ca722378728e6378018d (diff)
change lacuser/lacpassword to statusnet-like ones
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 9d40b8a7b..3eb94b508 100644
--- a/README
+++ b/README
@@ -291,10 +291,10 @@ especially if you've previously installed PHP/MySQL packages.
MySQL shell:
GRANT ALL on statusnet.*
- TO 'lacuser'@'localhost'
- IDENTIFIED BY 'lacpassword';
+ TO 'statusnetuser'@'localhost'
+ IDENTIFIED BY 'statusnetpassword';
- You should change 'lacuser' and 'lacpassword' to your preferred new
+ You should change 'statusnetuser' and 'statusnetpassword' to your preferred new
username and password. You may want to test logging in to MySQL as
this new user.
@@ -406,7 +406,7 @@ For this to work, there *must* be a domain or sub-domain for which all
1. Run the SQL script carrier.sql in your StatusNet database. This will
usually work:
- mysql -u "lacuser" --password="lacpassword" statusnet < db/carrier.sql
+ mysql -u "statusnetuser" --password="statusnetpassword" statusnet < db/carrier.sql
This will populate your database with a list of wireless carriers
that support email SMS gateways.