fixed some erros

This commit is contained in:
root
2017-06-29 06:34:13 -04:00
parent 78c93db0fa
commit b879aae8e2
3 changed files with 73 additions and 1 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# OPTIONS
max_allowed_packet = 16M
CREATE USER 'image'@'localhost' IDENTIFIED BY 'image';
CREATE DATABASE image;
GRANT ALL PRIVILEGES ON image.* TO image@localhost;
# INSTALL
yum install httpd mysqld php php-gd -y