MySQL Forum
MySQL database (open source) - Ask questions about mysql server, setup, queries, optimization, errors, tables, syntax, functions, SQL, storage engines, MySQL cluster, replication, scalability, availability, stored procedures, views and more.
September 9th, 2008 msquared (Administrator)
flusing the database
hii guys, I am using a table .which i use it for testing for some times .when it goes live i must flush all the data from it so that...
more »
Combining two fields
i want to combine two fields and have used the the following query UPDATE SudentInfo SET image1name = CONCAT(imagepath,UserName,'1'); this works...
more »
String search in MySQL query
Hi, I am trying to port my application from SQLite to MySQL database. I believe MySQL by default searches string in case insensitive manner while...
more »
search engine
hello experts, i wanna know how do we create a search engine for your own database driven website. I wanna search the "ENTIRE MYSQL DATABASE" for any...
more »
Sort with GROUP BY, HAVING
Hi I've got the following table: id id_items id_fc nombre cantidad unidad precio moneda 1 1 0 Prod1 9612 unidad 152 dolar 21 1 1 prod3 150 NULL...
more »
Importing a database
I just managed to use mysqldump to dump a database into a text file. Now I uploaded it into my server where i want to import it. I tried looking up...
more »
Count of value
Hi , Can anybody help in in finding count of value in a column. suppose test is a column and in it value are seperated by comma...
more »
Date format conversion
Hi I am having a problem to convert the date format This is my date feild in an existing database 6/26/02 11 05/02/2002 6/05/02...
more »
problem with mysqp
i wrote a php page to insert data into mysql database....first it seemed ok and was inserting currectly ..after inserting abt 10 to 12 rows inside...
more »
query not using index(es)
I'm running a few mysql queries, and noticed some really slow behavior. I ran the explain, and on the first query, only one index is being used when...
more »
Join problem
Hi, Let’s say that we have three tables: CREATE TABLE t_1 (id_x INT); CREATE TABLE t_2 (id_x INT, value_2 INT); CREATE TABLE t_3 (id_x INT, value_3...
more »
LEFT JOIN problem
Total SQL Newbie here! I have two tables I need to join. There are 34-thousand entries in table 1, 5-thousand entries in table 2. So - there are...
more »
Remote Connection To Database
Not sure if this is where i should be posting this question but here goes anyways; As the title indicates im trying to setup a remote connection to...
more »
Error in Database Restore
Hi experts, i dumped my MySQL database and now when i restore it in another machine i cannot restore two of my tables. It restores upto some point...
more »
database backup error
i am trying to backup my MySQL database using the following command but it generates error. I am using WAMP 2.0 server and is an XP...
more »
SQL & GROUP BY
I have a rather simple SQL statement, but I can't get it to work properly. I have four columns in the activities table "LoginID", "StartDateTime",...
more »
1 2 3 4 5 6 . . . 100 Next »
Latest Articles: Read & Comment
Top MySQL Forum Contributors