Results 11 to 20 of 30
-
10th Dec 2011, 09:22 AM #11MemberWebsite's:
myrapidleech.neti use mouse right click to paste over putty session
MyRapidleech.net - Under Construction!
ClickLeech.com - Premium Link Generator! Free!
-
10th Dec 2011, 09:59 AM #12Member
Would you mind telling us how to taking full/sql site backup using ssh ? and also how to restore them again ?
it would be great learning i hope
-
10th Dec 2011, 10:45 AM #13Member
-
10th Dec 2011, 12:45 PM #14OPRespected 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.
-
10th Dec 2011, 01:25 PM #15MemberWebsite's:
pluramas.blogspot.comI have a doubt, where can we control Mysql data, like creating databases, passwords and other stuff.. i mean we should have phpmyadmin or something like that. And does this work as Cpanel?
-
10th Dec 2011, 01:32 PM #16OPRespected Developer
the whole point of this tutorial is to mange all via command line, so you can create databases , change passwords, add users etc all via SSH, cPanel is a conrtol panel, which works via browser.
You can also install phpmyadmin if you like to manage databases via browser, just download phpmyadmin and upload to /var/www/html/phpmyadmin then visit in ur browser htt:///YOURIP/phpmyadmin and follow instructions . .
Make sure to secure it.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.
-
10th Dec 2011, 01:46 PM #17MemberWebsite's:
pluramas.blogspot.comthanx! Very good and needed tutorial for every webmaster!
-
10th Dec 2011, 02:12 PM #18Member
You can control Mysql via commandline without any problems, you just need to know how and it really isn't that difficult. Google is full of infos about that. This one for example: http://library.linode.com/databases/mysql/centos-5
If you can't live without an interface for Mysql, try adminer, it is only one small php file and will only be used when needed, unlike phpmyadmin, which is always stealing ressources.
-
11th Dec 2011, 03:09 PM #19MemberWebsite's:
D-Moviez.comSorry for asking a silly questions.
once we setup VPS... how do we move our site into the new VPS server.
is it really simple like just using the CuteFTP for Uploading files. and how to use backup MYSQL DBhttp://D-MovieZ.com visit onces ^_^
-
28th Dec 2011, 06:02 AM #20MemberWebsite's:
AnimeXMafia.com
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
themaManager - edit and manage...
Version 4.04 released. Open older version (or...