Search found 4 matches

by kilbey1
Mon Dec 30, 2002 2:18 pm
Forum: PHP - Code
Topic: Select checkboxes from database
Replies: 0
Views: 269

Select checkboxes from database

Can someone get me started on this? I've got code set up display a main category of checkboxes, and their children, using SQL and pulling that info from a database. It looks like this: <?php //start code here to POPULATE main categories $sql="SELECT parent_id, cuisine_id,cuisine_name FROM dinin...
by kilbey1
Tue Nov 26, 2002 9:01 pm
Forum: Databases
Topic: Fresh Install of Mysql?
Replies: 2
Views: 720

More...

Following a reinstall, and changing my my.cnf to read in client options: socket = /usr/local/mysql/tmp/mysql.sock (since /tmp/mysql.sock doesn't work), I get: mysqld --socket=/usr/local/mysql/tmp/mysql.sock ./bin/mysqld: Can't change dir to '/usr/local/mysql/data/' (Errcode: 13) 021126 21:58:36 Abor...
by kilbey1
Tue Nov 26, 2002 8:46 pm
Forum: Databases
Topic: Fresh Install of Mysql?
Replies: 2
Views: 720

Addition...

I'll add the 3 problems that occur... 1. Can't connect to '/tmp/mysql.sock' (2) Check on web, renamed my.cnf file. Now I get: 2. The file /usr/local/mysql/libexec/mysqld doesn't exist or is not executable Please do a cd to the mysql installation directory and restart this script from there as follow...
by kilbey1
Tue Nov 26, 2002 7:18 pm
Forum: Databases
Topic: Fresh Install of Mysql?
Replies: 2
Views: 720

Fresh Install of Mysql?

I am running Apache on Mac OS 10.2.2. I installed phpmyadmin and had it working great! Now... every time I log into phpmyadmin, it tells me 'wrong username/password, access denied.' So I looked further into things. I have looked over a variety of help pages on the web, and it lead me to believe that...