Skip to main content
5 events
when toggle format what by license comment
Aug 16, 2017 at 16:57 vote accept mercredi
Aug 16, 2017 at 16:57 comment added mercredi Ok, Thank you so much. so my problem is not the PHP or MySql, it is Apache. That makes sense. I will try the command that you provided. Thank you!
Aug 16, 2017 at 16:52 comment added DopeGhoti If going to the PHP page in a browser shows you the PHP source rather than the results of its execution, that implies that your HTTP server daemon does not have its PHP module enabled, which is beyond the scope of this question. Presuming apache, you can start with sudo a2enmod php perhaps.
Aug 16, 2017 at 16:49 comment added mercredi Thank you. I could login with 'mysql -uphpproject -p ProjectDb' without the error. However, the PHP code is displayed on a browser without displaying the proper content. Does PHP configuration mean connection code? That worked before, but not anymore. How to correct my credentials?
Aug 16, 2017 at 16:37 history answered DopeGhoti CC BY-SA 3.0