I'm just beginning to play with Drupal and have got one running in MAMP Pro, but I'm having some issues with setting up multi-sites.
Showing posts with label mysql. Show all posts
Showing posts with label mysql. Show all posts
Wednesday, October 08, 2008
Wednesday, May 23, 2007
This weekend
Now the fires are red hot for getting sh!t together for our move. By the end of this weekend:
- get a shopping cart installed on the server
- start photographing items to get rid of
- big heater
- small heater
- toyu tanks and pumps
- take fish to Homey Homer
- clean out fish tank
- Commerce.CGI - the first script I looked at; offers free scripts for basic installation and a one-time paid membership to access add-ons
- Shop-script - a pretty slick looking system that features three different tiers of functionality for quite a price increase; clear features description available
- AgoraCart.com - an open source option; also features paid membership upgrade but it's unclear what the features differences are
- photograph everything from a couple of different angles
- measurements
- price
- description
- date of availability
Monday, February 19, 2007
phpMyAdmin
I got phpMyAdmin running on my server the other night. It was my second attempt to get it running. I had problems configuring it to work since the scripts couldn't connect to mysql even thought it was already running. I thought it was a problem with the sockets, but it was the "localhost" string. Apparently with my server, I need to use 127.0.0.1 whenever installation directions call for "localhost". Once I did that it fired up with out a hitch.
The second problem I ran into was an authentication issue. The database user that I defined wasn't able to connect to mysql via the script. When I removed the password for the user in the script, phpMyAdmin worked well enough. I didn't like the idea of running the scripts without password verification, so I took it off line temporarily until I figure out what's going on.
It's always best if I jam on a problem for a while, then leave it and come back to it later. The fresh perspective always helps me to see a different solution. I almost get frustrated at the things I missed the previous attempts, but I'm usually just happy that I figured out the solution.
The second problem I ran into was an authentication issue. The database user that I defined wasn't able to connect to mysql via the script. When I removed the password for the user in the script, phpMyAdmin worked well enough. I didn't like the idea of running the scripts without password verification, so I took it off line temporarily until I figure out what's going on.
It's always best if I jam on a problem for a while, then leave it and come back to it later. The fresh perspective always helps me to see a different solution. I almost get frustrated at the things I missed the previous attempts, but I'm usually just happy that I figured out the solution.
