15 0 2 ZeroXV Read Me
15 0 2 ZeroXV Read Me
15 0 2 ZeroXV Read Me
------------
Introduction
------------
The Uniform Server Zero is designed for portability; emphasis is
given to reducing code size. The Uniform Server Zero achieves this
through a modular implementation. Install only modules (plugins)
you require. These are listed in the documentation plugin section:
ZeroXV_documentation_x_x_x.exe
Uniform Server ZeroXV releases are versions with pre-installed ZeroXV modules
producing a standard WAMP (Windows, Apache, MySQL and PHP) server
package. After extracting, servers are ready to run either from a
USB memory stick or PC. Apart from changing the MySQL password
(optional), there is no configuration required.
------------------------
Install module (plugins)
------------------------
Notes: Apache and PHP binaries are compiled with Visual Studio.
Ensure you have installed the latest supported Microsoft Visual C++
Redistributable packages for Visual Studio.
Download: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-
visual-c-downloads (select: vc_redist.x64.exe)
--------------------
Clean module install
--------------------
For modules that have already been installed, first delete the module folder and
then proceed as above.
ZeroXV_apache_2_x_x.exe UniServerZ\core\apache2
ZeroXV_mysql_8_x_x.exe UniServerZ\core\mysql
ZeroXV_mariadb_10_x_x.exe UniServerZ\core\mysql
ZeroXV_palemoon_32_x_x.exe UniServerZ\core\palemoon
ZeroXV_php_7_0_x.exe UniServerZ\core\php70
ZeroXV_php_7_1_x.exe UniServerZ\core\php71
ZeroXV_php_7_2_x.exe UniServerZ\core\php72
ZeroXV_php_7_3_x.exe UniServerZ\core\php73
ZeroXV_php_7_4_x.exe UniServerZ\core\php74
ZeroXV_php_8_0_x.exe UniServerZ\core\php80
ZeroXV_php_8_1_x.exe UniServerZ\core\php81
ZeroXV_php_8_2_x.exe UniServerZ\core\php82
ZeroXV_php_8_3_x.exe UniServerZ\core\php83
ZeroXV_phpmyadmin_5_x_x.exe UniServerZ\home\us_opt1
ZeroXV_adminer_4_x_x.exe UniServerZ\home\us_opt2
ZeroXV_mysqlautobackup_1_x_x.exe UniServerZ\utils (except EdHost.exe)
ZeroXV_strawberry_perl_5_x_x.exe UniServerZ\home\perl
----------------------
Additional Information
----------------------
When running PHP version 7.3.x or older, set MySQL 8 Server's default password
plugin to mysql_native_password or else you will see errors.
In the "core\mysql\my.ini" file, change: authentication_policy =
caching_sha2_password to: default_authentication_plugin=mysql_native_password
Using phpMyAdmin, isolate DB User(s) and Host(s) that were created with
caching_sha2_password, and change the plugin type from caching_sha2_password to
mysql_native_password:
ALTER USER 'pma'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';
--------------------------------
Uniform Server ZeroXV Change Log
--------------------------------
-----------------------------------------------------------------------------
The authors were trying to make the best product so they cannot be held
responsible for any type of damage or problems caused by using this or
another software.
--------------------------------------o0o------------------------------------
Copyright 2002-2023 The Uniform Server Development Team
All rights reserved.