![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Best regards, Jose Carlos Santos |
#3
| |||
| |||
|
|
Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Is the MySQL server running? |
|
Is your MySQL configuration correct? |
#4
| |||
| |||
|
|
On 17-12-2010 12:35, Jerry Stuckle wrote: Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Is the MySQL server running? Well, I did not check it, but given my first four steps that seems very much unlikely, to say the least. |
|
Is your MySQL configuration correct? I used the same MySQL configuration that I had used for MySQL 5.1.43. And when I installed version 5.1.44 I used again the same configuration and, like I said, all went fine. Best regards, Jose Carlos Santos |
#5
| |||
| |||
|
|
Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Is the MySQL server running? Well, I did not check it, but given my first four steps that seems very much unlikely, to say the least. Given your message, it seems to be very likely. |
|
Is your MySQL configuration correct? I used the same MySQL configuration that I had used for MySQL 5.1.43. And when I installed version 5.1.44 I used again the same configuration and, like I said, all went fine. Did you check the docs for changes in configuration between the releases? |
#6
| |||
| |||
|
|
On 17-12-2010 14:14, Jerry Stuckle wrote: Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Is the MySQL server running? Well, I did not check it, but given my first four steps that seems very much unlikely, to say the least. Given your message, it seems to be very likely. I did everything once again. And this time I ran Task Manager after step 4). And, no, the MySQL server was not running. And I got the same error once again while trying to install version 5.5.8. And, again, all went well when I re-installed version 5.1.54. But I really fail to understand how could you think that, after steps 1) to 4), MySQL might still be running. |
|
Is your MySQL configuration correct? I used the same MySQL configuration that I had used for MySQL 5.1.43. And when I installed version 5.1.44 I used again the same configuration and, like I said, all went fine. Did you check the docs for changes in configuration between the releases? Yes, I did. Best regards, Jose Carlos Santos |
#7
| |||
| |||
|
|
On 17-12-2010 14:14, Jerry Stuckle wrote: Yesterday I tried to make an upgrading from MySQL 5.1.53 to MySQL 5.5.8 On a machine that runs under Windows XP. I did this: 1) I stopped the server with mysqladmin -u root -p shutdown 2) I ran the MySQL Server Instance Config Wizard and then I chose Remove Instance. 3) I deleted the directories C:\Program Files\MySQL and C:\Documents and Settings\All users\Application Data\MySQL 4) I uninstalled MySQL using the "Add and remove programs" utility. 5) I deleted from the registry all references to MySQL. (If this seems a bit radical to you, I must add that this was *not* my first approach.) Then, after installing MySQL 5.5.8 and after configuring the server, I got this message: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - The security settings could not be applied to the database because the connection has failed with the following error. Error Nr. 2003 Can't connect to MySQL server on 'localhost' (10061) If a personal firewall is running on your machine, please make sure you have opened the TCP port 3306 for connections. Otherwise no client application can connect to the server. After you have opened the port please press [Retry] to apply the security settings. If you are re-installing after you just uninstalled the MySQL server please note that the data directory was not removed automatically. Therefore the old password from your last installation is still needed to connect to the server. In this case please select skip now and re-run the Configuration Wizard from the start menu. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - What is causing this? After several failed attempts, I tried to install MySQL 5.1.54 and all went well, but I want to be able to upgrade to MySQL 5.5. Is the MySQL server running? Well, I did not check it, but given my first four steps that seems very much unlikely, to say the least. Given your message, it seems to be very likely. I did everything once again. And this time I ran Task Manager after step 4). And, no, the MySQL server was not running. And I got the same error once again while trying to install version 5.5.8. And, again, all went well when I re-installed version 5.1.54. But I really fail to understand how could you think that, after steps 1) to 4), MySQL might still be running. Is your MySQL configuration correct? I used the same MySQL configuration that I had used for MySQL 5.1.43. And when I installed version 5.1.44 I used again the same configuration and, like I said, all went fine. Did you check the docs for changes in configuration between the releases? Yes, I did. Best regards, Jose Carlos Santos |
#8
| |||
| |||
|
|
I did everything once again. And this time I ran Task Manager after step 4). And, no, the MySQL server was not running. And I got the same error once again while trying to install version 5.5.8. And, again, all went well when I re-installed version 5.1.54. But I really fail to understand how could you think that, after steps 1) to 4), MySQL might still be running. I never said anything about the old version still being running. I said the new version is not running. And you just confirmed it was not - as the message indicated. So you need to find out why the new version isn't running. Did you try to start it? What's your mysql error log show? |
#9
| |||
| |||
|
|
I did everything once again. And this time I ran Task Manager after step 4). And, no, the MySQL server was not running. And I got the same error once again while trying to install version 5.5.8. And, again, all went well when I re-installed version 5.1.54. But I really fail to understand how could you think that, after steps 1) to 4), MySQL might still be running. I never said anything about the old version still being running. I said the new version is not running. And you just confirmed it was not - as the message indicated. So you need to find out why the new version isn't running. Did you try to start it? What's your mysql error log show? Do you mean the file notebook.err? |
#10
| |||
| |||
|
|
Is the MySQL server running? Well, I did not check it, but given my first four steps that seems very much unlikely, to say the least. Given your message, it seems to be very likely. I did everything once again. And this time I ran Task Manager after step 4). And, no, the MySQL server was not running. And I got the same error once again while trying to install version 5.5.8. And, again, all went well when I re-installed version 5.1.54. But I really fail to understand how could you think that, after steps 1) to 4), MySQL might still be running. I never said anything about the old version still being running. I said the new version is not running. And you just confirmed it was not - as the message indicated. So you need to find out why the new version isn't running. Did you try to start it? |
|
What's your mysql error log show? |
![]() |
| Thread Tools | |
| Display Modes | |
| |