Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedvir authored Mar 10, 2024
1 parent 6c596a1 commit 77831ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ Or
![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-2.png)
![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-3.png)

1. Don't forget to enter the mysql username and password in 'Pal-Server-Info.php' on line 22
### MySQL Config
1. Don't forget to enter the mysql username and password
![Alt text](https://raw.githubusercontent.com/saeedvir/PaL-Server-Info/main/img/image-9.png)

or in 'Pal-Server-Info.php' on line 27
```php
$MYSQL_CONFIG = [
'host' => 'localhost',
Expand All @@ -116,7 +120,7 @@ Or
'benchmark_insert' => 100, //ex : 100
];
```
2. Refresh Your Browser
3. Refresh Your Browser

## How To Use CLI Mode?
Download the "PaL-cli.php" file
Expand Down

0 comments on commit 77831ae

Please sign in to comment.