Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rflsantana

Pages: [1]
1
MySQL / How to restore database backup in case mysql server break
« on: October 28, 2015, 02:44:10 PM »
I did Mysql update procedure for the 5.5, but everything went wrong. But already I created a topic about it.

Before that, I made a backup as these steps:

Quote
1) Create full database backup (In case mysql server break we have backup to restore).

mysqldump --events --all-databases | gzip > /home/alldatabases.sql.gz

Finally removed the Mysql and I'm trying to do the reinstallation.

How could I once installed, do the restore from this backup?

2
FTP / How to change ftp port
« on: October 28, 2015, 11:06:46 AM »
Hi Guys!
I wonder how do I change the default FTP port . It's because? My ISP is blocking port 21 .

Pages: [1]