Re: Help NEWBIE!

2003-06-02 Thread Martin Skjöldebrand
I am new user of MySQL and whenever I type mysql to start the ware it simply states -- Can't connect to local MySQL server through socket 'var/lib/mysql/mysql.sock'. I know I am doing something very wrong here and mabe some of you might be able to help me solve this problem. Might be that

Netware

2003-01-29 Thread Martin Skjöldebrand
Has anyone any experience of running MySQL on Netware 6? I am thinking of porting our helpdesk to Netware AMP (Apache/MySQL/PHP) to better integrate it with eDirectory. Cheers, Martin S. -- Martin Skjoldebrand http://www.skjoldebrand.org

start value in table

2002-12-27 Thread Martin Skjöldebrand
Sorry for this newbie question (my MySQL-book is at work). I want my ID field to start with value 1000 and (preferably) auto-increment to 2000 is this possible to specify in my table somehow? (I know auto-increment, just how do I set the starting value). What would the appropriate SQL-sentence to

Re: start value in table

2002-12-27 Thread Martin Skjöldebrand
fre 2002-12-27 klockan 22.34 skrev Martin Skjöldebrand: Sorry for this newbie question (my MySQL-book is at work). I want my ID field to start with value 1000 and (preferably) auto-increment to 2000 is this possible to specify in my table somehow? (I know auto-increment, just how do I set

reusing auto-increment values

2002-05-20 Thread Martin Skjöldebrand
Hi, It's kind of embarrasing this, but ... How do I resuse autoincremented values after a delete? Do I specify it in the table somehow? Like _not_ having table 1 cat 2 dog 4 zebra 9 elephant after a few deleted animals. Preferably 1 cat 2 dog 3 zebra