Add mysql info
This commit is contained in:
parent
5b9cfad4a6
commit
6a29b3afea
|
@ -26,6 +26,13 @@ echo "Update Nginx configuration in /etc/nginx/sites-enabled/ with using example
|
|||
|
||||
#mysql -u root mysql -p CREATE DATABASE ideside; CREATE USER 'ideuser'@'localhost' IDENTIFIED BY 'yourpassword'; GRANT ALL PRIVILEGES ON ideside.* TO 'ideuser'@'localhost'; FLUSH PRIVILEGES;
|
||||
|
||||
# mysql -u root mysql -p
|
||||
#CREATE DATABASE wordpress;
|
||||
#CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'newpassword';
|
||||
#GRANT ALL PRIVILEGES ON wordpress.* TO 'wordpress'@'localhost';
|
||||
#FLUSH PRIVILEGES;
|
||||
|
||||
|
||||
#https://askubuntu.com/questions/705458/ubuntu-15-10-mysql-error-1524-unix-socket
|
||||
|
||||
#https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
|
||||
|
|
Loading…
Reference in New Issue