Thank you very much, the problems not are, now i can work with the aplication, but now i have others problems, when i programed the aplication i had php3 and mysql now i have php4, now the situation is the next:
some instructions fail:
MySQL: Fail in query: INSERT INTO ... VALUES (...)
The data are now in teh database but i don't know why i see the fail, other instructions fails update,i think the problems are when i try to write into database but i don't now where is the problems.
Thank you again.
Excuse for my english.
Brandon Schnell wrote:
1) make sure '/var/lib/mysql/mysql.sock' exists
2) make sure everyone has full access to the file ("chmod 777 /var/lib/mysql/mysql.sock")
3) make sure the user php is running as (nobody.nobody if its an apache module) has access to read the contents of the folder /var/lib/mysql/ ("chmod o+rx /var/lib/mysql/")