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
$ 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:
- 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
- Linux operating system
- Apache webserver
- MySQL database server
- PHP
- 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
Subscribe to:
Comments (Atom)