dbTalk Databases Forums  

Sponsored Links


comp.databases.mysql comp.databases.mysql


Discuss in the comp.databases.mysql forum.



Post New Thread
Threads in Forum : comp.databases.mysql Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
I'm trying to use MySQL++ with stored procedures on MySQL 5.0.45- community, but cannot get it to work properly. My stored procedure is: drop...
shalayka@gmail.com
06-20-2008 02:45 PM
shalayka@gmail.com Go to last post
5 26
For a given table, I may have one of the following queries selecting data: SELECT fields FROM table WHERE foo=bar SELECT fields FROM table WHERE...
Karl Groves
06-20-2008 10:55 AM
Gordon Burditt Go to last post
3 22
Hello! Im getting insane with this! I cant find the error when i try to update a record... Here it is: Invalid query: You have an error in your...
Pépê
06-20-2008 10:41 AM
Peter H. Coffin Go to last post
12 72
Hi I have two tables: TABLE1 ID | IDL | IDC 1 1 2 2 2 1 3 1 1 TABLE2
Pao
06-20-2008 05:02 AM
Pao Go to last post
2 24
On Thu, 19 Jun 2008 20:37:23 +0100, Sybaseguru wrote: Don't top post. I fixed it for you. And for the record, having to build a view over every...
Jeach!
06-19-2008 07:33 PM
Jerry Stuckle Go to last post
4 20
Hi all, I have a question regarding the MySQL license. Am allowed to used the Community edition of MySQL for a web application? In other words, if...
Diego
06-19-2008 09:05 AM
Peter H. Coffin Go to last post
3 27
Hello, mysqldump gives time in DateTime field as 11:57:01 when it should be 12:57:01 - any idea why this happens? (my line command is mysqldump...
Geoff Cox
06-19-2008 08:22 AM
Geoff Cox Go to last post
0 26
Can anyone say how big of a performance hit joining tables by two columns is, compared to using one artificial key? What is the optimal index setup...
Robert M.
06-19-2008 06:02 AM
Jerry Stuckle Go to last post
6 22
I get an error in trying to add this column. I got the error below. Am I supposed to make the data type int? I tried that and I got an error as...
JRough
06-18-2008 11:45 PM
John Nagle Go to last post
2 23
Is there any way to query 300 tables at once to check to see if there is any data that exists in them, and if so to list the tables that do?
F Tahbaz
06-18-2008 10:34 PM
Jerry Stuckle Go to last post
1 26
I'm trying to use MySQL++ with stored procedures on MySQL 5.0.45- community, but cannot get it to work properly. My stored procedure is: drop...
shalayka@gmail.com
06-18-2008 11:15 AM
shalayka@gmail.com Go to last post
0 24
Hi, I'm sorry if my question has been asked too many times (as I imagine), but i couldn't find a quick answer. Can you suggest me a GUI mysql client...
edoardo
06-18-2008 10:13 AM
Peter H. Coffin Go to last post
1 51
I have two tables: products: product_id vendor_id options: option_id product_id option_name
TriAdmin
06-18-2008 08:35 AM
TriAdmin Go to last post
2 22
Hi, I am in the process of building a webapplication, specifically a business administration system, where clients subscribe on the application....
michael.ladum@gmail.com
06-17-2008 12:54 PM
Jerry Stuckle Go to last post
3 18
Hi everybody, I need to set lowercase_table_names variable to 1 on my mysql server to solve some problem of bad coding in a web application. I...
signor G
06-17-2008 07:49 AM
signor G Go to last post
11 43
Hi: I am trying something like this: SELECT * FROM CLIENTS WHERE USER NOT IN (SELECT USER FROM USERS) but it is not working in my mysql 3.23. Why...
boqueron
06-17-2008 04:04 AM
Captain Paralytic Go to last post
9 28
From MySQL manual, it said it is possible to insert data at the end of a MyISAM table when other threads are reading at the same table, without any...
howa
06-16-2008 09:53 PM
Jerry Stuckle Go to last post
1 28
I'm doing a lot of conversion from my old DB data to mySQL and have generated import files, the import start with TRUNCATES (to kill off any bad...
larry@portcommodore.com
06-16-2008 06:59 PM
larry@portcommodore.com Go to last post
5 22
I'm trying to speed up a MySQL query. Here's the table: CREATE TABLE ratingqueue ( domain VARCHAR(255) NOT NULL UNIQUE PRIMARY...
John Nagle
06-16-2008 01:34 PM
John Nagle Go to last post
1 23
Fortumille lunta tupaan. Valtio ostattaa sen ulos Fingridistä. Ja tutusti asia taas niin vaikeaa, ettei löytynyt edes tekstitv:n puolelta....
Markku Young
06-16-2008 12:23 PM
Markku Young Go to last post
0 26
I've had a wonderful idea for one of my apps, and don't know if it possible to do what I want... The app currently uses a local database, and I want...
Tym
06-16-2008 08:58 AM
Tym Go to last post
3 30
Hi All, now I'm stuck with this problem. I want to insert a new row in two tables. The first insert is no problem thanks to this code...
yataaa
06-16-2008 06:50 AM
Dikkie Dik Go to last post
1 24
I got 2 tabels: Books: Titel (Char) Autor (INT) Autors: IdnoAutor (int) NameAutor (Char)
Harald
06-16-2008 03:17 AM
Harald Go to last post
0 27
I have a scenario where a user will request the next number in the sequence. The user can have multiple numbers. The numbers will be stored in a...
Keychain
06-15-2008 12:05 PM
Keychain Go to last post
5 19
Currently I am justing using Latin1 as Table character set to store UTF8 data, it work very well. I don't need those collation stuffs for my data,...
setesting001@gmail.com
06-15-2008 01:01 AM
Roy M Go to last post
2 30
I have just tried to use the date_format in my query and it doesn't return anything? Please can anyone see any obvious errors? $sql="SELECT...
CH
06-14-2008 10:08 AM
CH Go to last post
1 31
I'm doing something here that can be done in two MySQL statements. Is it possible to do it in one? queuestate = 'queued" ## Python 'EXISTS SELECT...
John Nagle
06-13-2008 07:49 PM
John Nagle Go to last post
2 22
I have been using MySQL on and off for a number of years but I am stumped by this problem. I am doing a select which requires a join to a second...
jammiepodger
06-13-2008 06:49 PM
Michael Austin Go to last post
18 37
There is a many to many between cars and owners for rental purposes so I added the company_car join table. company: companyId company_type...
JRough
06-13-2008 05:56 PM
JRough Go to last post
0 30
Hi I can't seem to get my head around this join. I basically want to select 2 records from the join as a row. let me explain. table people:...
mcardeiro@yahoo.com
06-13-2008 01:11 PM
Rik Wasmus Go to last post
1 25
HCL, Aricent, Infosys and many more companies hiring fresh & experienced engineers , FIND UR DREAM JOBS AT GIVEN BELOW LINKS: - ...
riturao4u@gmail.com
06-13-2008 10:42 AM
riturao4u@gmail.com Go to last post
0 26
Hi all, is there any way to do the following in SQL: Create a new row by copying an existing row, in such a way that certain values of the existing...
yataaa
06-13-2008 07:25 AM
Rik Wasmus Go to last post
5 27
Hello, I have a rather complex query, with the following WHERE clause: WHERE abs(rlat - 0.65386230689201) < 0.0025 AND abs(rlon - -2.1367819742996)...
S
06-13-2008 03:23 AM
Rik Wasmus Go to last post
1 26
Dear all, Using ODBC, the data from the mysql in Linux server are exacted to the Excel sheet in Windows XP. It is found that most extracted data...
John Lee
06-12-2008 09:59 PM
Jerry Stuckle Go to last post
3 24
I had a UDF that I used on a Fedora Core 5 machine, and now that I've upgraded to a Redhat 5 workstation the command line I used to compile my udf...
Greg Hennessy
06-12-2008 06:21 PM
toby Go to last post
1 30
Your Name schreef: there are tools for checking the replication, i think (but am not sure!) NAGIOS is one of them checking setup, is different from...
Luuk
06-12-2008 03:18 PM
Luuk Go to last post
1 28
mysql system tray monitor is not working properly. Running XP home. This has been going on since day one. Start up system, look at system tray, NO...
dba
06-12-2008 01:53 PM
dba Go to last post
0 26
In a number of cases, with fields defined as NULL, mysql (5.0.41- community-nt) is rejecting NULL's in fields defined as DOUBLE, among others. Is...
ashore
06-12-2008 10:22 AM
Captain Paralytic Go to last post
4 27
I've converted a latin1 database I have to utf8. The process has been: # mysqldump -u root -p --default-character-set=latin1 -c...
alex
06-12-2008 10:02 AM
Marc Go to last post
42 97
Hello, guys. Is that possible? I would like to retrieve a name of a column in order to process it then in my program. What I have...
Ewgenij Sokolovski
06-12-2008 03:28 AM
Ewgenij Sokolovski Go to last post
2 32
Hello, I deleted most of the records from a table but the table size remained about the same. I have now "dropped" the table and recreated it and...
Geoff Cox
06-11-2008 03:08 PM
Geoff Cox Go to last post
7 22
We are planning to host data for 50 to 100 different companies on a single server. Each company will have their own set of data, but exact same table...
Rodusa
06-11-2008 01:41 PM
Gordon Burditt Go to last post
5 25
What do the time values in the MySQL query browser mean? I'm getting 0 rows fetched in 0.0007s (4.3616s) on a query that's taking too long. What...
John Nagle
06-11-2008 10:51 AM
Peter H. Coffin Go to last post
4 33
access all computer tutorials for free visit http://freecomputertutorialz1.blogspot.com/
Dhanabal
06-11-2008 05:45 AM
Dhanabal Go to last post
0 29
I'm doing this query repeatedly on a MEMORY database. SELECT domain, requestor_ip_hash AS requestor FROM ratingqueue WHERE rating_state = 'queued'...
John Nagle
06-10-2008 02:03 PM
John Nagle Go to last post
4 23
Hi, I'm trying to do a very convoluted query. I want to add subtract values in pairs while selecting records and display the results in the query...
Mtek
06-10-2008 11:33 AM
Rik Wasmus Go to last post
9 37
I'm trying to set up replication where the MASTER is on a remote server and the SLAVE is on a local box in the office. Using this...
mechphisto@gmail.com
06-10-2008 10:17 AM
mechphisto@gmail.com Go to last post
3 23
Hi, I'm new to both MySQL and Linux (Ubuntu), and having come from a Microsoft (Windows/SQL Server) background am finding even trivial operational...
Shak
06-10-2008 08:54 AM
Peter H. Coffin Go to last post
1 33
I need help writing a query that returns productIds for products that are in the same order as a given productId. (Customers who purchased this also...
Nathan G
06-10-2008 04:39 AM
Captain Paralytic Go to last post
9 24
I am trying to build a Employee Order Detail report. My first hurdle is as follows. The SO info I am getting isn't listed under the correct user. It...
Mo
06-09-2008 04:41 PM
Dan Rumney Go to last post
1 26
Post New Thread

Display Options
Showing threads 2401 to 2450 of 6405
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.