All Questions
6 questions
0
votes
1
answer
1k
views
Is there a distro specific to the LAMP stack?
I tried real hard to get LAMP stack working on my pop_os home pc, but could not get it working. Is there a distro in existence with the LAMP stack preinstalled which I can just add WordPress on top of....
1
vote
1
answer
3k
views
Not able to install php5-mysql or php5-mysqlnd
I'm using Debian Jessie inside a docker container docker run --entrypoint /bin/bash -i -t php:5-apache. Unfortunately, I am not able to install php5-mysql or php5-mysqlnd . I did the following steps:
...
1
vote
2
answers
980
views
One PhpMyAdmin per virtualhost
I am relative new and learning about linux servers. I just played with them years ago.
I have configured Apache2, Php5, MySQL, PhpMyAdmin, etc. on a Raspberry using Raspbian (Debian dist).
I just ...
0
votes
1
answer
113
views
Passwords in a LAMP installation on Debian
In a locally installed a LAMP stack, where are the passwords stored? If there is more than one, I only have the MySQL password from the previous installation, but the new one uses the same. Don't PHP5 ...
3
votes
2
answers
11k
views
Getting Minor Version Mismatch Error with Php and Mysql
I randomly started getting this error when trying to instantiate a new mysqli instance in php script:
mysqli::mysqli(): Headers and client library minor version mismatch.
Headers:50541 Library:...
0
votes
2
answers
3k
views
Is there any way to install MySQL 5.1 and PHP 5.3 on Centos 7
Is there any way to install MySQL 5.1 and PHP 5.3 on Centos 7. I researched a lot but could not find any link which gives step by step procedure. Can someone please give me steps to be followed to ...