ohio813 / owaspbwa

Automatically exported from code.google.com/p/owaspbwa
0 stars 0 forks source link

Add webcal 1.0.3 #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
webcal 1.0.3

mysql:
create user 'webcal'@'localhost' identified by 'webcal';
grant all privileges on webcal.* to 'webcal'@'localhost';

users:
admin/admin
user/user
assistant/assistant

Original issue reported on code.google.com by MichaelTCyr@gmail.com on 20 Apr 2011 at 2:12

Attachments:

GoogleCodeExporter commented 9 years ago
This was added to revsion 153, but there is a database issue:

WebCalendar Error

Error connecting to database:

Access denied for user 'webcal'@'localhost' (using password: YES)

Possible solution: re-add the webcal user to the MySQL db and re-upload the 
mysql master database.

Original comment by MichaelTCyr@gmail.com on 20 Apr 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Added user.frm, user.MYD, user.MYI to the commit to try to fix issue.  User 
webcal is now recognized, but permission to use the webcal database is not.

Original comment by MichaelTCyr@gmail.com on 20 Apr 2011 at 3:36

GoogleCodeExporter commented 9 years ago
added db.frm db.myd db.myi at revision 159 to try to fix the permission 
problem. no luck.

Original comment by MichaelTCyr@gmail.com on 20 Apr 2011 at 3:44

GoogleCodeExporter commented 9 years ago
reloaded my VM, did a grant to the webcal user, found the only changed files 
are those db.my* files.  Performed a flush privileges, which was not done to 
the last commit. 

Issue seems resolved as of this revision commit 160, just amke sure to do 
fix_file_permissions.sh! 

Original comment by MichaelTCyr@gmail.com on 20 Apr 2011 at 3:58