Results 1 to 10 of 30
Hybrid View
-
9th Dec 2011, 11:43 PM #1Member
Hello,
one purchase's a VPS and receives an IP, root and password. So is this a tutorial on how to setup a website on a VPS without a control panel?
I'm a little confused with the title.
Sorry
cowboyup910cowboyup910 Reviewed by cowboyup910 on . How to setup a vps without a control panel for dummies I see often people ask me to setup vps for them so here I am going to include steps which can help you to install neccessary component to run a website or use any php based script with minimal server resources usage. Required Software: Putty ( Download from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ) What will be installed nginx php-fpm mysql Rating: 5
-
10th Dec 2011, 10:45 AM #2Member
-
10th Dec 2011, 12:45 PM #3OPRespected Developer
to make backup in ssh type this and enter:
Code:mysqldump DATABASE_NAME > BACKUP_FILE_NAME.sql
it will save a file named "BACKUP_FILE_NAME.sql" in ur current directory.
to restore backup ( make sure u are in same directory where DATABSE_BACKUP_FILE_NAME.sql exists or give full path) :
Code:mysql -uUSERNAME -pPASSWORD DATABSE_NAME < DATABSE_BACKUP_FILE_NAME.sql; example: mysql -uroot -p123456 mydatabase < BACKUP_FILE_NAME.sql;
Bots Development | Web Development | Wordpress Customization | PSD Conversion
Life has many twists and turns in it, you have to take what you are given and use it for the best.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
help: which control panel it is
By Garfield2 in forum Hosting DiscussionReplies: 8Last Post: 10th Jul 2011, 08:14 PM -
New Control Panel
By Angeix in forum General DiscussionReplies: 14Last Post: 12th Dec 2009, 04:05 PM -
Control Panel..
By Sl!M in forum Server ManagementReplies: 8Last Post: 28th Jun 2009, 10:18 AM
themaLeecher - leech and manage...
Version 5.06 released. Open older version (or...