| |
|
| |
I still can't send email. What's wrong?
Our SMTP servers are configured as secure relays. This means that you cannot simply reference "mail.yourdomain.com" as an Outgoing mailserver unless you successfully log in ...
|
Last Modified:
2004-04-18 |
Number of views:
1162 |
|
| |
Can I connect to MySQL remotely?
Yes, you can connect to your MySQL database remotely. Remember to enter the IP address or hostname of the remote machine connecting, to the access hosts list in the MySQL mana...
|
Last Modified:
2004-04-21 |
Number of views:
1131 |
|
| |
|
| |
|
| |
Why am I getting a 403 Forbidden Error?
A 403 Forbidden error occurs when the web server finds itself with insufficient permissions to run your script. Make sure you have given the script proper permissions. In SSH,...
|
Last Modified:
2004-04-16 |
Number of views:
971 |
|
| |
Common FTP codes. What do they mean?
Here's a list of some of the most common FTP codes you might see:100 Codes The requested action is being taken. Expect a reply before proceeding with a new command. 110 Resta...
         |
Last Modified:
2004-04-21 |
Number of views:
910 |
|
| |
How do I modify an MX Record?
MX Records (or mail exchange records) are special server settings that help to control the routing of your email. By default, your emaill is currently routed through our serve...
|
Last Modified:
2004-05-19 |
Number of views:
887 |
|
| |
Creating a database user through the MySQL console...
Through the mysql command line, this is accomplished by running the following commands.In SSH, type "mysql" to access the mysql command line. Then type:GRANT ALL PRIVILEGES ...
|
Last Modified:
2004-04-18 |
Number of views:
882 |
|
| |
Connecting to MySQL through PHP...
Use the following outline to connect and begin querying the MySQL server from within your PHP scripts.
Connect to the MySQL serverUse the following statement to connect to...
|
Last Modified:
2004-04-18 |
Number of views:
830 |
|