06 May 2008

mySQL on a mac

Some things to note:

Uninstall cd /usr/local
ls –l
Delete file /library/Receipts/mysql**.pkg
sudo rm –R mysql….
Then delete the other one too.

Locate directory locate *mysqld*

Change directory: cd /usr/local/mysql

Connect to test database: /usr/local/mysql/bin//mysql test

Freeway

Some impotant points of note for Freeway

setting permissions (terminal) chmod *** file(orfolder)

copying across install to server: http://forums.openfreeway.org/viewtopic.php?t=1073&sid=6ecb5ddf1dd7424ff710b73c7e186b78

Backup / copy mySQL database: http://fragments.turtlemeat.com/mysql-database-backup-restore-phpmyadmin.php

backup Freeway and upload to server: https://www.openfreeway.org/documentation/UsingSubversionToManageFreeway

Labels: , , ,

04 May 2008

PHP / mySQL on Windows Home Server

A guide to setting this up available here.