auto_increment

2001-02-08 Thread Paul E. Miller
I encountered something really handy while playing around with mysql. The documented behavior for auto_increment is that it uses the next highest number no matter what. I noticed though, when I have a two element primary key, that the auto_increment behavies in a majik uber-cool way. I want to u

API

2001-01-23 Thread Paul E. Miller
Having trouble getting to connect to anything but localhost... mysql_real_connect( dbh_ptr, "server.domain.org", "user", "password", "database", 0, NULL, 0 ); No matter what we put for the server name, it just tries to connect through the local socket. We're on 3.23.28