dbTalk Databases Forums  

Sponsored Links


mailing.database.mysql mailing.database.mysql


Discuss in the mailing.database.mysql forum.



Post New Thread
Threads in Forum : mailing.database.mysql Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Hi All I know you will probably say that I should use MS SQL Server DBs with ASP, but my MySQL and ASP combo works and is affordable for me and up...
Laphan
11-09-2006 02:27 PM
Laphan Go to last post
2 158
Hello, According to MySQL document: The expected row length for dynamic-sized rows is calculated using the following expression: 3 + (number of...
mhuiyang@yahoo.com
11-08-2006 01:55 PM
lark Go to last post
1 135
I have just moved over to mysql as the back end and keeping access as front end. My database is for a ordering system. I use autonumber as the Order...
S.Dickson@shos.co.uk
11-08-2006 01:53 PM
lark Go to last post
2 148
I'm DB architect and I work mainly with MS SQL 2000/2005. The 2005 install process is so poorly designed and it installs a ton of "crap". I tried...
vze1r2ht@verizon.net
11-08-2006 01:47 PM
lark Go to last post
1 148
Hi, When linking with mysql 5.0 library, I can't no longer use gdb to debug my app anymore. It cores immediately with a bus error. I've also noticed...
teedee
11-07-2006 10:14 AM
teedee Go to last post
0 158
Hi All My query is as follows: SELECT STRINGTEXT, TOKENID FROM WEBSTRINGS WHERE TOKENID IN (6,20,234,19,32,4,800,177) All I want is my resultset...
Yobbo
11-07-2006 12:58 AM
Bill Karwin Go to last post
4 143
Hi everyone, hoepfully someone can help me with this problem, as I am new to Linux and not so sure how to troubleshoot this problem. I installed...
PowerLifter1450@gmail.com
11-04-2006 03:26 PM
PowerLifter1450@gmail.com Go to last post
0 128
I have just exported database from access onto mysql with the wizard on DM manager I then create the ODBC conection and ink the table to...
S.Dickson@shos.co.uk
11-04-2006 08:44 AM
Jeff North Go to last post
1 175
Hi, I would like to periodically start and stop mysql on a schedule using something like the Windows scheduler. Does anyone know a good way to do...
Bob
11-03-2006 11:10 PM
Norman Peelman Go to last post
4 155
Hi there If I have a "Filename" column in a database, and I want to grab the EXTENSION of this filename... can I do it in a query using REGEXP...
Good Man
11-03-2006 05:48 PM
strawberry Go to last post
1 245
I created a simple test case to reproduce the problem (also check Bug #15500): import java.sql.Connection; import java.sql.DriverManager; import...
David Linsin
11-03-2006 03:26 AM
David Linsin Go to last post
0 216
Currently we have a database with a main table containing 3 million records - we want to increase that to 10 million but thats not a possibility at...
NancyJ
11-02-2006 02:45 PM
Jeff North Go to last post
4 134
Hi everybody, I'm evaluating the possibility of using MySQL 5.0 as a database backend for an application we are doing and I'd like to have...
Federico
11-02-2006 08:18 AM
Federico Go to last post
4 152
I've been having a very rough time installinig mySQL on Linux. I have been following the instructions form...
PowerLifter1450@gmail.com
11-01-2006 12:22 PM
PowerLifter1450@gmail.com Go to last post
1 147
What is best selection for 'collation' parameter - for those, who need use two languages, latin(english) and cyrillic(russian) on website and need...
mistral
11-01-2006 07:36 AM
mistral Go to last post
0 137
Hello, I'v installed mysql 5.0 (MySQL-server-standard-5.0.27-0.rhel4.i386.rpm) on RedHat AS4. When I start mysql through command line (i.e....
Chris Song
10-31-2006 08:51 PM
Thomas Bartkus Go to last post
2 200
Volt is the leader in providing workforce design and is currently the 5th largest staffing firm nationwide. Volt is an E.O.E. Our client is a top...
Vineeta
10-31-2006 12:13 PM
Vineeta Go to last post
0 103
Hi My computer is AMD athlon 64 3400+ with 1.5G DDR. when i execute the following sql in mysql 5.XX. select c.filename, c.topic from articles c where...
cmk128@hotmail.com
10-31-2006 08:28 AM
lark Go to last post
1 142
I would like to dump out only the schema of a few tables that I have in a mysql db. But in addition I would like the returned schema to not reference...
muthuprasanna@gmail.com
10-31-2006 08:26 AM
lark Go to last post
1 166
Hello, My hosting company has MySQL 5 and so do I on my local Fedora Core 5 Linux machine. However, when I import a dump file from...
laredotornado@zipmail.com
10-31-2006 08:24 AM
lark Go to last post
3 156
i want to exclude email addresses which are in newsletter_email_addresses which also appear in mooky_private.sign_ups.email and...
starman7@hotmail.com
10-30-2006 03:07 PM
starman7@hotmail.com Go to last post
0 136
hello, We are running mysql 4.1.18 Is there a way to prevent users from creating the same database name? for example our name schema goes like:...
javier.ortega@gmail.com
10-30-2006 02:30 PM
Jeff North Go to last post
3 154
Can anyone describe to me, or point me perhaps to a link, to figure out how to mirror a MySQL database real-time? I need to create redundancy somehow...
Ike
10-30-2006 09:15 AM
Ian Pawson Go to last post
1 250
Hi I need to design the database that will be storing a lot of personal information and preferences for my employer users. Right now I'm trying to...
Ralph
10-30-2006 09:03 AM
lark Go to last post
1 174
Hi, I'm trying to find the following information from the table found bellow. Year_Sales - # of sales that have occurred this year Year_Income -...
crane.jake@gmail.com
10-29-2006 05:21 PM
crane.jake@gmail.com Go to last post
4 173
Chow can i do something like that: SELECT rfc.radioid, rank, CONCAT_WS(' ', rfc.fac_callsign, rfc.fac_service, rfc.fac_frequency)...
Ralph
10-28-2006 07:50 PM
Ralph Go to last post
0 168
I have a mysql query, "SELECT * FROM task ORDER BY duedate ASC", where "duedate" is a unix_timestamp and can be NULL. I want any NULL results to be...
Mark
10-28-2006 05:08 PM
Mark Go to last post
3 222
hello, We are running mysql 4.1.18 Is there a way to prevent users from creating the same database name? for example our name schema goes like:...
javier.ortega@gmail.com
10-27-2006 07:09 PM
javier.ortega@gmail.com Go to last post
0 156
hello, We are running mysql 4.1.18 Is there a way to prevent users from creating the same database name? for example our name schema goes like:...
javier.ortega@gmail.com
10-27-2006 02:38 PM
javier.ortega@gmail.com Go to last post
0 143
hello, We are running mysql 4.1.18 Is there a way to prevent users from creating the same database name? for example our name schema goes like:...
javier.ortega@gmail.com
10-27-2006 02:32 PM
javier.ortega@gmail.com Go to last post
0 155
I am trying to set the username and password after installing mysql 5, I run an ms dos prompt, and type in mysqld but am met with an error...
genio
10-27-2006 01:50 PM
genio Go to last post
0 134
I am trying to set the username and password after installing mysql 5, I run an ms dos prompt, and type in mysqld but am met with an error...
genio117@dodgeit.com
10-27-2006 01:48 PM
genio117@dodgeit.com Go to last post
0 127
I have the following query which is retrieving a set of data it is almost what I want but I can not manage to get the result I desire. SELECT r1,...
Jonathan
10-26-2006 04:58 PM
strawberry Go to last post
1 242
Hi all, I have two query that I I would like to be one, but I can't figure out how to do it. (mysql 3.23) $sql = sprintf ("SELECT...
stefano.troiani@gmail.com
10-26-2006 01:26 PM
strawberry Go to last post
6 174
Recently, I began using a different MySQL verver (i.e. different machine as well as different version#, going from 4.12a to 4.1.9 max). The...
Ike
10-25-2006 12:51 PM
Ike Go to last post
1 178
I was wondering if there is a way to create a merge table using where clauses for the underlying tables. I have a date column in all tables and...
admin@binindex.net
10-24-2006 12:44 AM
Extremest Go to last post
2 188
I;m having probs with this script. when i click update form the values from the text boxs that javascript updates won't be saved in the data...
Kathryn Gill
10-23-2006 07:55 AM
Kathryn Gill Go to last post
3 171
Thomas Götz <tom (AT) richmountain (DOT) de> wrote in news:200610201219408930- tom@richmountainde: Hi Tom I'm not familiar with Frontbase, but you...
Jody
10-22-2006 05:50 PM
Jody Go to last post
0 159
hi all ive been looking on the mysql site but i cant find the syntax to set a collumn in an existing table to be unique. could someone please give...
mcyi2mr3@googlemail.com
10-22-2006 11:45 AM
strawberry Go to last post
2 137
Dear all, I'm new under mysql and have installed mysql5.0.24a community edition for win32. I have tried to implement a foreign key for this...
coosa
10-21-2006 11:18 PM
coosa Go to last post
5 194
Hi, I have two tables. Table 1 (Date, Total) Table 2 (Date, Total) I'm trying to find a select statement which will give me all the dates from...
callista
10-21-2006 07:29 PM
Jody Go to last post
2 193
Hi I've been working on a database which basically incorporates 3 tables to describe say a widget which is either sold or leased. I have the Widget...
Jody
10-21-2006 07:10 PM
Jody Go to last post
2 127
Hi all, I am new to these so plz never mind if this is funny. here is my problem : Table : moody Column : Title
feucos@gmail.com
10-21-2006 01:21 PM
Jonathan Go to last post
1 160
I have only 1m records in my database running on a laptop of speed 1.6GHz, memory 512MB ram, and Toshiba MK8032GAX hard disk. I use 'LIMIT x,10' for...
-
10-21-2006 03:36 AM
Jeff North Go to last post
5 162
i am having problems with this query which worked perfrcly on mysql 3.0. It is able to extract dowloaders from a table and group them by...
xkp
10-19-2006 07:34 AM
xkp Go to last post
0 136
I'm struggling to find the best query from performance point of view and readability for a normalized DB design. To illustrate better my question on...
phlype.johnson@gmail.com
10-19-2006 07:27 AM
phlype.johnson@gmail.com Go to last post
0 111
Hi. Impossible to create a database using MySQL !!! Message : #1006 - Can't create database 'boby'. (errno: 13) I was told : chown mysql.mysql -R...
Henry16@2cuk.co.uk
10-19-2006 07:18 AM
Henry16@2cuk.co.uk Go to last post
1 160
Is it possible to upload just the changes made to file since last time it was imported/updated to the database. For Eg: 1. File A has String...
mohitanchlia@gmail.com
10-19-2006 12:45 AM
Peter Go to last post
1 132
This SQL statement returns the same result twice even though there is only one matching entry in the first table "tbl_Drivers" and none in the second...
Tenacious
10-18-2006 07:53 PM
Bill Karwin Go to last post
1 158
I just downloaded ODBC drivers from the mySQL web site but whenever I try to create a DSN I get a system 1157 error The driver does show up ok in...
nark
10-18-2006 01:16 PM
Kunle Odutola Go to last post
3 178
Post New Thread

Display Options
Showing threads 151 to 200 of 5991
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 - 2013, Jelsoft Enterprises Ltd.