Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusHT committed Oct 29, 2022
1 parent 098214a commit 8acc343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Debes primero crear una base de datos con el nombre jadarbank

```sql
CREATE DATABASE jadarbank CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE DATABASE jadarbank CHARACTER SET utf8 COLLATE utf8_unicode_ci;
```
Después debes importar la base de datos que esta dentro de `database/jadarbank.sql` ya sea con mysql, phpmyadmin, etc.

Expand Down

0 comments on commit 8acc343

Please sign in to comment.