Hello Raspberry Pi
Please visit my new address:
https://coxxect.blogspot.com/
Showing posts with label
MySQL
.
Show all posts
Showing posts with label
MySQL
.
Show all posts
Wednesday, November 20, 2013
Install MySQL on Raspberry Pi
To install MySQL on Raspberry Pi, enter the commands:
$
sudo apt-get install mysql-server
$
sudo apt-get install mysql-client
$
sudo apt-get install php5-mysql
Restart Apache2 after installed.
$
sudo service apache2 restart
Sunday, November 17, 2013
Install LAMP web server on Raspberry Pi
The term "LAMP" refer to the common configuration for webservers which standard for:
Linux operating system
Apache webserver
MySQL database server
PHP
Installation:
-
Install Apache 2 Web Server on Raspberry Pi
-
Install PHP5 on Raspberry Pi
-
Install MySQL on Raspberry Pi
Related post:
-
Display system and memory info of Raspberry Pi with PHP
Older Posts
Home
Subscribe to:
Posts (Atom)