| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		keith-f -
 
  Joined: 27 May 2003 Posts: 18 Location: North East England
  | 
		
			
				 Posted: Tue Jan 03, 2006 2:04 am    Post subject: phpMyAdmin is public ! | 
				      | 
			 
			
				
  | 
			 
			
				Here's away with another dopey question. Or should I say what have I NOT done or done incorrectly.
 
 
phpMyAdmin is running tickityboo... (dead chuffed, I am) 
 
 
MySQL database is also running tickityboo! (mega chuffed with that too!)
 
 
The big problem is the World and its Granny can view my phpMyAdmin! 
 
 
I followed a tutorial from a link in this forum which told me to create a dir in my Abyss Web Server folder (not in the htdocs) called scripts and install phpMyAdmin in there.
 
 
It is probably something which I haven't done, or done properly, but I've been over the install and this forum like a rash, and I'm beggered if I can find what it is.
 
 
Any help in my folly would be appreciated.... _________________ Keith
 
It is sometimes wiser to keep one's mouth shut and look foolish, Than to open it and remove all doubt! | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		keith-f -
 
  Joined: 27 May 2003 Posts: 18 Location: North East England
  | 
		
			
				 Posted: Tue Jan 03, 2006 2:25 am    Post subject: What a Chump! | 
				      | 
			 
			
				
  | 
			 
			
				After 2 hours of searching to find nothing for my problem, lo and behold two posts down and 10 minutes was the answer....
 
 
Someone with far more knowledge than I have sense wrote:
 
 
Have phpMyAdmin protect MySQL and Abyss protect phpMyAdmin..... (Ref. Victor B. Guide: How to Install phpMyAdmin)
 
 
How does it Go, I see no ships Hardy......
 
 
Only Hardships!
 
 
(thought I'd better write my own reply before I'm jumped on again)    q8op _________________ Keith
 
It is sometimes wiser to keep one's mouth shut and look foolish, Than to open it and remove all doubt!
  Last edited by keith-f on Tue Jan 03, 2006 2:32 am; edited 1 time in total | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		p3 -
 
  Joined: 17 Jun 2005 Posts: 615
 
  | 
		
			
				 Posted: Tue Jan 03, 2006 2:30 am    Post subject:  | 
				      | 
			 
			
				
  | 
			 
			
				OPEN config.inc.php.
 
 
FIND $cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
 
 
CHANGE TO $cfg['Servers'][$i]['auth_type']     = 'cookie';    // Authentication method (config, http or cookie based)?
 
 
Also, this belongs in General Questions, not tutorials. | 
			 
		  | 
	
	
		| Back to top | 
		
			           | 
		
	
	
		  | 
	
	
		 |