Skip to content

Commit

Permalink
Deleted UTF-8 code
Browse files Browse the repository at this point in the history
I already placed that code in the file which is part of the tarball
  • Loading branch information
Daniel Ehrlich authored Jul 8, 2017
1 parent e612a2a commit d0ce7b0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions v1-Beta-AWS-Guide/chapters/04-Database-System.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,3 @@ _[< previous chapter](03-Network-File-System.md) | [next chapter >](05-Session-M
3. Wait many moments for the database to be created.
4. Click on the first row of the **Instances** table.
5. Record the **Endpoint** (without the ":3306" section) in a safe place.

### Enforce the database to use UTF-8

1. Open "**openemr/sql/database.sql**" and add the following code to the bottom:

```
use openemr;
ALTER DATABASE openemr CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE lang_definitions CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
ALTER TABLE lang_constants CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci;
```

0 comments on commit d0ce7b0

Please sign in to comment.