Topic: Rails server not starting..
I created a new rails app with default database as mysql..When i enter 'rails server' command i get the below message
You are not logged in. Please login or register.
Rails Forum - Ruby on Rails Help and Discussion Forum » Setup and Configuration » Rails server not starting..
I created a new rails app with default database as mysql..When i enter 'rails server' command i get the below message
not sure on windows, but in linux, you need the mysql dev libs.
If you're running Ubuntu then install the libraries (mysql-dev) using the command -
sudo apt-get install libmysql++-dev
It looks like he's on a windows machine. Maybe i'm wrong, but from that screen shot that looked like a windows command line.
Hosting provided by aTech Media