...
For the root administration database password, use the standard password algorithm based on the server name.
Connect PHP to MySQL
Install the necessary libraries so that PHP will be able to connect to MySQL.
Code Block | ||
---|---|---|
| ||
sudo apt-get install php5-mysql |
...