How Long Does Database Creation With Godaddy Hosting Take

Aug 17, 2008

I created a database for my site and then a subdomain.

The subdomain is already working but the database still shows pending setup. Normally, the database setup is much faster than the subdomain setup.

I'm not sure what's going on. Their email support sucks. They don't even reply on time. I can't call them because I'm overseas. It would be a very expensive phone call.

This is my first week with them. Do you guys experience this with Godaddy?

View 14 Replies


ADVERTISEMENT

Plesk 11.x / Linux :: Database Creation From Third Party Application?

Jun 17, 2014

Parallels Panel 11.0.9
Ubuntu 12.04.4 LTS
Apache/2.2.22 / Mysql 3.5.8.1

Is it possible to let Plesk allow database creation from another web application ?

For example, we would like to use this framework (codeigniter) method => this->dbforge->create_database('db_name')

ACTUAL RESULT =>

The method returns false but i'm unable to track it on the error logs.

EXPECTED RESULT =>

The method should returns TRUE

And thus the database should be created

Is it some task we should manage at Plesk or Apache level ?

View 7 Replies View Related

Plesk 11.x / Linux :: Save Web Hosting Settings Takes Long Time

Mar 31, 2014

Panel-Version11.5.30 Update #38
BSDebian 7.4

Save Web Hosting Settings takes a long time. The Domains (Apache Server) are not reachable for 36 seconds.

View 12 Replies View Related

Web Hosting And Godaddy

Dec 8, 2008

I registered a domain name with godaddy. I host on a local windows 2003 box. I would still like to use GD's email. I went into my windows DNS server and added the 2 MX records godaddy said. MX0 smtp.secureserver.net and MX10 mailstore1.secureserver.net. There must be more than this. When I try to use godaddy's webmail mail.mydomain.com, it does not work. What else do I have to add to my Windows DNS server to make this wok.. My web site resolves just fine ...

View 2 Replies View Related

Experience With GoDaddy Hosting?

Mar 21, 2008

I'm new to building websites. Hope someone can help with answering a few questions about GoDaddy.

1. Has anyone had experience with GoDaddy hosting? How good is their service and pricing? I heard that they have a proprietary control panel, which may make it harder to switch hosts down the road if needed?

2. When I compare GoDaddy's hosting plans, with a Shared Hosting plan, for $14.99/month you can get 300GB diskspace and 3000GB Transfer.

With dedicated server, for $79.99/month you get 120GB diskspace and 500GB Bandwidth.
What exactly is the difference between "Transfer" and "Bandwidth" in this case?

And based on the numbers, it appears that the Shared hosting plan allows more diskspace and transfer than the Dedicated server plan? What am I missing here?


3. If I have a website that is mostly text-based with virtually no pictures, graphics or video, what type of traffic can I support with a Shared hosting plan that offers 300GB diskspace and 3000GB Transfer.

View 13 Replies View Related

Godaddy Vs Webhostforlife MS Hosting

Feb 25, 2009

I am hesitant to choose between Godaddy unlimited MS hosting plan [url] and webhost 4 life.com webhostforlife Premium MS hosting plan

How easy it is to manage my account through Godaddy control panel? Does Godaddy support running ASP.NET multiple applications on the same domain? Which comapny you would choose?

View 8 Replies View Related

Godaddy.com Is Right For Windows Hosting

Jan 16, 2008

i want to make a website for downloading songs so godaddy is right for that or not?

View 6 Replies View Related

GoDaddy Sahred Hosting?

Jan 4, 2008

Any one had any problem with GoDaddy shared hosting. I have a feeling the server is slowing down!

View 7 Replies View Related

Godaddy Hosting, Mod_rewrite And GD Library

Aug 30, 2006

I got a domain name with 123-reg and hosting at godaddy, set up the dns and got everything working fine.

I created a script in PHP in a .png file with the help of a .htaccess, the script basically outputs an image with the name of the filename. So say if the .png was called image.png which had the code in, I could call image.png and it would output 'image', if I called foo.png it would output 'foo' - with the help of mod_rewrite where i redirected all .png requests to the proper image.png which had the code in.

Phew. Now I uploaded the files to godaddy and the .htaccess and I just cannot get the image to output properly, it works locally but not on the godaddy server, no image is output at all, i think it is a mod_rewrite problem.

Has anyone got any ideas how I could solve this? I'll paste some example code if it will let me to help you get an idea.

the .htaccess:

Code:
AddType application/x-httpd-php .png
<Files .+.png>
ForceType application/x-httpd-php
</Files>

RewriteEngine On
RewriteBase /
RewriteRule ^(.+).png$ image.png
the image.png with PHP code:

PHP Code:

