From 1c0848ab4e079ffa0264ba797e8b25a6ff615707 Mon Sep 17 00:00:00 2001 From: Ste Vaidis Date: Fri, 28 Jul 2023 17:09:38 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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