Displaying 2 results from an estimated 2 matches for "app_dev".
Did you mean:
add_dev
2011 Feb 09
0
Mysql2::Error: SAVEPOINT active_record_1 does not exist
...he errors thrown up when I try uploading a file in the development
mode.
Mysql2::Error: MySQL server has gone away: INSERT INTO
`xml_uploads` ...................
My database.yaml settings are the following
development:
adapter: mysql2
encoding: utf8
reconnect: true
database: app_dev
username: username
password: password
host: localhost
test:
adapter: mysql2
encoding: utf8
reconnect: true
database: app_test
username: username
password: password
host: localhost
Does anyone have any clues as to what the problem is and how it can...
2008 Jun 03
15
Problem with rails environment with cygwin...mysql doesn't
I have rails 1.2.2, ruby 1.8, mysql 5 and Rad Rails in my win XP and
this
stack works fine.
But I''m trying to use rails 2.1, mongrel, capistrano, git, mysql all in
cygwin and e Text Editor.The only think that doesn''t work is mysql.I
installed this app from the source(in version 5.0.45, ./configure then
make install).All
right, but when I try to launch this error occurs: