Open main menu

CDOT Wiki β

Changes

FSOSS 2010 Plug Computing Workshop - Photo Gallery

211 bytes removed, 10:44, 28 October 2010
Configure the Software
# the Photo Gallery software (gallery2)
yum install httpd mysql-server mysql gallery2 php-mysqltmysql
= Configure the Software =
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> create gallery2
-> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'gallery2' at line 1
mysql> create database gallery2;
Query OK, 1 row affected (0.00 sec)