We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a6315 commit 8c08044Copy full SHA for 8c08044
README.md
@@ -24,13 +24,14 @@ s = cs50.get_string();
24
25
1. Run `cli50` in `python-cs50`.
26
1. Run `sudo su -`.
27
+1. Run `apt update`.
28
1. Run `apt install -y libmysqlclient-dev mysql-server postgresql`.
29
1. Run `pip3 install mysqlclient psycopg2-binary`.
30
1. In `/etc/mysql/mysql.conf.d/mysqld.cnf`, add `skip-grant-tables` under `[mysqld]`.
31
1. In `/etc/profile.d/cli.sh`, remove `valgrind` function for now.
32
1. Run `service mysql start`.
33
1. Run `mysql -e 'CREATE DATABASE IF NOT EXISTS test;'`.
-1. In `/etc/postgresql/12/main/pg_hba.conf, change:
34
+1. In `/etc/postgresql/12/main/pg_hba.conf`, change:
35
```
36
local all postgres peer
37
host all all 127.0.0.1/32 md5
0 commit comments