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.
Pages: [1]
2
PHP Selector / Re: PHP Selector not working
« on: January 05, 2016, 01:57:34 PM »Installing the dependencies produces a message saying this will happen in the background.
However nothing happens and the log file is empty.
Trying to rebuild the php compile through the GUI also has no affect.
After checking the /usr/local/src folder I found all the php related sh files to be blank.
I am also having the same problem
Newly installed server . Dependencies installed correctly. But the PHP installation does not.
3
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:
Finally removed the Mysql and I'm trying to do the reinstallation.
How could I once installed, do the restore from this backup?
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?
4
MySQL / Re: How to update mysql from 5.1 to 5.6
« on: October 28, 2015, 11:15:34 AM »Hope this might help -
1) Create full database backup (In case mysql server break we have backup to restore).Code: [Select]mysqldump --events --all-databases | gzip > /home/alldatabases.sql.gz
2) Install Remi repo.Code: [Select]cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo
3) Now upgrade MySQL Server.Code: [Select]yum --enablerepo=remi update mysql-server
sudo mysql_upgrade
4) Restart MySQL Server.Code: [Select]service mysqld restart
If you want to do a fresh install of MySQL Server.Code: [Select]yum --enablerepo=remi install mysql-server
You are done with upgrading.
I used exactly this command on my VPS and now I can not access it!
When you open the page, the following error appears
Quote
Warning: mysql_connect(): No such file or directory in /usr/local/cwpsrv/htdocs/admin/index.php(1) : eval()'d code(1) : eval()'d code on line 2
mysqld is stopped
Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: service cwpsrv restart
**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf
Could not connect: No such file or directory
5
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 .
I wonder how do I change the default FTP port . It's because? My ISP is blocking port 21 .
Pages: [1]