diff --git a/README.md b/README.md index cabb3a3..3c13757 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ mysql_install_db # create system tables and binary files mysql_secure_installation # Enable socket at /var/run/mysql.sock ``` -/etc/my/cnf +:floppy_disk: `/etc/my/cnf` ```ini [client-server] @@ -115,7 +115,7 @@ mysql -uroot -p1234 -e 'FLUSH PRIVILEGES' Test php mysql - `/var/www/htdocs/test.php` +:floppy_disk: `/var/www/htdocs/test.php` ```php