Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT user,authentication_string,plugin,host FROM mysql.user;
- +------------------+------------------------------------------------------------------------+-----------------------+-----------+
- | user | authentication_string | plugin | host |
- +------------------+------------------------------------------------------------------------+-----------------------+-----------+
- | debian-sys-maint | $A$005$L&iQ9W\yR;7`fjFgmadCQ9vYOBXH1c8hCtHFLVvUhfodGTgoV9Wibgl0 | caching_sha2_password | localhost |
- | mysql.infoschema | $A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED | caching_sha2_password | localhost |
- | mysql.session | $A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED | caching_sha2_password | localhost |
- | mysql.sys | $A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED | caching_sha2_password | localhost |
- | root | | auth_socket | localhost |
- +------------------+------------------------------------------------------------------------+-----------------------+-----------+
- 5 rows in set (0.00 sec)
- ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
- GNU nano 4.8 /etc/apache2/mods-enabled/dir.conf
- <IfModule mod_dir.c>
- DirectoryIndex index.html index.cgi index.pl index.php index.xhtml inde>
- </IfModule>
- # vim: syntax=apache ts=4 sw=4 sts=4 sr noet
- sudo apt install php libapache2-mod-php php-mysql -y
Advertisement
Add Comment
Please, Sign In to add comment