Reseller To Vps Transfers Having Mysql Problems

Sep 8, 2007

i recently got a new vps plan from the same webhost i had, since its a vps, i rarely get support for some issues like transfers.

i have transfered around 70% of my accounts from the old to the new server, most of them have no databases.

when i am transferring database-handling accounts from the reseller to the vps all of them lose database permissions, so what happens is all database-using apps dont work. does any one know how to fix this or what is happening?

i have cpanel 11 on both servers and i do the CP full backup - ftp - full restore method

View 4 Replies


ADVERTISEMENT

Hosts That Do Free Cpanel Transfers

Dec 26, 2007

I was reading how hostgator will do up to 30 cpanel transfers for a reseller. Are there other hosts that offer a similar service?

View 13 Replies View Related

Setting Up A New Server For Small Data Transfers

Jun 5, 2009

I am an end-program computer engineering student. I have experience with programming languages such as C++, Java and various others but have very little experience with web based applications and hosting.

I am working on a project for my local chapter of Engineering regulators. Once a year, they hold a popsicle stick bridge building competition in different areas of the province and measure and record the maximum force that each bridge can withstand before breaking. I am tasked with measuring this data for each bridge and displaying it on a GUI.

There are approximately 5 of these competitions held in the same week, each in a different area of the province. I would like to bring the data recorded in each competition online so that the competitions can be linked together regardless of geographic location.

To do this I would need some very small scale web hosting. These competitions tak place only once a year and the amount of data sent to the server from each competition is minimal - approximately 5 entries per bridge (number, weight, max load, owner, age group) for about 200 bridges. Each competition would sample this data at regular intervals so that they can compare their top scores with those of different locations.

I have come here for some advice on the best way to set this up. I have considered the following options:

1. Purchasing server space online - This seems to come at too high a cost ($10/month is the minimum that I could find) and come with more space and speed than is required for this purpose.

2. Setting up my own server space online - This would require a dedicated PC running at all times for a long period of time (it will probably be 10-15 years before this system is redesigned). This system needs to be self maintaining as once I am off this project it will not have IT support.

3. Using the engineering regulators website space to host this data - They have a website already and I may be able to keep this data there, however, I am unsure about accessibility of this space. This database will have to be accessed by a Java or C++ based program as the GUI will be written in one of those languages, and I am note sure if this type of webspace supports the commands needed to access this information.

View 3 Replies View Related

Plesk Automation :: All MySQL Databases Exposed At Reseller Level

May 22, 2014

I have 2 Nodes. Both of them are configured like this:

Node1: Roles: MySQL, Apache,. Postfix; Attributes: Apache, Postfix, Webhost; restricted=>Reseller1
Node2: Roles: MySQL, Apache,. Postfix; Attributes: Apache, Postfix, Webhost; restricted=>Reseller2

I log in as Reseller1 (clean login; not by switching from PPA Admin to Reseller1), create a Webspace and a Database. At that point I am able to see and create Databases on every Node, even on Reseller1 (Node1), which is set to restricted. I guess this behaviour is not intended, isn't it?

View 2 Replies View Related

Plesk 12.x / Linux :: Transfers And Migration Agent Hangs While Updating

Aug 21, 2014

I'd like to upgrade my server from Ubuntu 12.04 to Ubuntu 14.04. The idea is to migrate my actual server (S1) to another one (S2). Then, format and install ubuntu 14.04 with Plesk on S1, and finally migrate the data from S2 to S1. Is it a good solution? Is it possible to do this using only one server? I don't know if I can do it making a backup, install Ubuntu 14.04 and then, restore the data into the server.

However, I have a problem with the migration agent. When I go the migration page, the migration agent tries to update itself and it keep at 0% forever (I attach an screenshot).

View 2 Replies View Related

Server To Server Transfers Via PHP

Nov 4, 2007

I have two servers; server 1 is running PHP, whereas server 2 is not. The servers are directly connected to the web and although there is only a 2ms latency between them, they are in different data centres.

I need to transfer files from server 1 to server 2 on demand via PHP. I would prefer not to install PHP on server 2. The files are not sensitive data so security is not a major concern.

What would be the best way of doing this? Some of my initial thoughts are:

- Create an FTP user on server 2 and use PHP's FTP functions to transfer the files via FTP.

- Mount a directory that's somehow transparently mapped to server 2; server 1 would simply copy the files to the directory and the transfer would take place in the background. (Similar to mounted CIFS/Samba shares?)

- Start an SFTP transfer with public keys via PHP.

View 9 Replies View Related

All Reseller's Accounts Showing Under Root When I Click "Show Reseller Accounts"

Aug 2, 2008

We have about 3 resellers on one server and all of a sudden, when I log in to whm and click "Show Reseller Accounts", all accounts show under root.. What's even strager, is that under package colum, it says "undefined"

However, when I click "list accounts", all accounts show and they are properly setup up with the correct package and owner (not all root.. They also show to which reseller they belong).

how to fix the problem when I click "Show Reseller Accounts"?

View 3 Replies View Related

I Moved Mysql From /var To /backup/mysql, Mysql Is No Longer Working

