| xtc007   Junior Member
 
  
 Posts: 26
 Joined: Dec 2009
 Reputation: 0
 | 
			| RE: [HowTO]  add cronjob on Debian Lenny Improved 
 
				are you able to connect in mysql command line with your user and password, or with phpmyadmin? i have reproduce your problem by inserting a bad password in my /etc/hcrondrc file
 # host - address (IP or hostname) of server running mysql
 host = put your fully qualified name
 
 # port - the port mysql listens to
 port = 3306
 
 # user - username
 user = username
 
 # pass - password
 pass = yourpassword
 
 # dbnm - database name
 dbnm = ispcp
 
 # table - table name
 table = hcrondtab
 
 
 
 you can try that line too
 # allow_root (bool) - allow running cmd with uid=0 or gid=0
 allow_root = no
 
 try to put yes on this line
 
 xtc007
 RTMedia.ca
 
				
(This post was last modified: 01-04-2010 08:58 AM by xtc007.)
 |  | 
	| 01-04-2010 08:47 AM |  |