Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MYSQL Problem
Name: tom512 Date: June 12, 2004 at 05:16:15 Pacific OS: Linux/Unix CPU/Ram: 2.0
Comment:
when i type mysql, i get this error message:
Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)
the file /var/run/mysql/mysql.sock does not exist... should it? mysql came with the operating system (slackware), and i havn't tried to use it till now. i need it for some various programs now though. what can be done?
Summary: I have a problem with a MySQL query i am trying to run to retrieve data from a MySQL database. I input the query into my web page code and then run the query from the webpage itself. I have other fi...
Summary: nevermind... I searched www.mysql.com and foun out that I had to add DESC at the end of the SQl statement like this: SELECT id, rubrik, datum, meddelande, namn FROM news ORDER BY id DESC ...
Summary: Did anyone know how to execute a multiple query string on MySQL in one run ? As i know in SQL Server we will use the symbol ; to split the multiple query, but how i do this in MySQL ??? Thank you very...