May 8, 2009

Since my /var partition is full, so I moved /var/lib/mysql to /backup/mysql/.

Seems all the files are copied and I changed my.cnf reboot mysql, but all the web sites using db is not working anymore..

View 4 Replies View Related

Installed MySQL In /usr/local/mysql But Error In /var/lib/mysql

Jan 21, 2007

I installed the MySQL binary packages in /usr/local/mysql/ after removing the MySQL RPM package. MySQL is functioning when I executed /usr/local/mysql/bin/safe_mysqld. I reinstalled MySQL before I installed PHP. When I used a PHP script to access a MySQL database, it outputs an error:

Code:
Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2002): can't connect to local mysql server through socket /var/lib/mysql/mysql.sock in index.php on line 2
However, I installed MySQL in /usr/local/mysql, not in /var/lib/mysql. How do I fix MySQL?

View 1 Replies View Related

Mysql.sock Gone And Mysql Restart Doesn't Create It

Jun 16, 2008

For some reason mysql wont start, i have tried restarting mysql but it wont, it says FAILED. The mysql.sock file seems to have disappeared and i cannot find it anywhere.

View 5 Replies View Related

How To Restore Mysql Databases From /var/lib/mysql/user_database/ Files Only

Feb 11, 2008

I recently had a harddrive failure and luckliy I can still access certain directories on this failed drive. I can still access the /var/lib/mysql/ directory which holds all the users databases and have backed all these up separately using tar.

Now what I need to know is how do you restore these database files to another server? I tried simply untar'ing one of these to the new servers /var/lib/mysql/ direcotry and it stuffed Mysql up - it went offline. I had to get a cpanel tech to bring Mysql back online.

how can I get these database files to fully work on a new server?

View 2 Replies View Related

Reseller For VPS

Aug 29, 2008

Does anyone know of a reputable resller of VPS accounts?

That is, I want to sell VPS accounts to end-users and buy the VPS accounts wholesale from a supplier.

Does any web host currently offer this?

View 8 Replies View Related

Is Reseller Best For Me?

Aug 24, 2008

I'm not sure if I posting in the right section, but I have two questions.

1. I'm actually not sure if I should purchase a reseller account. I don't know if it's what I need. I would like to able to provide *free hosting* for fan-sites, blogs, fanlistings, etc. I am not interested in making money off of hosting. This is something I've wanted to for awhile. Are there any suggestions for this?

2. Once thing that popped into my head is that I would like give my hostees more than FTP access. Can I give them their own cPanel access with their FTP account? I've been hosted on starszz.com before as sub-domain (or ftp account), and had cPanel access. I didn't have a domain either. I've browsed hosting sites, and I just don't recall seeing information about giving ftp accounts cPanel access.

View 14 Replies View Related

How To Set Up VPS Reseller

Jan 17, 2009

I am wondering how do you set up vps with virtuozzo to have resellers? Like is there a free panel out there for that?

View 6 Replies View Related

Looking For OVh Reseller

Jun 4, 2008

hi..anyone knows who is ovh reseller since i cant buy directly from the sites and looking for reseller for those accept paypal..thanks

View 3 Replies View Related

To Go Reseller Or Not

Nov 6, 2009

I am currently on the Bronze Shared plan at Downtownhost. I love 'em, and have referred people to them before. I currently help out have a few clients that I help out with some Wordpress blogs (the technical side of things), and I have recently been asked a couple of times if I know of a good host. Of course, I send them to DTH, but I recently asked myself if maybe it was time to go reseller with them and sell space to these clients? Or should I just sell them some space out of my own shared plan? Mind you, they are not technical at all, so they won't be logging into any Cpanel control panels or anything. At what point does it make sense to go reseller? My question is regards to all aspects: financial (for me!), technical, support, etc.

View 14 Replies View Related

VPS Vs Reseller

Jan 19, 2009

I am designing websites for diffrent folks for some years now from time to time and it's time for me to move on. Get more clients and so on and monetize everything or as much as i can. Well, providing for them full services witch consists in Hosting + domain registration + all there is. Since most of them have no idea about anything when they come to me, most don't even after hard explaining, i wanna cut down to 1 fee that includes everything...designing, updating,

In the past few days i've seen tones of reviews and offers and re re reviews, i can say by know that it's a dirty game going on played by some managers, lol...the idea is that i can't trust what they say nor the reviews that i have seen cause in one place it's all milk and honey and in another place it's sucky to say the least.

So my buget to start with would be from 10$ to 20$/month. I prefer a host that owns it's stuff and it's the first hand and not a re re re seller.

I want cPanel/WHM - unlimited accounts (domains, sub-domains, bla bla bla...basic stuff)

No tax for transferring domains

No hidden taxes - no scammers pls cause i have enough already in my life
MONTHLY PAYMENT

To be able to get ip's for a fair price from diffrent classes. I'm planning to make an extra income from blogg farming (no spam from servers. got my own stuff)

I see that reseller and VPS are kind of the same price so what would be better. I have limited knowledge of unix (i used to work some years ago but my skills were crapy and surley i forgot everything) but i can update/upgrade them to some point...hope it won't be required, don't have so much time nor the brains

