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)
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.
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...
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.