Your /etc/host.conf file (assuming a redhat-based system) probably says the following order hosts,bind So, when your server is resolving the...
Check out "How do I add users to MySQL?" http://krnlpanic.com/wp/mysql-installation-and-faq/ You can use the root user to create the database,...
Are you certain that your IP is resolving to testpc1? What does your apache access log say - testpc or testpc1?
maybe you have HostnameLookups Off in your httpd.conf?
I'm trying to rewrite the following URL, and the rewrite seems to work, but doesn;t forward to the rewritten page. From:...
good catch jestep. re: $page - where is it? Should be $nr_pag?
The problem is that you're using a newer version of MySQL that doesn't like the negative limit value that is returned if there are no results from...
You shouldn't need 777 permissions. You should have your directories properly owned and grouped in a way that will allow the webserver to write...
Google is a wonderful thing.
location within a table doesn't matter as long as you use --complete-inserts (or -c) when you dump the data which will cause mysqldump to dump the...
**BACKUP YOUR DATABASES** (mysqldump yourdatabase > yourdatabase.sql) To get a table from one server to another... On server A: mysqldump...
look at your apache error logs or ssl_error logs to see if there's anything telling in there...
Your mysqld doesn't seem to be listening on the local socket, so loopback connections to the server aren't making it there. Try changing your...
First, comment out the rules that you think are causing the problem and see if the problem goes away.
Separate names with a comma.