PDA

View Full Version : I'm on a Mac...


mark282611
04-22-2009, 09:26 AM
...using DW CS3 and have loads of WebAssist extensions, just downloaded the Contact Form Solutions Pack and saw the beginners guide to setting up a database and thought "YAY! At Last!" as I am a designer and have no clue about databses although I would like to/need to get my head round it.

However, it's all for Windows.

Is there ANYONE that can shed some light on working with databases on a Mac??? (a G5 2Ghz Dual Processor running OSX 10.4.11)

Has to be a really step-by-step setup for dummies type of thing, I really have no clue about databases - but I am a fast learner.

All/any help much appreciated

Ray Borduin
04-22-2009, 10:56 AM
Have you looked at the WebAssist Database starter kit? It should walk you through many of the basics you would need.

Justin Nemeth
04-22-2009, 11:34 AM
If you want to get a quick web server and MySQL database server running, check out MAMP - http://www.mamp.info/en/index.html. That should get your test environment up and running quickly to dive in. Using the DB starter kit will walk you through the basics.

mark282611
04-22-2009, 12:37 PM
Cheers guys - I'd overlooked that as it isn't in with the contact form thing.

Will have a run through with both and see if it points me in the right direction!

Thanks again.

susan.pro374869
08-05-2009, 01:39 PM
I followed the directions in your "How to install PHP/MySQL on Mac OS 10.5"
All was well until the very last step of changing password. I typed a " instead of an ' and hit return. Now when I open terminal and try to type any sort of a command, nothing happens. There is no blinking cursor, nothing. I am a newbie and afraid I a have screwed up my Mac by being an ignorant sodu commander.

I have no idea what to do. My goal is to make an online store with DW CS4. I bought the Web Developer Suite but am a neophyte who has spent two days on the very first step of trying to set up a testing server. I am in a bad place.

Can anyone help me with my sodu Terminal woes?

Justin Nemeth
08-07-2009, 01:11 PM
In terminal pressing Control-C will exit from your current command. You should also be able to copy/paste the commands into terminal if that is easier than typing them out.

gregurke385889
08-23-2009, 04:25 AM
Hi again as you mentioned above sometimes re-doing the steps fixes the issue.

I have re-done the step about 10 times and can't seem to get a result. I have attached picture1 to this message as it is a long one but basically it is telling me that no testing server is running - yet I have MAMP telling me it is all good, and also when I go to the details in the testing server for the site it sets it for me (see attachment picture2).

what the?

cheers
DG

Justin Nemeth
08-26-2009, 09:31 AM
It looks like DW is looking for the script in the root of you mamp site, based on picture 1. It also looks like your testing server is set to a sub folder within the mamp site. Its possible DW is putting the files in that directory instead of the root.

Can you find the _mmServerScripts anywhere in your web directory? If so, try moving it to the web root and that should fix the problem.

gregurke385889
08-27-2009, 05:04 AM
thanks for the reply but I have moved that mm folder and it made no difference. Exact same error message.

I have followed the install locations anyway so I don't get why this is a problem?
I moved the e-learning folder to the sites folder. Even when I move the mm server folder out it auto regenerates itself there anyway.

is there some form of manual you have for mac installs? i am getting desperate aaaaaaaaahhhhh

thanks in advance
Dave

PS interesting weird thing. If I manually eneter the name"physical_goods" and press ok it allows the db to load, although I can't edit it. see attchment to see what it comes up as. Does this possibly explain anything you may have experienced?

Justin Nemeth
09-03-2009, 10:36 AM
Are you using MAMP or the build in apache server as yor webserver on your mac? It seems like its an issue with the path to your web folder and/or testing server.

Here is how I normally set it up, so verify yours is similar.

Choose a local site folder in your /Sites/ somewhere. For the testing server, choose you server language (likely php), then choose the same local folder there. In the testing server url, make sure the path is correct (i.e. http://localhost/myfolder).

If that doesn't work properly, my guess is it a config issue with your web server. And its even possible you have MAMP and the build in web server running at the same time. If you have both running, you might need to double check your site root for MAMP since it might be set to something besides /Sites/ and it also might be running on another port.