473,537 Members | 2,659 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.
0
1,078
thread by: MelissaPazen | last post Oct 25 '13 by: MelissaPazen
Our company uses a nifty MySQL database to import/store data that is FTP'd to us. It runs QUICKLY to import the data (like... nanoseconds)! However, being a slightly more advanced than a beginner, I've been told "don't touch!" and build queries in MS Access (Office 2010) using ODBC. This works, but at times the queries seem to crank on...
0
1,024
thread by: Pethrough | last post Oct 30 '13 by: Pethrough
I have a field like "6330052PQKLRE01" and "201310PQKLRE-2null" in 2 different tables would like to keep only PQKLRE. Thanks for your help,
0
1,153
thread by: Bre035 | last post Oct 31 '13 by: Bre035
I have received the error State:21000, Native Code: FFFFFCD5 when attempting to run the following SQL Query to update column using the data from another DB2 Table column. UPDATE db2prod.arts_case_research SET agent_ID =(SELECT db2prod.arts_case_research_AUDIT.agent_ID FROM db2prod.arts_case_research_AUDIT WHERE...
3
1,346
thread by: vinoth102 | last post Nov 15 '13 by: r035198x
Hi Friend, Category: MySQL Form 1: Quick Signup Username: password: conform password: country:
1
2,193
thread by: sanjaypandey95 | last post Nov 18 '13 by: sanjaypandey95
dear sir, please reply me my question step by step. I once again repeat my question. The drive or network connection that the shortcut " refers to is unavailable. Make sure that the disk is properly inserted or the network resource is available, hope and faith you must do best early and give me reply very urgent.
1
1,289
thread by: kashifayyaz | last post Nov 27 '13 by: Niheel
I am a not an expert in MySQL world and looking for a solution like I have a table for example: issue_table ============= id, issue_from, details 1, machine1, "some details" 2, machine1, "some details again" 3, machine2, "some details"
1
1,678
thread by: Norgy | last post Nov 29 '13 by: Luuk
i have downloaded MySQL from here http://dev.mysql.com/downloads/file.php?id=414392 and extracted the folder but i can't find the icon of installing the program
0
857
thread by: Zanetti | last post Dec 4 '13 by: Zanetti
Hi guys I have 4 tables which are (flight, model, airplane, pilot) Flight: fid, pid, aid, plannedDeparture, actualDeparture, passengerCount, destination Model: mid, name, usefulLoad, pilotCount Airplane: aid, mid, oid, hid, dateAqu Pilot: pid, hireDate and I need to generate a report (query) for overloaded flights. Assuming the...
0
762
thread by: morgan123 | last post Dec 4 '13 by: morgan123
I need to have database that can be filled by users entering data on a web page. I'm an excel user and I know a little about Access but nothing about SQL databases. Through some web research I realise that trying to do anything with Excel will be pointless, even though this is the program I am comfiest using. Any help or suggestions would be...
0
857
thread by: ahmadjuve | last post Dec 7 '13 by: ahmadjuve
why i have this problem, that when i write the project statement it gives a syntax error in the project word, it doesn't take it as a reserved word and it even doesn't turn into blue color i need a help plz, its urgent in the sql server 2000
0
870
thread by: ahmadjuve | last post Dec 7 '13 by: ahmadjuve
why i have this problem, that when i write the project statement it gives a syntax error in the project word, it doesn't take it as a reserved word and it even doesn't turn into blue color i need a help plz, its urgent
0
940
thread by: imanoob | last post Dec 11 '13 by: imanoob
Hi Is there any way I can add my excel data to my existing MySql with tables and data?
1
966
thread by: bjcdrama | last post Dec 16 '13 by: Exequiel
I'm trying to look for day of week (i.e. 'Mondays') in a given description of a course which resides in field 'date' and place that day ('Mondays') in a new field 'day'. In such a way we can easily check for conflicts. But I keep getting error. UPDATE wint14 SET day = 'Tuesdays' WHERE date = '%Tuesdays%' I'm a total amateur but I don't...
5
13,374
Claus Mygind
thread by: Claus Mygind | last post Dec 23 '13 by: Claus Mygind
The following code works fine select concat( case t1.testColumn when 'value1' then t1.column1 when 'value2' then t1.column2 when 'value3' then t1.column3 else t1.column4 end
-
-
Claus Mygind
thread by: Claus Mygind | last post Dec 23 '13 by: Claus Mygind
5
1,688
thread by: Ankit Diwan | last post Dec 29 '13 by: Ankit Diwan
when i try to connect php script to MySQL for creating & inserting values in a table i get an error msg: Error creating database: Can't create database 'mi_db'; database existsAccess denied for user ''@'localhost' to database 'mi_db'. I am running the php via a wamp server...root directory - www and my database name is mi_db. Please suggest...
6
1,237
thread by: Norgy | last post Jan 24 '14 by: Norgy
CREATE TABLE `norm`.`sphone` ( `sid` INT NOT NULL, `phone` VARCHAR(45) NOT NULL, PRIMARY KEY (`sid`, `phone`), CONSTRAINT `sid` FOREIGN KEY () REFERENCES `norm`.`staff` () ON DELETE RESTRICT ON UPDATE RESTRICT);
1
1,775
thread by: vasf | last post Jan 28 '14 by: zmbd
when i am trying to back up the TE(Application)config file and TE database back (MySql 5.6)i got this error message C:\Program Files\Tripwire\TE\Server\bin>tetool backup --passphrase 'pass' C:\TE_Backup_20140127\TEconfig.bak C:\TE_DB_20140127\TEdb.bak Error message:mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using...
0
973
thread by: Norgy | last post Jan 30 '14 by: Norgy
i can't find the relation view tab in phpMyAdmin account any help?
7
1,174
thread by: Norgy | last post Jan 31 '14 by: Luuk
is there any online database server that allow me to insert data like MySQL and also let me able to connect it to java NetBeans ?
0
899
thread by: Norgy | last post Feb 3 '14 by: Norgy
if i want to make new line in one of columns of the schema how can i make it? ex.: he is good boy if i want to insert this line in the column as : he is good boy how can i do that ?
0
889
thread by: Joevanny | last post Feb 4 '14 by: Joevanny
Is it possible to migrate products from one drupal site to another? Help me please :) Thanks
0
1,073
thread by: Norgy | last post Feb 4 '14 by: Norgy
how to solve this error : BLOB/TEXT column 'xxx' used in key specification without a key length given that xxx is a primary key and its type is text
1
1,110
thread by: Norgy | last post Feb 6 '14 by: Norgy
INSERT INTO table VALUES (bytes Is A good site); Does this line makes me get data from database with new line or does it prints the sentence concatenated? In other words Does the returned data is as follows : bytes is a good site Or as follows : bytes Is A good site ??
1
922
thread by: renuka19 | last post Feb 6 '14 by: Rabbit
input city1 city2 Achterom Groningen Achterdijk Madurai output city Achterom Achterdijk Groningen

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.