<?php
@header ("Content-type: image/png");
$img = @imagecreatetruecolor(20, 20) or die ("Problem.");
$cBlack = imagecolorallocate ($img, 0, 0, 0);
imagefill($img, 0, 0, $cBlack);
imagepng ($img);
imagedestroy($img);
?>

This is just a simple test to get it to work.

Has anyone any ideas or is this post in the wrong forum?

View 4 Replies View Related

Godaddy Free Hosting Plan

Feb 5, 2009

I registered a domain with the godaddy.com. I also have a free web hosting plan attached to it. Now i purchased(not upgraded) a new web hosting plan(economy plan.). Now I want to attach my domain with the new hosting plan. But the godaddy is not allowing me to do so.

View 12 Replies View Related

Need To Transfer My Windows Hosting From Godaddy

Sep 11, 2009

I'm using godaddy windows hosting from last month. my 2 sites are hosted since now. but for the last 4-5 days the sites are very slow. sometimes its not generating the pages at all. i contacted godaddy support but they can't give any solution. So can you suggest a good windows hosting.

i need a reliable asp.net 3.5 supported hosting with domain/hosting transfer

Php appication like wordpress, joomla supported, also php add-on supported(i experienced this problem at godaddy win hosting, it doesn't support php apps automatic installation & doesn't supprot addons, i can't modify any theme/plugins )

fast & reliable

need to host multisites

asp.net 3.5, sql server 2008

& other things which is needed in win hosting & a good hosting provider

View 10 Replies View Related

Is Godaddy A Good Hosting Solution

Jun 5, 2009

The price is great. How about the quality? (I want to join the $6.99/mo deluxe plan).

View 4 Replies View Related

Domainsatcost Doman, And Godaddy Hosting

Mar 5, 2008

I am having difficulties getting my domain which I registered at domainsatcost to work with my godaddy hosting.

Here is what I have done:
- I went into Domiansatcost's admin management and changed the domain's nameserver and ip to godaddy's hosting nameserver and ip:

ns43.domaincontrol.com - xxx.xxx.xxx.xxx
ns44.domaincontrol.com - xxx.xxx.xxx.xxx

- At godaddy's hosting management page, I've changed the domain name to the domain name I registered at Domainsatcost. The change has been completed.

However, whenever I try to access my domain, I can only get to the parking page. OTOH, if I associate my domain which I registered from godaddy with my godaddy hosting, I can get to my page with godaddy's domain. What could be the problem?

At godaddy's domain management -> nameserver page, it is stated that

"If your domain(s) are hosted somewhere else, choose 'Custom Nameservers.' "

Was I suppose to select custom nameserver in order to use my other domain with godaddy hosting? I have 0 knowledge with these stuff and it would be great if someone could walk me through in getting my .ca domain to work with godaddy hosting. Thanks in advance.

View 2 Replies View Related

Godaddy Web-hosting - Can You Specify Alternate MX Records?

Dec 1, 2008

I'm trying to save some money, so I will be moving from a dedicated server to a hosting plan, and I am going to downsize bigtime as my websites do not generate money they are just for fun.

I was thinking about going with godaddy, to host multiple different websites under one plan.

If I go with their hosting plan, it looks like I can create sub folders for each website, and the hosting is not a problem.

I do however use gmail to handle my mail. Is it possible to specify gmails MX servers under the account? or are they going to make me use godaddys?

View 4 Replies View Related

How To Enable Preview DNS In Godaddy Shared Hosting ?

Jun 1, 2008

I took a shared hosting account at Godaddy and point dns too. But when I try to setup the account it says

"We cannot locate this domain name's DNS record "

Domain name is not at Godaddy but I changed its DNS to godaddy, using their name servers
ns44.domaincontrol.com
ns43.domaincontrol.com

When I check the domains whois , it shows these new nameservers too.

Anyone know how to get this done?

View 1 Replies View Related

Testimonial For Godaddy Windows Hosting Package ?

Oct 21, 2008

Testimonial for godaddy windows hosting package?

Anybody have ever tried godaddy for windows webhosting package ? Are they really support ASP .NET 3.5 and MS SQL 2005 ? Is their support good?

I really need good and low cost hosting ($4-$5) for my personal website using ASP .NET 3.5 and MS SQL 2005.

I already tried godaddy for their domain service , however, I never tried their hosting services....

View 10 Replies View Related

.JSP Page Will Not Display On GoDaddy Linux Hosting

Jan 12, 2009

I can not get a .JSP page to display on a deluxe hosted GoDaddy account. I have tried the most basic page. Just to make sure I do not have a type-o, I even used an HTML page to direct me.

Here is the HTML page that has the hyperlink. This page displays fine.

Code:
<html>
<head>
<title>Test</title>
</head>

<body>

Here is a test page

<a href="test.jsp">Test JSP</a>

</body>
</html>
Here is the JSP page that can not be displayed.

Code:
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
[url]

<html>
<head>
<title>Test</title>
</head>

<body>

Here is a test JSP page

</body>
</html>

When I click on the link, I get the HTTP 400 error saying the webpage could not be found. I know the code works since I have tested it locally. Plus the code is very simple.

I am very stumped here and have tried GoDaddy’s help multiple times. They keep telling me it is a scripting issue. I am not sure how it can be a scripting issue because there is no script here. Basically, it is an HTML page with a .JSP extension.

View 11 Replies View Related

Hosting Multiple Domains On The Same Account With GoDaddy

Jul 22, 2008

I have a little question that I'm sure somebody more knowledgeable can answer. I had a hosting account with GoDaddy that just hosted my web site only. I had a few clients need hosting at the same time so I looked into upgrading my account to one that would host multiple domains. (this is my first time with multiple clients, can you tell?) I thought perfect! I can host all of my clients accounts from this one hosting account. I thought there would be multiple account interfaces to support this.

So when I get in there, it lets me add one of the domains I was working on and then I went to upload the files and apparently I had to upload the file to a directory off of my site. So newsite.com points to mysite.com/newsite.

I uploaded it just to test it out and when you go to newsite.com it shows in the address bar as newsite.com, not mysite.com/newsite, even though that is the directory path. I'm sure there's a name for this but I have no idea what it is so I wanted to explain my issue clearly.

So, I'm wondering, is this kosher? Is this bad to do or do a lot of people do this and will it affect my site? From what I've gathered so far, people only do this when they have multiple domains pointing to the same site, or am I wrong?

View 14 Replies View Related

Any Experience With GoDaddy.com Dedicated Hosting? (I Need High Bandwidth)

Jul 20, 2005

I'm currently running a vBulletin message board with about 26,000 members. At any given time there are about 200 members actively posting.

Right now, we're on a dedicated server with Ilon hosting, however, my members are still complaining that the site runs VERY slowly when there are lots of members online.

To make matters worse, I want to launch a weekly podcast for them, so I'll need even MORE bandwidth.

GoDaddy.com is offering dedicated server accounts with high bandwidth limits (ie 2000 GB). Does anyone have any experience with them? ...

View 10 Replies View Related

Godaddy Grid Hosting Mean Dedicated Servers Are Dead

Mar 27, 2009

I was looking at Godaddy's grid servers and it says you can have unlimited concurrent connections:

[url]

With dedicated servers if you wanted to have 2 million concurrent users you would need hundreds of dedicated servers in a cluster, but Godaddy grid hosting can do this for $4.99/month:

[url]

Of course currently give users unlimited compute cycles so if they start charging it could increase the price but godaddy don't charge for ram. Of course if you needed more bandwidth you can buy more.

Sure, Godaddy grid hosting doesn't allow videos on your server(embed's allowed) but you wanted to have a website that was at the top of digg and worldwide media outlets reported it, Godady grid hosting would be great for this.

