: How to copy Wampserver functionality for localhost on Ubuntu How to recreate a Wampserver like functionality on my localhost so I can see loaded Apache/PHP/MySQL Version, Loaded PHP modules, My
How to recreate a Wampserver like functionality on my localhost so I can see loaded Apache/PHP/MySQL Version, Loaded PHP modules, My Projects (actual directories in the "/var/www"/) and etc.
More posts by @Alves908
1 Comments
Sorted by latest first Latest Oldest Best
Once you have migrated your files and database to Ubuntu, you can create a php file with phpinfo(); inside the file. View this in your browser and it will show you all the loaded php modules.
For a list of loaded apache2 modules open a terminal and type apache2ctl -M
To lookup your MySQL version there are a number of ways listed here www.geeksww.com/tutorials/database_management_systems/mysql/tips_and_tricks/how_to_check_mysql_version_number.php
But from your mysql> prompt type SELECT version();
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.