change lacuser/lacpassword to statusnet-like ones

This commit is contained in:
Evan Prodromou 2010-03-04 13:21:11 -05:00
parent f7f7f167d6
commit bf0e29b465
1 changed files with 4 additions and 4 deletions

8
README
View File

@ -291,10 +291,10 @@ especially if you've previously installed PHP/MySQL packages.
MySQL shell: MySQL shell:
GRANT ALL on statusnet.* GRANT ALL on statusnet.*
TO 'lacuser'@'localhost' TO 'statusnetuser'@'localhost'
IDENTIFIED BY 'lacpassword'; 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 username and password. You may want to test logging in to MySQL as
this new user. 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 1. Run the SQL script carrier.sql in your StatusNet database. This will
usually work: 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 This will populate your database with a list of wireless carriers
that support email SMS gateways. that support email SMS gateways.