I was having issues setting up MySQL Python when I was setting up a Django development environment on Mac OS X. This works fine on. . .
Category: Code Recipes
Feb
26
How to create a MySQL database and users from the command line
Create the database with the mysqladmin tool. Don’t forget sure and add the bin folder to your path if you are on Windows or Mac! . . .
