Plesk 11.x / Windows :: How To Upgrade Mysql 4.x Installation
Jul 29, 2012
Plesk has mysql installed with it to run properly and I need to upgrade that version to the latest. Now I am not talking about the mysql server that it provides for me to create databases on. I am talking about the version it uses to run.
View 3 Replies
ADVERTISEMENT
May 21, 2014
In order to install moodle, I need to upgrade MySQL from 5.1 to 5.5. I have gone through one of the KB articles [URL], but it's not very clear.
Can I upgrade it through Add/remove Components from Install and update products just like it can be done for PHP?? I see MySQL Server 2005, 2008 and 2012,
View 2 Replies
View Related
Aug 13, 2013
Since we upgraded to Plesk 11.5 or (I'm not shure) the last Update 12, user can not import MySQL-Databases anymore.
If the user open phpMyAdmin for import and select the database and click on Ok, phpMyAdmin does nothing.
I heard that could be a problem with JQUERY and I checked the files in ParallelsadminhtdocsdomainsdatabasesphpMyAdminjsjquery and all files seems to be there.
Only if I check the source of the phpMyAdmin Import-Website it seems, there is a problem with jquery-1.6.2+fix-9521.js.
But how I can fix this problem for all Windows-Servers.
View 19 Replies
View Related
Oct 28, 2014
I'm getting the following alert in my Plesk 11.5 panel :
1) Failed to update Panel. To solve this problem, you can send the update log to Parallels support. View the update logs (Oct 27, 2014). View the update logs (Oct 28, 2014). Copy the logs to your computer before you close this message. To close this message, click here.
2) Installation or upgrade failed. For more information, log in as root to the server over SSH and view the file /tmp/plesk_11.5.30_installation.log. To remove this notice, remove the file /var/lock/parallels-panel-upgrade-failure.flag from the server. Repair the failed upgrade or installation.
----------------------------
here the final part of the update log:
----
===> Cumulative APS controller database (apsc) upgrade has been started.
===> Upgrade of APS controller database has been completed.
===> Cumulative Plesk database upgrade (revertable stage) has been started.
[Code]....
View 1 Replies
View Related
Jan 5, 2009
i have windows server 2003 and i also have plesk 7.5.... every time i try to install plesk it says thats i need frontpage 2002 or later and url]...i have both but it still says i dont have it
View 3 Replies
View Related
Oct 15, 2014
Is it possible, that the script changes my admin password for MySQL? I can not connect to my MySQL Server any more.
View 1 Replies
View Related
Oct 15, 2014
on my Ubuntu 14.04 LTS server, I have ran the install script. This process stopped with the message: ERROR while trying to establish test connection. If you are installing Plesk on an already configured MySQL server, you need to specify the administrator's credentials to succeed with the installation.
To do this, you need to create a file - /root/.my.cnf with the 'client' section where you need to provide user and its password ("user = $admin_name" and "password = $admin_pass").
After installation is finished, the file /root/.my.cnf will be renamed to /root/.my.cnf.bak
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again
Accordingly, I have the existing my.conf copied to the ROOT directory and added the two missing lines in the client area. After that I started the plesk-installer.sh again. The process stopped at a line
"Installed product components are determined" and nothing still happend. The log files says nothing but the last information at the previous try.
View 1 Replies
View Related
May 28, 2009
I am planning on upgrading to php 5. I really don't need to upgrade to mysql 5 but do you guys think I will face problems with PHP 5.2.9 and Mysql 4.1.20 working together...
I am planning on doing the upgrade like this (if I decide to upgrade PHP and MYSQL all together)
1. STEP
nano /etc/yum.repos.d/CentOS-Base.repo
2. STEP
change the enabled=0 to 1 as follows
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
priority=2
protect=1
4.STEP
yum install php-xml
5.STEP
yum update httpd* php* mysql*
and restart the server do you guys think I will face any problems.
If I am only upgrading the php to latest I am planning on doing
1.STEP
I will do the 2.STEP above
2.STEP
wget -q -O - http://www.atomicorp.com/installers/atomic.sh |sh
yum install php-xml php-pdo
yum install php-pear
mv /etc/php.ini.rpmnew /etc/php.ini
and reboot
View 4 Replies
View Related
May 28, 2009
I am planning on upgrading to php 5. I really don't need to upgrade to mysql 5 but do you guys think I will face problems with PHP 5.2.9 and Mysql 4.1.20 working together...
I am planning on doing the upgrade like this (if I decide to upgrade PHP and MYSQL all together)
1. STEP
nano /etc/yum.repos.d/CentOS-Base.repo
2. STEP
change the enabled=0 to 1 as follows
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=[url]
release=$releasever&arch=$basearch&repo=centosplus
#baseurl=[url]
gpgcheck=1
enabled=1
gpgkey=[url]
priority=2
protect=1
4.STEP
yum install php-xml
5.STEP
yum update httpd* php* mysql*
and restart the server do you guys think I will face any problems.
If I am only upgrading the php to latest I am planning on doing
1.STEP
I will do the 2.STEP above
2.STEP
wget -q -O - [url]
yum install php-xml php-pdo
yum install php-pear
mv /etc/php.ini.rpmnew /etc/php.ini
and reboot
View 2 Replies
View Related
Oct 12, 2014
How to upgrade mySQL from version 5.1 to version 5.5 on linux. We're running CentOS version 6.3 with Plesk 11.09.
The approach outlined here [URL] .... seems like the way to go. I want to be sure that I don't adversely affect our installation.
If it is at all relevant we're running a Joomla 2.5 site.
View 5 Replies
View Related
Aug 21, 2013
I have Plesk Panel 11.5 and wanted to install Drupal 7.23 as an application.The installation didn't worked, because it says: "The app requires PHP 5.2.5 or later. Currently, you have PHP none. If the version is "none", ensure that the PHP support is selected for the domain."I checked the server components and it says, that I have installed PHP 5.2.17 and 5.4.15...Also my win 2012 server has 5.4.15.
View 2 Replies
View Related
Nov 10, 2013
I am struggling to install Wordpress. When I try I get the Error message:
Error: Installation of WordPress at http://xxx failed. Try to establish connection failed
This appears to be something simple but I don't know what I am doing wrong!
View 2 Replies
View Related
Sep 22, 2014
I'm still using Plesk 11.5.30 and MySql 5.5.39. That was discribed here how to update. But i need to have a MySql 5.6.5 (minimum) for some software (This version is over 2 years old). I'm using CentOs 6.5. and PHP 5.4.33
how to do this, whitout breaking plesk 11.5.30??
View 4 Replies
View Related
Nov 28, 2014
I see that Plesk 12 supports MySQL 5.6, but the server I am running is Ububtu 14.04 LTS and comes with 5.5.
I need to make 5.6 available but I can see no way of doing it without breaking Plesk (I already tried just installing it from command line with apt-get install and had to restore the whole server from backup!) - there is no option for MYSQL in Plesks updates & upgrades menu ...
View 14 Replies
View Related
Oct 9, 2013
How can I remove all previous web users, even after an uninstall, I am having trouble finishing a new installation, during the wizard because users already exist.
View 15 Replies
View Related
Jan 23, 2014
Windows setup: Plesk Panel 11.5 - Server 2012r2 - IIS 8.5 - PHP 5.3/5.4/5.5 - mySQL/MSSQL. Server runs behind firewall (NAT). Setup with local DNS pointing all A records towards public IP.
Situation:
Installed Wordpress through Plesk applications. (mysql). URL....Installs themes in WP console. Everything ok. Installs theme from file, site gets an 500 error. Sometimes installation of theme goes fine, but once activated or previewed it shows 500 error.
Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
View 10 Replies
View Related
Feb 24, 2015
I'm trying to install worpress manually but I can't get the WP do initiate the installation process.
I give a HTTP 500 error
I have Windows 2012 R2 server.
View 4 Replies
View Related
Jul 9, 2015
I was trying to install Plesk on my Windows Server 2012 Standard, but it failed. It says:
" Failed to install 'C:ParallelsInstallerparallelsPANEL-WIN_12.0.18dist-msi-Microsoft-2003-i386plesk-site.msi':"
Error: The installation of the package 'plesk-site' failed with code 1603. (install: installing Parallels Panel WebSite...)
Please contact Support.
View 2 Replies
View Related
Jan 17, 2013
I have a plesk server with me, would like to check how should I upgrade my .net framework to 4.5?
Do I need to update the framework by using the control panel or manually download and install?
The plesk is a Parallels Plesk Panel 11.x for Windows.
View 11 Replies
View Related
Sep 17, 2013
connected to my other question regarding hMailserver and Plesk 11.5 for Windows I still need to transfer/upgrade two other servers to Plesk 11.5 - and these two are using hMailserver. During the upgrade to Plesk 11.5.x hMailserver is kicked out and Mail Enable SE is installed (and luckily configured). The users will have their old mails stored with hMailserver and a "blank" new mailbox with Mail Enable. Somehow I need to transfer or migrate these mails from hMailserver to Mail Enable.
My solution last time was "easy but annoying": I set new passwords for all mailboxes and used IMAPcopy to copy all messages, one by one. This took like forever!There was just no other solution as I already upgraded my installation. As of now, the "Upgrade Notes" published by Parallels suggest to "upgrade by migrate". How to do this, without IMAPcopy and all this trouble? Maybe if I get a backup of the mails and restore this backup? Is there a way to only backup the mails instead of the whole configuration and stuff?
View 1 Replies
View Related
Oct 12, 2012
During downloading the files for the upgrade, it is hanging at downloading the following file:
plesk.msi
When I look at the C:ParallelsInstallerparallelsPANEL-WIN_11.0.9dist-msi-Microsoft-2003-i386 I see that the file is .tmp and cannot be deleted.
I do not know how to stop the upgrade, delete the .tmp file and download the files again.
View 2 Replies
View Related
Jul 30, 2012
Problem with FTP Users on Plesk 11 after updating from Plesk 10.
SO: Windows Server 2008 R2 Standard Edition
Panel: Plesk for Windows 11.0.4
I noticed that users cannot FTP, when trying to connect they receive an error: 530 User cannot log in, home directory inaccessible.
Doing further investigation, I confirmed that only users created after upgrade have this issue, that created before upgrade works fine.
I already discovered that home directory is missing on IIS 7.5 FTP. Creating a symbolic link on NTFS using MKLINK command pointing to home folder and configuring permissions to user solved the problem.I think its a bug on Plesk Panel 11.0.4 as I can see same the same problem on two distinct servers after upgrading from Plesk 10 to 11.
I tried to run Plesk Reconfigurator utility with all options, without success.I can fix home directory by myself manually but it will be great if Plesk Panel handle this again.
View 2 Replies
View Related
Aug 2, 2012
I need to upgrade from smartermail 5.5 to latest smatermail 9 . Let me know any option via plesk panel
Plesk 10.4.4 is currently installed my server. Going to upgrade plesk 11
View 3 Replies
View Related
May 19, 2014
I have Parallels Plesk Control Panel installed on Windows Server 2008 with PHP 5.2.17. In order to install moodle, it requires PHP 5.4.4 installed. How do I upgrade to the latest PHP or to version 5.4.4, are there any standard instructions?
View 4 Replies
View Related
May 12, 2009
I have Redmine application installed for one of my sites. I want to update the redmine installation on my site to SVN. I have less exposure on rails and redmine and iam trying to learn myself. But i require guidance. Could you please advice me regarding how to update the existing redmine install to SVN. Since once i update it to SVN, it stays up-to-date in realtime.
View 1 Replies
View Related
Aug 13, 2014
Since I upgraded to Plesk 12, when I create a new subscription, an IUSR account is no longer created for that website so I can grant the appropriate permissions to folders, etc.
View 2 Replies
View Related
Jul 13, 2015
i want to uprage my plesk panel to 12. But i have this problem
"Parallels Panel pre-upgrade checking... 'wmic.exe' is not recognized as an internal or external command,
operable program or batch file.
FATAL_ERROR: Unable to get IP address"
View 4 Replies
View Related
Nov 4, 2013
I see that, when subscriptions is suspended, backup manager continuous working.
View 2 Replies
View Related
Jun 14, 2013
After upgrade plesk 11 to 11.5 there is a new feature in domain hosting settings which is called "Preferred domain"
We can not change the state of Preferred domain. It always remain domain.tld When we try to change it to "none" panel says "Information: The settings were successfully updated."
When we check hosting settings again Preferred domain section is domain.tld . due to that reason we r having lots of diffuculties. Lots web page down due to web.config file has redirection.
View 8 Replies
View Related
Jun 23, 2014
After Plesk Panel upgrade to 12.x I found a warning showing at Home>Tools & Settings> Database Servers
Warning: Unable to determine the TCP port number used by Microsoft SQL server '.SQLEXPRESS': TCP/IP protocol is not enabled in the server network configuration or the server is configured to use dynamic TCP ports.
To allow your customers to automatically configure firewall for remote database access, manually configure the SQL server to listen on a specific fixed TCP port.Click to expand...
View 3 Replies
View Related
Jun 23, 2014
After Plesk panel upgrade to 12.x webadmin stopped working . It's showing following error
Code:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. review the following URL and make sure that it is spelled correctly.
View 2 Replies
View Related