Tagged: install gallery in wordpress

0

gallery

GALLERY2: wget http://nchc.dl.sourceforge.net/project/gallery/gallery2/2.3/gallery-2.3-full.tar.gz 1.yum install mysql* 2.service mysqld start mysql>  create database gallery2; mysql>  show databases; mysql> use databases; mysql> CREATE USER ‘exampleoo’@’localhost’ IDENTIFIED BY ‘exampleoo’; mysql> GRANT ALL PRIVILEGES ON .* TO ‘exampleoo’@’localhost’ ...