Re: Newbie!

2001-12-09 Thread Aragon Gouveia
Hi, > Do I need to create users for the database, or does every user on the system > have the right to create a table? You need to create users within MySQL's authentication database. The manual explains this beautifully. > Also, is it possible to connect to a MySQL > database using Access as a

Re: Associative Array from MySQL

2001-12-09 Thread Aragon Gouveia
How about a 2 dimensional array? If I understand you correctly wouldn't this work: $result = mysql_query("SELECT id, word, count FROM table", $db); while ($return = mysql_fetch_array($result)) { $id = $return['id']; $row[$id]['word'] = $return['word']; $row[$id]['count'] = $return['count

Multiple unix sockets

2001-12-09 Thread Aragon Gouveia
Hi there, Is it possible to have MySQLd create multiple unix sockets? Over and above /var/run/mysql.sock. I'd like to have a socket in each of my chrooted file systems. Thanks, Aragon - Before posting, please check: http

Multiple unix sockets

2001-12-09 Thread Aragon Gouveia
Hi there, Is it possible to have MySQLd create multiple unix sockets? Over and above /var/run/mysql.sock. I'd like to have a socket in each of my chrooted file systems. Thanks, Aragon - Before posting, please check: http: