Update README.md

This commit is contained in:
Ste Vaidis 2023-07-28 17:09:38 +03:00
parent 0e8befe1fb
commit 1c0848ab4e

View File

@ -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
<?php