Jump to content

mysqldumper login issue


new_member

Recommended Posts

Hi,

 

I want to use mysql dumper database. For that i have applied password protected encryption. Before it was giving 404 error but later on modifying the roor htaccess files by adding

 

AuthName "MySQLDumper"
AuthType Basic
AuthUserFile "myfilepath"
require valid-user
 
or
 
Errordocument 401 error.html
Errordocument 403 error.html
 
prompts for the user login. But on adding the login credentials it is taking to same window again and again asking for login info again. Any idea how to solve this??
Link to comment
https://forums.phpfreaks.com/topic/283186-mysqldumper-login-issue/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.