Thu Nov 05, 2009 3:54 pm
Replies: 7
Views: 11227
I love the MySQL GUI Tools!

http://dev.mysql.com/downloads/

Here's an internal script we use for cron tasks:

#!/bin/bash
# MySQL Server Backup
###########################
# Number of days ...

Mon Oct 19, 2009 8:01 pm
Replies: 4
Views: 565
One of the benefits of colocation. Wink

Fri Oct 09, 2009 3:08 pm
Replies: 2
Views: 590
We actually monitor this information from the switch, but you can do it through Windows Performance Monitor:

http://www.windowsnetworking.com/articles_tutorials/Windows_2003_Performance_Monitor.htm ...

Thu Oct 01, 2009 4:16 pm
Replies: 18
Views: 5769
christianweb, are you even using the DNS server on your dedicated server? I know the majority of our customers do not; rather they use our name servers for their DNS needs. Typically those who do run ...

Mon Sep 28, 2009 4:46 pm
Replies: 5
Views: 3947
[url=http://www.mysqlperformanceblog.com/tools/]MySQL Performance Tuning Tools * Keep in mind these tools are useful for any system performance analysis you might need as well! These are specific to * ...

Fri Sep 18, 2009 8:51 pm
Replies: 4
Views: 2529
Your $uploaddir variable needs to be set to the actual path to the directory on the server. On our shared Linux plans, the absolute path to your site's document root is:


# DocumentRoot "/vse ...

Tue Sep 15, 2009 8:52 pm
Replies: 3
Views: 960
Everything looks like it should play right. It looks like points to the name of the files right but the proprerties box shows Length: 0000 for the time and nothing else is populated. Can someome pleas ...

Mon Sep 14, 2009 1:28 pm
Replies: 1
Views: 614
We use Righteous CDP for our backups at HostMySite. Those people who use tape are typically colocated customers and as such I can't speak much about them. Sorry :\

Wed Sep 02, 2009 1:19 pm
Replies: 1
Views: 958
You will need to have support enable HTTP Authentication as there is no functionality in the control panel to enable this.

On a side note, it looks like our knowledgebase search isn't working... : ...

Tue Aug 18, 2009 2:53 pm
Replies: 6
Views: 1836
I made this thread sticky. Feel free to post future updates here as well! Smile

Wed Aug 12, 2009 4:14 pm
Replies: 3
Views: 1718
Amy you should be able to access your error logs, if not please submit a support request so we can sort that out for you! Smile

AFAIK you should be able to run the latest version of WP on our shared s ...

Mon Aug 03, 2009 8:15 pm
Replies: 4
Views: 15205
You could always try Microsoft's mailbox repair tool:

http://support.microsoft.com/kb/272227

Thu Jul 30, 2009 4:18 pm
Replies: 1
Views: 1368
Before this line:
if (!mysql_query($involv,$con))

Add this:
var_dump($involv);

Then examine your query for syntax errors.

What does the mysql_error() function say w ...

Thu Jul 30, 2009 4:13 pm
Replies: 4
Views: 2529
http://us2.php.net/manual/en/features.file-upload.php is a great reference for this.

Look out for these, http://us2.php.net/manual/en/features.file-upload.common-pitfalls.php

Here's a good funct ...

Thu Jul 30, 2009 4:11 pm
Replies: 1
Views: 1175
I think it's important to note that just because the mail() function returns success doesn't mean your mail was delivered successfully. It is your mail server which ultimately delivers the message to ...
Page 1 of 13
All times are GMT