So i guess if i had to choose between a dedicated server and godaddy grid hosting for a forum, i would choose grid hosting because i can have unlimited users online at the same time and not have to worry about cpu load.

View 14 Replies View Related

WordPress MU Godaddy Shared Hosting Wildcard Subdomains

Jan 5, 2009

I have a site hosted at Godaddy.

My hosting account is shared delux.

I have recently added multi blogger Wordpress MU.

A single main blog is working fine but all other blogs are showing errors.

I have installed for subdomains.

View 1 Replies View Related

GoDaddy Windows Shared Hosting, An Honest Review

Jun 12, 2008

After trying out GoDaddy shared web hosting for 2 months now, I am confident to give you a good review.

Purpose
I got Web Hosting from GoDaddy in order to get ASP.NET. I looked at other hosts but they are just more expensive. So I decided to go with GoDaddy since they provide quite a lot of storage space, bandwidth and of course ASP, ASP.NET 1, and 2, IIS 7 and quite cheap as well. Since HostGator didn't have that option, I didn't have any other choice.

Server Speed & Uptime
I monitor my website using SiteUptime, and there have been 0 downtimes in two months. Not sure how closely SiteUptime monitors a website, but that's what the stats read.

Server speed is very good. For example file upload/download speed is good and doesn't lag.

Scripting Support
Since I chose Windows Hosting, it comes with ASP.NET support, and the ability to create Virtual Directories via the mini web based IIS Manager.

I was actually surprised to see this but they also have PHP 5 . On their windows web hosting package they don't advertise PHP, but after testing a simple file I was just surprised and happy .

Data Base
They give you MS SQL Databases, Access and MySQL. What I really like in their database management area is, it gives you examples of different connectionstrings for your database.

Support
It usually takes 2-3 hours to process each ticket. The support representatives are kind and really helpful.

In a nutshell, GoDaddy really surprised me with their web hosting features, support and just wow .

View 8 Replies View Related

GoDaddy Dropped Support For WordPress And All Other Apps In Basic Hosting

Oct 6, 2009

I have most of my domains with GoDaddy and use their included hosting ("Economy Hosting") for a couple of them. Previously, the included hosting included support for apps ...

View 14 Replies View Related

Casino Review/sports Betting Review Hosting With Godaddy?

May 12, 2009

Is Godaddy cool for the casino review/sports betting review site?i searched a lot and submit Godaddy a ticket,still dont dig out.

View 5 Replies View Related

Hosting For 4GB Website + 2GB SQL Database

Aug 9, 2008

I have a friend who has a dedicated server right now that uses a good 4GB for all his website content. (not streaming media but just a whole bunch of scripts and etc. well thats what he tells me). And so anyways, his SQL database is about 1-2GB. And he is not too sure about his monthly traffic but its a social networking site with a good amount of users (so its actively used by many users). Would it be necessary for him to have a dedicated server or do you think he could cut costs with a shared hosting account at like host gator or some other shared hosting service like that? I guess my biggest concern is his current database. A lot of shared hosting companies (from what i saw) offer unlimited Mysql Tables do they have size limits? And does a bigger sql database drastically effect the performance of the overall server?

View 14 Replies View Related

Pro's And Con's For Web And Database Hosting Options

Mar 26, 2008

I'm currently working for a company who are looking to migrate there current business system and also create an e-commerce website.

The company (Company A) who were doing the migration were also going to originally take care of the e-commerce side of things aswell, but after looking at the website solution they have now decided to give it to another company (Company B) to deal with. But seem to be sticking with the original company to do the business system migration.

Now this has created a bit of a problem with regards to the hosting side of things (amongst other things ).
Originally this was all going to be hosted by Company A. This would keep it all nicely integrated.
But now Company B are doing the e-commerce side of things it needs to somehow integrate with the business database.

And now for the question (about time i hear you ask ).
Can you give me the pros and cons of the following scenarios:

Scenario A:
We host both business system (database) and webservers onsite.

Scenario B:
Company A hosts business (database) solution. We host webserver.

Scenario C:
Company A hosts business (database) system. Company B hosts webserver.

View 2 Replies View Related

MSSQL Database Intensive Hosting

Oct 4, 2009

We were on shared hosting until we were asked to move off due to our database using a lot of the CPU - how much, we dont know.

Anyway, moved to a 1GB Hyper-V VPS, seems like we have one core of an E5420 but presume the server is shared between 12 people.

When our ASP application runs, the MSSQL server reaches 100% CPU and the website performs slower than the shared server we were on.

Where can we go from here? Seems like going from shared to a Dual/Quad Core Dedicated Server is a large jump and a massive jump in price.

What about a host with a high performance dedicated server for MSSQL shared between customers.

View 14 Replies View Related

Database Driven Web-hosting Solution

Mar 5, 2008

I am developer and I ahve done web-site development and database development but it was for other companies where everything was already available.

I was not sure if this was the right place for the post, but I thought I would atleast start here, if I should post this in some other category please let me know.

I am satrting work on a Database driven web-site. I say database driven, becuase the web-site copares prices for multiple products. By some worst case scenarios(explained later) I need a database to easily acoomadate more than 1000 GB of data. I can definitely try cutting this down, but my question is what type of hosting should I choose and how when the web-site is completely relying on data that is updated on a weekly basis.

The reason to keep old data is to use that to show a Price history and forecasting on future Prices. The thought of storing this data locally and just creating a summary has crossed my mind.

The Data Scenario:
Price of Products per store: 50,000
Approximate size for the table per store: 3 MB

Number of stores: 500
Avg Size: 1500 MB

This is the bare minimum 1500 MB + other tables + overhead

Other tables: Forum data, Reviewes, User Favorite Products, etc.

Number of weeks: 52
Avg Size: 78 GB

Howevere the table with the most data and the table that would be changing the most is the Price table. So I am approximating the minimum requirement for the Databse to be atleast 2GB.

My question now is:

To be cost effective I can store the history on my personal desktop. But I still need something that allows me to have 2 GB of Database space. What is my best solution?

I have no strict rules about platform or langauge, to get started I am just trying to be cheap but still find a decent web-hosting solution so that by getting started small I have hopes of going big.

View 12 Replies View Related

Managed Database Hosting (Mysql)

Apr 11, 2008

if there are any recommendations on managed database hosting services. This will be used for a fairly large project running on Mysql DB. Due to the size and complexity of the database a lot of resources are being used, so I prefer to find a company which specializes in dB hosting.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved