[Live-demo] [OSGeo] #969: mySQL and Ushahidi: db permission problems

OSGeo trac_osgeo at osgeo.org
Sun Aug 12 17:17:23 PDT 2012


#969: mySQL and Ushahidi: db permission problems
----------------------------------+-----------------------------------------
 Reporter:  hamish                |        Owner:  live-demo@…              
     Type:  defect                |       Status:  reopened                 
 Priority:  critical              |    Milestone:  OSGeoLive6.0RC1          
Component:  LiveDVD               |   Resolution:                           
 Keywords:  6.0, mysql, ushahidi  |  
----------------------------------+-----------------------------------------

Comment(by hamish):

 Replying to [comment:19 eyedol]:
 > Fixed -- Added imap and gd to the list of dependencies to be installed

 thanks, now it gets past the imap complaint.

 but on the next screen (db login) we're back to the mysql problem:

  Listed below is a summary of the errors we encountered:
  * Connection error: Access denied for user 'user'@'localhost' (using
 password: YES)
  * Database connection error: [same as above]

 from the command line in the r8980 build,

 {{{
 user at osgeolive:~$ mysql
 mysql> show databases;
 +--------------------+
 | Database           |
 +--------------------+
 | information_schema |
 | test               |
 +--------------------+
 2 rows in set (0.00 sec)
 }}}

 no db named ushahidi existing?

 {{{
 user at osgeolive:~$ mysql -h localhost -u user -p
 Enter password:
 ERROR 1045 (28000): Access denied for user 'user'@'localhost' (using
 password: YES)
 }}}

 :-(

 Hamish

-- 
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/969#comment:20>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Live-demo mailing list