Search Results

130
votes

One piece of advice

Programming is a very sedentary and often stressful job. It sucks you in and makes you eat cold pizza and drink soda at all hours of the night. Look around at your co-workers. Many software engi …
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 …