MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: June 26, 2022 07:56AM

Cannot install MySQL 8.0.29 change by version. After try to change...wampserver change color form green to red and and it crashes..
After stopped wampserver from task manager and start the server,wamp run with old mysql.

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2



Edited 1 time(s). Last edit at 06/26/2022 08:33AM by Dragos.

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: June 26, 2022 10:55AM

Right-Cick Restart from zero

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: June 26, 2022 03:37PM

Don't work....
See 3 min my screen video capture:
[mega.nz]

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: June 26, 2022 09:00PM

Did you see MySQL and PHP logs ?

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: June 26, 2022 09:17PM

Otomatic Wrote:
-------------------------------------------------------
> Did you see MySQL and PHP logs ?

Yes....can you see too at min. 3,13 and 3,24.....MySQL is emty and php 2 errors with no problems
[26-Jun-2022 21:31:20 Europe/Bucharest] PHP Notice: Undefined index: ServerName in D:\wamp64\scripts\wampserver.lib.php on line 822
[26-Jun-2022 21:31:20 Europe/Bucharest] PHP Notice: Undefined index: DocumentRoot in D:\wamp64\scripts\wampserver.lib.php on line 823.
I use wampini repaire but no solved problem.

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: June 27, 2022 06:23AM

I try to remove and de - install MySQL service.... Don't work...

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: June 27, 2022 05:46PM

Hi,

I am in holiday. It is not possible to answer or do tests about this problem.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: June 27, 2022 06:24PM

Happy Holiday!!! Not problem....be happy!!!

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: July 03, 2022 10:44AM

Hi,

What is the contents of wamp64\bin\apache\apache2.4.54\conf\extra\httpd-vhosts.conf ?

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: July 03, 2022 04:52PM

<VirtualHost *:80>
ServerName localhost
ServerAlias localhost
DocumentRoot "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>


#
<VirtualHost *:80>
ServerName workpage.ro
ServerAlias www.workpage.ro
DocumentRoot "d:/wamp64/www/workpage"
<Directory "d:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
<IfModule fcgid_module>
Define FCGIPHPVERSION "8.0.13"
FcgidInitialEnv PHPRC ${PHPROOT}${FCGIPHPVERSION}
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
Alias /Filme "D:/Filme"
<Directory "D:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Filme "D:/Filme"
<Directory "D:/Filme">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Video "E:/Video"
<Directory "D:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Video "E:/Video"
<Directory "E:/Video">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

#
<VirtualHost *:443>
ServerName workpage.ro
ServerAlias www.workpage.ro
DocumentRoot "d:/wamp64/www/workpage"
<Directory "d:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
<IfModule fcgid_module>
Define FCGIPHPVERSION "8.0.13"
FcgidInitialEnv PHPRC ${PHPROOT}${FCGIPHPVERSION}
<Files ~ "\.php$">
Options +Indexes +Includes +FollowSymLinks +MultiViews +ExecCGI
AddHandler fcgid-script .php
FcgidWrapper "${PHPROOT}${FCGIPHPVERSION}/php-cgi.exe" .php
</Files>
</IfModule>
Alias /Filme "D:/Filme"
<Directory "D:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Filme "D:/Filme"
<Directory "D:/Filme">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Video "E:/Video"
<Directory "D:/wamp64/www/workpage/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Alias /Video "E:/Video"
<Directory "E:/Video">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
SSLEngine on
SSLCertificateFile "D:/wamp64/bin/apache/apache2.4.54/key/workpage_ro.crt"
SSLCertificateKeyFile "D:/wamp64/bin/apache/apache2.4.54/key/workpage_ro.key"
SSLCertificateChainFile "D:/wamp64/bin/apache/apache2.4.54/key/workpage_ro.ca-bundle"
</VirtualHost>

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: July 03, 2022 04:56PM

I reinstall all and work now but sometimes tollbar icon is stuck and cannot do nothing....left or right mouse click...other's icon's work.....not from windows....

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: July 03, 2022 05:19PM

Hi,

Do not mix VirtualHost port 80 with VirtualHost ssl port 443 and with aliases.

VirtualHost port 80 ->httpd-vhosts.conf

VirtualHost ssl port 443 -> httpd-ssl.conf

Alias -> wamp64/alias/ folder

For an example of port 80 and port 443 configuration see item 7 of [forum.wampserver.com]

For left or right click missing :
- Verify that all VC ++ packages are installed and with the latest versions.
To do this, use the tool:
Checks VC++ packages installed
Do not use a previously loaded tool. Make a new download to make sure you are using the correct version.
To download missing packages, do not rely on Microsoft links, they are not reliable, download packages on http://wampserver.aviatechno.net in section Visual C++ Redistribuable Packages
Do not forget that if you have a 64 bit Windows, you must install both 32 and 64 bit versions of each package.
You must install each package "as an administrator", so right-click the exe file and then run as Administrator.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: July 03, 2022 06:53PM

I check one week ago vc pack installed...i understand maybe are from aestran...

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2



Edited 1 time(s). Last edit at 07/03/2022 06:55PM by Dragos.

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: July 04, 2022 02:05PM

Work now...i make right settings with port 443..work great...Thank you

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.orangero.net)
Date: July 06, 2022 07:10AM

I solved...

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2



Edited 1 time(s). Last edit at 07/06/2022 08:26AM by Dragos.

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Dragos (---.workpage.ro)
Date: July 08, 2022 09:37AM

Now the wampserver icon is green, everything works perfectly but the toolbar icon does not respond to left and right mouse clicks. The other icons in the same location work .... wampserver does not .... If I stop the wampserver and mysql from taskmanager and then start the application with administrator privilege, everything works perfectly completely ... but only for a while. The server does not enter standby or sleeping mode ...Thank you

===========================
thank you,
Dragos
===========================
I use:
windows 11 x64 bit
wampserver 3.3.1 (64bit)
php 8.2.2
mysql 8.1.0
phpmyadmin 5.2.1
apache 2.4.58
MariaDB 11.1.2

Options: ReplyQuote
Re: MySQL 8.0.29
Posted by: Otomatic (Moderator)
Date: July 08, 2022 11:51AM

Hi,

> toolbar icon does not respond to left and right mouse
I don't know why !
You could try, with Wampserver stopped:

- 1 - - Verify that all VC ++ packages are installed and with the latest versions.
To do this, use the tool:
Checks VC++ packages installed
Do not use a previously loaded tool. Make a new download to make sure you are using the correct version.
To download missing packages, do not rely on Microsoft links, they are not reliable, download packages on http://wampserver.aviatechno.net in section Visual C++ Redistribuable Packages
Do not forget that if you have a 64 bit Windows, you must install both 32 and 64 bit versions of each package.
You must install each package "as an administrator", so right-click the exe file and then run as Administrator.

- 2 - Aestan Tray Menu update 3.2.4.9

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.