From the computer of: qmchenry
(338 recipes)
Created: Apr 04, 2008
If your MySQL instance is not running locally or is not configured to use a socket for communication (or the socket file is not in the default location) you'll receive an error like this when you try to do a 'symfony propel-insert-sql' command:
Getting an error like that can just kill your groove in a clock cycle. The thing is, forcing through this error and manually apply the SQL code to the database will work. If you have the correct database connection settings in config/databases.yml, symfony will correctly connect to the database for normal application operations. The problem is that Propel has its own database configuration information in config/propel.ini
All you need to do to fix this problem is copy the connection string from config/databases.yml into config/propel.ini, replacing the 'propel.database.url' setting which has a default value of 'mysql://localhost/projectname' where 'projectname' is the name of your symfony project.
The 'dsn' line in the databases.yml contains the connection string, something like:
Leave the 'dsn:' part there and copy the 'mysql://....' and remainder of the line and replace the connection string in the config/propel.ini line that starts with 'propel.database.url' with your connection string, like:
If the connection string is correct (and your schema.yml file is in order) you should now be able to do a 'symfony propel-insert-sql' without error.
Subscribe to the Tech-Recipes Newsletter
You can get tips like this delivered in your email every week!
We will never, ever sell your email address or spam you.
Sponsored links
Login
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.Search
Tech Recipes
· Home
· Mac OS X
· Solaris
· Windows
· Programming
· UNIX
· Cisco
· MySQL
· Google
· Instant messaging
· Add recipes
· Leave feedback
· Recommend us
· RSS Syndication
Hot recipes
XP: Small, Free Way to Use and Mount Images (ISO files) Without Burning Them
Make XP look like Windows Vista / Longhorn for free!
How Do I Use or Open Bin, Cue, or ISO Files?
MySpace Hack: View Pictures and Comments on a Private Profile
SMS through E-Mail: Cingular, Nextel, Sprint, T-Mobile, Verizon, Virgin Mobile
Hacks to Beat Rapidshare Download Limits and Waiting Time
Vista: Should I Install 64-bit or 32-bit Version? (x64 vs x86)
MySpace: Hack to Download Any Song on MySpace
Who's Online
There are currently, 1651 guest(s) and 1 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
Information
Wish to advertise with us?
All logos and trademarks in this site are property of their respective owner. The comments and forum posts are property of their posters, all the rest © 2003-2007 by QD Ideas, LLC.
Users of this site are legally bound by the Terms and conditions and Disclaimer. Do not use this web site if you do not agree with these policies.
The members, admins, and authors of this website respect your privacy.
Page Generation: 0.70 Seconds
Sat Jul 19 20:12:01 2008