View 14 Replies View Related

Reseller To VPS

Mar 4, 2009

I'm currently on a reseller, and as I gain clients I'll be moving to a VPS in the very near future from the looks of it.

Coming from a reseller where I haven't had any performance spikes, and everything has been working great....what sort of specs should I look for in a VPS in terms of RAM?

I like using cPanel/WHM.

As far as shared hosting, and reseller hosting the main aspects are simply space and bandwidth. Then of course the company ethics and support reliablility and whatnot. From a server aspect, it's just space and bandwidth provided.

I'm assuming a VPS adds a few new dimensions including RAM.

View 13 Replies View Related

Reseller Or Not

Apr 8, 2008

Is there any way to find out if the hosting company I am dealing with is a reseller?

View 14 Replies View Related

Non-reseller To Reseller? (WHM)

Mar 19, 2007

I had setup and account for the new free host i was making.I setup the domain then made the site and last i want to do a test:to create a sub domain user with cpanel access.

But couldn't access it.As it seems I didnt make it a reseller account!

So,I looked like an hours and cant find a function to make it into one without deleting it first! Is there any other way?

View 2 Replies View Related

VPS Reseller

Nov 8, 2007

We have set up a VPS reseller option that gives the customer a set amount of ram/disk space/bandwidth transfer rate etc. and allows them through HyperVM to set up their own VPS's and sell them on, they are even able to spread them over multiple servers, albeit we only have 2 VPS servers at present.

Its a pretty nice offer and seems pretty decent but i cant help but wonder why other hosts are not doing this? I only looked into it because a sales associate had mentioned it was possible.

Is there a potential for abuse that im not seeing?

The plans i was thinking of offering was roughly:
1GB ram
30-40 GB disk space
Fair share bandwidth
for about $100

The servers we have are 8GB quad core Xeon E7300.

i am thinking i am overlooking some kind of abuse issue that is why no other hosts are providing this,

View 8 Replies View Related

Reseller SSH

Mar 8, 2007

suppose that my reseller is webhostingtalk.com and my costumer sites are following

(SSH account only for reseller)

-webhostingtalk.com
----zode.com
----hala.com
----vbulletin.com

my costumer upload his db to his host (/home/zode/backup/db.sql) when i try to restore db following error occured

Code:
-jailshell: /home/zode/backup/db.sql: No such file or directory
why ?

how can i restore db which is in my costumer host?

View 2 Replies View Related

VPS Vs Reseller

May 27, 2007

After having shared hosting for years I am thinking of moving on to something a little more reliable/advanced. I need it to be basic and cheap at first but with room to grow.

So, my questions:

1. Am I likely to see a significant speed/reliability benefit with VPS over reseller space?

2. Am I likely to encounter any big headaches with a VPS as a total beginner?

3. Are there any big advantages to a VPS besides moving out of a shared environment?

4. Is it realistic to run a VPS when I know nothing about Linux admin (yet)?

5. How is Plesk vs Cpanel?

Right now, my needs are basic. I could probably go with a cheap VPS but my lack of knowledge would mean I would need some kind of management on top. I'm tempted to get a reseller account but I wouldn't want outgrow it and move again anytime soon.

View 14 Replies View Related

Whm Reseller

Mar 27, 2007

One of my resellers are getting trouble when trying to create a new account:

WWWAcct 10.1 (c) 1997-2006 cPanel, Inc.

Using Delegated Ips List!
Unable to find an ip address

Account Creation Complete!

Only this reseller are having problems.

View 6 Replies View Related

Windows Reseller?

Jul 13, 2008

I need a windows reseller with an easy to use control panel.. Hsphere is too tough for me, hehe.

Im thinking of resellerzoom's windows server.. are they good. Please share me your experiences, or suggest me a good provider.

View 4 Replies View Related

Dedicated And Reseller?

Dec 8, 2005

I was wondering where I could find some cheap dedicated servers for webhsoting and some cheap reseller web hosting packages?

Over 40 gigs!

View 6 Replies View Related

Anything Better Than Mosso Reseller Out There?

Nov 13, 2007

As far as the control panel being so easy, managing clients, billing, registering/transfering domain names. Is there anything comparable?

Im wondering if the $100 per month is worth it?

View 9 Replies View Related

How Do I Transfer My Reseller?

Mar 22, 2007

So I've got a reseller account set up with about 71 individual accounts created under it. What's the easiest way to create a backup of the reseller account (including all accounts created under it) and send it to my new VPS? I have SSH enabled on the reseller and root access on the VPS.

Rsync seems somewhat intimidating but maybe I'm looking at it all wrong. I have limited command line experience. Maybe someone can shed some light on this for me? I'd like to have a method that I can get familiar with and re-use.

View 3 Replies View Related

How Do You Know If A Host Is A Reseller?

Nov 17, 2008

How do you know if a host is a reseller?

I am looking for a web host. I'd like to stay away from resellers, but I'm not sure how to tell if a company is a reseller or the 'original'. How do you find out?

View 10 Replies View Related







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