pbixdesign
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by pbixdesign-
Clear Cache directory
Hi!! I have an unusual problem, it turns out that every minute I have a tool that uploads some CSV files to a folder on a server, on the other hand I have a cron that checks if there is a new file...
-
Copy a database from one account to another account by ssh
Hi, I want to copy a database from one account to another account that I have on the same server. I usually do this when it comes to the same account mysqldump -u user -p'password 'nameBD | ssh use...