1 - Windowsw version - Windows 10 Pro, v1909, 64bit
2 - Version WampServer - 3.2.0, 64 bit
3 - Apache Version - 2.4.39
4 - PHP Version - 7.2.18
5 - MySQL Version - 5.7.26
5a - MariaDB version if applicable - 10.3.14
6 - What color is the WampServer icon GREEN
7 - N/A
8 - Do you have access to localhost? YES
8a - If so, is there an error message at the bottom of the page? NO
9 - Do you have access to phpMyAdmin? YES
10 - If you refer to an error message, please include the EXACT wording of the error in your post. DONE
11 - If you use an Antivirus and / or Firewall, please include the names of these. Avast, Malwarebytes
12 - What is the full path to the installation of WampServer - "C:\wamp64"
13 - If you have one or more Virtual Hosts defined, please show their definition(s). THIS IS WORKING:
# Virtual Hosts
#
<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 chi-wordpress.local
ServerAlias www.chi-wordpress.local
DocumentRoot "${INSTALL_DIR}/www/chi-wordpress"
<Directory "${INSTALL_DIR}/www/chi-wordpress/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
---
Hello everyone
When attempting to open MySQL Console either through the system tray or navigating via command line, I am prompted to enter my enter my username (root), however instead of asking for my password i get this error message:
Could not execute run action: %1 is not a valid Win32 application
Action : Run
Filename: c:/wamp64/bin/mysql/mysql5.7.26/bin/mysql.exe
Parameters: -u %MysqlUser% -p
Trying to import a large db, as you all know, phpMyAdmin is very slow in comparison.
I'm not able to find any answers as to why this is occurring specifically with wamp/mysql, but I understand there may be a mix up in regard to a 32bit application on a 64bit pc? Did not quite understand this.
I've tried upgrading to the latest version of wamp to no avail.
MariaDB console works, but I am unfamiliar with it.
Thanks for any help, happy to provide more info or screenshots if that will help clear anything up.
2 - Version WampServer - 3.2.0, 64 bit
3 - Apache Version - 2.4.39
4 - PHP Version - 7.2.18
5 - MySQL Version - 5.7.26
5a - MariaDB version if applicable - 10.3.14
6 - What color is the WampServer icon GREEN
7 - N/A
8 - Do you have access to localhost? YES
8a - If so, is there an error message at the bottom of the page? NO
9 - Do you have access to phpMyAdmin? YES
10 - If you refer to an error message, please include the EXACT wording of the error in your post. DONE
11 - If you use an Antivirus and / or Firewall, please include the names of these. Avast, Malwarebytes
12 - What is the full path to the installation of WampServer - "C:\wamp64"
13 - If you have one or more Virtual Hosts defined, please show their definition(s). THIS IS WORKING:
# Virtual Hosts
#
<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 chi-wordpress.local
ServerAlias www.chi-wordpress.local
DocumentRoot "${INSTALL_DIR}/www/chi-wordpress"
<Directory "${INSTALL_DIR}/www/chi-wordpress/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require local
</Directory>
</VirtualHost>
---
Hello everyone
When attempting to open MySQL Console either through the system tray or navigating via command line, I am prompted to enter my enter my username (root), however instead of asking for my password i get this error message:
Could not execute run action: %1 is not a valid Win32 application
Action : Run
Filename: c:/wamp64/bin/mysql/mysql5.7.26/bin/mysql.exe
Parameters: -u %MysqlUser% -p
Trying to import a large db, as you all know, phpMyAdmin is very slow in comparison.
I'm not able to find any answers as to why this is occurring specifically with wamp/mysql, but I understand there may be a mix up in regard to a 32bit application on a 64bit pc? Did not quite understand this.
I've tried upgrading to the latest version of wamp to no avail.
MariaDB console works, but I am unfamiliar with it.
Thanks for any help, happy to provide more info or screenshots if that will help clear anything up.