24x7ss
- Total activity 511
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 243
Comments
Recent activity by 24x7ss-
I will suggest you to backup your all mysql databases before proceeding with Mysql upgrade. Take backup in .sql format and keep it in one safe place. Once done then you can upgrade mysql from WHM >...
-
You can install ffmpeg by using ffmpeg autoinstaller script or use tar or svn to install ffmpeg on the server.
-
You can easily install ffmpeg on cpanel server. I will suggest you to go with svn or tar ball. I love to do manually compilation so I will recommend to go with tar ball. You have to compile ffmpeg ...
-
What error message you are getting now ? Is mysql rpm still present on server. If yes then you have to manually remove it.
-
I will suggest you to compile your server as per your requirement. You can choose PHP modules which you want to install on server or as per your site requirement. Regarding security, I will suggest...
-
If you are having root access of the VPS then you can use FTP (filezilla or cuteftp or winscp) to connect to the server then go inside /backup folder there you can see the backup files. You can dow...
-
Have you tried enabling slow queries. It will help you to track which database queries are eating up server resources and also try running "watch mysqladmin proc" command on server. This will help ...
-
I will suggest you try optimizing mysql using mysql tunner script. It will help you to optimize mysql settings. I can see that you have set max connection to 3000. If there are not much mysql conn...
-
How you are uploading images on the server are you using FTP or php upload function. As per your query it seems that you are using php upload function to upload images. If you want all file which g...
-
How you are sending the mails ? Are you using any email client or webmail ? Provide me the complete error message.