What does this mean?

Currently reading:
What does this mean?

Joined
Sep 29, 2008
Messages
6,174
Points
1,379
Location
Wolverhampton
What does this mean?

Untitled-Copy.jpg


I'm hoping its linked to the hangs I get when accessing the FF.
 
Your SQL query cant be right mate.

I think it should read:
Code:
SELECT categories_discount_type FROM cnbargains_shop2.categories WHERE categories_id = '#'

If you use "WHERE" syntax in an SQL query, you will always need to fill out what the data you require is equal to, in the above example, it equals to "#".

Again, you probably already know this, but if you are using variables in the query, make sure they are secured.
 
Last edited:
I don't have a clue what your on about, sorry. :eek:

While using my laptop to access my shopping basket on a site this error popped up so I took a screen shot of it. Thought the hangs I sometimes get here on the FF might have something to do with my laptop as both errors had MySQL in them. :shrug:

Is this error related to my laptop or something to do with the site I was shopping on?
 
Last edited:
MySQL is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MySQL are speed, robustness and
ease of use.

From the Debian package manager's description. I've no idea what a DBMS is

Damn Bugger Micro Soft?
Data Base Module Server?
Dull Boring Message Supplier?

It's still a fooking database, much as it was when I last used it ten or twelve years ago...........
 
From the Debian package manager's description. I've no idea what a DBMS is

Damn Bugger Micro Soft?
Data Base Module Server?
Dull Boring Message Supplier?

It's still a fooking database, much as it was when I last used it ten or twelve years ago...........

It means Database Management System - this is one of the many reasons the IT industry is f***ed.

It's still a f***ing database. Running SQL quieries directly on a linux shell is DIRECTLY accessing / updating the database using the commandline SQL client.

The management system element comes into play when you start using noddy GUI management tools to run clean-up operations etc a lot of which are done automatically nowadays :rolleyes:.
 
So, if I "access" MySQL through bash (command line), I'm not using a DBMS? That makes ense to me. After all, otherwise when I do command line ftp (God help us), I'm using a FTPMS? (File Transfer Protocol Management System)

My guess (and I'm not going to enter the dark side to find out) is that the version of MySQL for Windows actually comes bundled with a GUI. In *nixen, you can choose the GUI/Management System, and choose whether to use one or not.
 
Back
Top