Published on June 15, 2010 by Amir Sedighi
If you used to setup web servers in windows 80 port easily, you will find that Linux needs a bit customization for using 80 port. Indeed, Linux has its own secured solution to let your web servers listen to the 80 port. In fact, you can not use the ports under 1024 for the individual [...]
Posted in Linux
Published on June 5, 2010 by Saeid Zebardast
Somehow you need to relocate MySQL database to another machine. To do this the same as other RDBMSs you need to export the schema and import it into the destination database. There are various methods but they all have the same two stages, Import and Export. You can use the following commands: Export `mysqldump` command is [...]
Tags: mysqldump
Posted in Linux, MySQL
No Comments