Search Results

0
votes

To run a .sql -file in MySQL

Have you actually created the database 'personal' and the table 'posts'? You might want to try something like: mysql -h localhost -u <user> -p<password> -D pers …