Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by scythian

  1. scythian

    LOAD DATA INFILE....

    I'm trying to load a data text file from my localhost to a server host via the server MySQL. the file is in my C: drive but I can't seem to get the right path going using the LOAD DATA LOCAL INFILE. can anyone help? I keep getting the message file .... not found (Errcode: 2)
  2. scythian

    button needed...

    how can i make an "order now" button read a 0 instead of 1 in my database. i'm thinking ENUM("1","0") i want it so that when the button is clicked the database will only read the 0 from then on.
  3. scythian

    e-commerce problem

    thanks Steve. sounds good.
  4. scythian

    e-commerce problem

    I'm setting up a small e-commerce site using PHP and MySQL on Win98 using Apache and I'm trying to write code that once someone purchases an item, that item is no longer available to other customers. I don't want it removed from the database, I'd rather have a "sold" message appear in...
  5. scythian

    TCP setting for MySQL?

    I keep getting the "can't connect to MySQL server on 'localhost' (10061) error message. On 'telnet localhost 3306' I get a could not open a connection" message. Where do I set up mysql to accept connections via TCP?
  6. scythian

    stupid newbie question

    Can I run MySQL straight from Windows98 or do I need UNIX or LINUX as well?

Part and Inventory Search

Back
Top