473,809 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MySQL Database 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.
2
1,686
thread by: ckp21082 | last post Jul 14 '06 by: xpcer
Can anybody tell me how t ocreate Procedure, Function and trigger in MySql if you have tutorial related this topic then send me if possible Thank You
2
4,722
thread by: Richard | last post Jul 13 '06 by: Richard
Hi All, I'm running MySQL 5.0.15-nt running over WinXP-Pro/SP2. The following group of commands and responses suggests to me that my installation of MySQL is corrupted. Is there anyway I can get rid of the offending database "depot_test" short of un/reinstalling MySQL? Thanks in Advance, Richard
4
33,792
thread by: - | last post Jul 13 '06 by: Thomas Johnson
in my stored procedure i have some if else statements: SET @status = ""; IF (code is invalid... SET @status = "Invalid code."; SELECT @status; END IF;
2
2,076
thread by: writeson | last post Jul 13 '06 by: writeson
Hi everyone, I've got a question about how to size the server hardware for a MySQL system that I've got to buy and build. We're going to be putting a database on MySQL that will contain upwards of 20 million rows of data. This data will be used by Java applications running under Tomcat to provide web pages, Java data objects and probably...
0
1,963
thread by: parwal.sandeep | last post Jul 13 '06 by: parwal.sandeep
hello grp ! while running one application sometime i got these errors Status : Failure - Deadlock found when trying to get lock; try restarting transaction Info : CREATE TEMPORARY TABLE TBL_XXXXX_TEMP AS SELECT ... some stuff
0
2,320
thread by: David | last post Jul 13 '06 by: David
Hi, I've been using MS Access as a front end to our remote MySQL db for a long time. I've just added a facility for clients to select a record to copy along with all its sub-records. The initial record copies accross ok, but I seem to be having a spot of bother getting the sql syntax to work. I keep getting an ODBC error 3146 ?
0
1,853
thread by: mardini | last post Jul 13 '06 by: mardini
What is the different between utf8_general_ci and ut8_unicode_ci when specifiying the collation for a mysql database? Thanks. --AK
0
2,837
thread by: mardini | last post Jul 13 '06 by: mardini
What is the difference between utf8_general_ci and ut8_unicode_ci when specifiying the collation for a mysql database? Thanks. --AK
1
3,359
thread by: GS | last post Jul 13 '06 by: Al Kolff
I am looking for some software package for students information for school, is there any open-source package available?. This should collect complete student information like: student details, collect student grade/marks info, also staff details. appreciated. GS.
2
1,763
thread by: redefined.horizons | last post Jul 12 '06 by: redefined.horizons
I'd like to introduce myself to the group. I am currently researching the use of MySQL as a database backend for AutoCAD Map 3D. I will hopefully be doing some work with geospatial data in MySQL. I tried a post or two on the MySQL forums, but didn't get much of a response. I'm hoping I'll do better on this group. :] Is there a place to...
1
2,561
thread by: premgrps | last post Jul 12 '06 by: Jeff
Hi, I have a table of a million records and wrote a CGI-PERL script to display the results based on the user input. The results might be anywhere from 100 to 1000 per query and presently I am displaying them as 25 results per page. Problem: Each query is taking about 20-30 seconds. My solution: I have tried to optimize the table and also...
2
1,741
thread by: jzhang0502 | last post Jul 12 '06 by: jzhang0502
if I want to find a user_id from table 1 which does not exist in the table 2(possible multiple entries for any user_id). the user_id in table 2 is a subset from table 1. if I can not use subquery and minus, how can I do it? thanks.
5
8,344
thread by: parwal.sandeep | last post Jul 12 '06 by: Shawn Hamzee
Hello grp! i'm using INNODB tables which are using frequently . if i fire a SELECT query which fetch major part of table it usually take 10-20 seconds to complete. in mean time if any UPDATE qry comes for a perticular row which is part of SELECT qry i want to know that whether UPDATE will wait for completing SELECT qry or not, or it...
1
11,213
thread by: Jason Wilson | last post Jul 12 '06 by: Shawn Hamzee
I've been tasked by my boss with configuring a MySQL install that we host for one our partners to support SSL using a commercial certificate. MySQL is installed on Windows 2000 Server. 1st: I know nothing about MySQL. 2nd: What little documentation I was able to find was very cryptic and seems written for LINUX. 3rd: I have found...
2
1,546
thread by: Satyasai_P | last post Jul 12 '06 by: sashi
Hi, Will the SP's & Triggers writtien in MS SQL work in MySQL ? Or we have to alter. Can some body suggests me if any body has done and how difficult it will be? satya
0
1,256
thread by: vssp | last post Jul 12 '06 by: vssp
Hai friends previously I have optimized the query using index that time in my database only 65000 record ,right now in my database 1,50000 recoreds so i need again optimize the query .Now my site loaded very slow . Please give me any suggestion how to optiminze the query agian . Thanks vssp
2
2,124
thread by: duende | last post Jul 11 '06 by: Bill Karwin
I was hoping someone will be able to help me, i've got a bit of experience with mysql, but nothing quite like this. I have a table with 3 columns 'sid', 'aid', and 'call'. What i want to do is to create a query that shows me all records where sid matches and aid matches but call differs. For example, it would give me this result:
8
8,644
thread by: Jeff | last post Jul 11 '06 by: Bill Karwin
I have a list like this: Reckless Engineer St Bonaventures The Blue Mountain The Croft The Cube Club The Folk house I'd like to reorder that ignoring the leading "The".
3
11,357
thread by: cdelarte | last post Jul 11 '06 by: Thomas Bartkus
I would like to be able to mail merge records from multiple mysql tables using a simple template, preferably via a command line script. MSWord mail merge via ODBC will not work for me as it only supports a single table. Are there any utilities or simple scripts avaialble that would accomplish this?
0
2,566
thread by: Bo | last post Jul 11 '06 by: Bo
I've got a XML file like the example below which I would like to import into a mysql database. I would like to import into multiple tables so each Channel Name gets its own table. How would I go about doing this? I normally use PremiumSoft Navicat for importing xml but I don't think it will sepearate to multiple tables? Thanks in advance...
1
6,553
thread by: powerfulhosting | last post Jul 11 '06 by: Jared
I'm trying to allow someone from a specific IP to connect to a mySQL db w/OBDC. I've run several GRANT queries on the mysql db i.e. GRANT select,update,insert,delete,create,drop,alter,index on ESdemo.* to 'aname'@'24.55.41.125' identified by 'pwd232123'; GRANT select,update,insert,delete,create,drop,alter,index on ESdemostore.* to...
0
2,296
thread by: spushnof | last post Jul 11 '06 by: spushnof
Hi, I am experiencing the following problem: Once in a while i am seeing a CR_SERVER_LOST error from mysql_stmt_fetch() method. Database server (mysql) seems to work just fine on the other machine. Why?? Is there any work around this? Thanks.
0
1,709
thread by: andy | last post Jul 10 '06 by: andy
Hello Is there a way to look for all the child tables of a table in MySQL 4.1? I know for the latest version of MySQL you can use information_schema.table_constraints to look the same. Is there something similar there for MySQL 4.1? Right now, I'm running SHOW CREATE TABLE `$table` for all tables, and
2
5,127
thread by: premgrps | last post Jul 10 '06 by: Jeff
Hi, I have a database with two tables a) A table of 2 million records with city, zip and associated information (say XYZ) and b) zipcode latitude, longitude table having >40,000 records/zip codes PROBLEM: I need to find the the XYZs within the the range of a certain zipcode. This zipcode and radial range in miles is entered by the user...
1
2,380
thread by: ryan | last post Jul 10 '06 by: Aggro
I am designing a website in which users can send messages to one another. Each user will have a mailbox where they can read their incoming and outgoing messages and delete them if necessary. Anyone have suggestions on the optimal way to design the database for such a system?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.