Don't know about you. But for me linux command line is everything. Last a couple of weeks, i busy with server migration. Upgrading to new version of Ubuntu is not so hard to do. The tedious part is that to back up your data and put it up again. You'll be facing some of issues that your new server is restricted here and there. You'll be stuck at permissions and so on.
Getting the server up and running is just a simple thing to do. After done with some hardening, than you need to put your data back in to online. Most of the times i'll be using phpmyadmin to import my data back to the new server. I ran into problems....
Importing large amount of data failed due to constraints from your php.ini files. If you're not going to edit this file, you actually can do it by linux command line!!! :). SSH to your new server, upload that *.sql file[s] to your new server. Get to terminal as root and issue this command :-
# mysqldump -u username -p database_name > database_name.sql
enter the passwrd and you're done. :)
skip to main |
skip to sidebar
Sunday, July 4, 2010
Labels
- iPhone (8)
- Joomla (3)
- Mobile Phones (3)
- My Life (7)
- Photologs (3)
- Tips and Tricks (4)
- Ubuntu Stuff (14)
Blog Archive
-
▼
2010
(43)
-
▼
July
(17)
- How to allow authors to auto-publish in Joomla 1.5.x
- ffmpeg is cool!!! :)
- Downloading youtube videos without 3rd party plug-...
- Iphone 2g : Jailbreak iPhone OS 3.1.3 Firmware wit...
- How to Create Bootable Linux USB Flash/Pen Drive f...
- Changing your default apache publishing directory
- Installing phpmyadmin on ubuntu server 10.04 lucid...
- Setting Up Webserver using Ubuntu 10.04 [part 3]
- Setting Up Webserver using Ubuntu 10.04 [part 2]
- Setting Up Webserver using Ubuntu 10.04 [part 1]
- Unlock almost all nokia models security code
- Streamyx dns
- Hardening your Apache and PHP on Ubuntu 9.04 Server
- I'm losing my root password
- Command line is everything... :)
- Hack and crack that WEP keys!
- Ubuntu 10.04 is called lucid lynx
-
▼
July
(17)
Pages
dr rude's blog |. Powered by Blogger.
Blog Archive
-
▼
2010
(43)
-
▼
July
(17)
- How to allow authors to auto-publish in Joomla 1.5.x
- ffmpeg is cool!!! :)
- Downloading youtube videos without 3rd party plug-...
- Iphone 2g : Jailbreak iPhone OS 3.1.3 Firmware wit...
- How to Create Bootable Linux USB Flash/Pen Drive f...
- Changing your default apache publishing directory
- Installing phpmyadmin on ubuntu server 10.04 lucid...
- Setting Up Webserver using Ubuntu 10.04 [part 3]
- Setting Up Webserver using Ubuntu 10.04 [part 2]
- Setting Up Webserver using Ubuntu 10.04 [part 1]
- Unlock almost all nokia models security code
- Streamyx dns
- Hardening your Apache and PHP on Ubuntu 9.04 Server
- I'm losing my root password
- Command line is everything... :)
- Hack and crack that WEP keys!
- Ubuntu 10.04 is called lucid lynx
-
▼
July
(17)
0 comments:
Post a Comment