473,538 Members | 2,690 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.
1
1,292
thread by: kieser | last post Mar 18 '13 by: r035198x
how to count value of record in the database using asp.net
2
3,977
thread by: Parvati | last post Mar 18 '13 by: Rabbit
Hi all, While installing Mysql i m getting error like " Could not connect ti the service Control Manager error:0" Thanks Parvati
5
9,693
thread by: prafullvyas272 | last post Mar 26 '13 by: r035198x
I want to connect wamp:phpmyAdmin: mysql database with my netbeans java project. i wrote all connection code and also connect "mysql-connector-java-5.1.11-bin" and there is no error but when i'm running program that time it dose not working. I want to Select and update data from wamp... tell me how can i do this.....................
2
6,138
thread by: rmr123 | last post Mar 28 '13 by: PreethiGowri
i can't copy my previously created database to my laptop grom the PC.My miss give me a dump sql file. how can i convert this dump to mysql database?
1
1,731
thread by: vimit | last post Apr 1 '13 by: r035198x
hi i m vimit i making a project using j form. i wan to know that how to add a image in mysql and retrieve image from database using front end. i make this project in netbean
1
1,335
thread by: roshalsmith | last post Apr 1 '13 by: roshalsmith
Hi friends, I have a site freefblike to promote every pages of your website on Facebook Google, Twitter and LinkedIn. Can you tell me how to add low coin notification script so any member with less points say x is auto automatically mailed or notified. Thanks!
4
2,683
thread by: melhanz | last post Apr 3 '13 by: melhanz
for example, i want to get a data from my table "example" then the data from table "example" will be pass to variable or textbox. Thank You. I badly neede it. I'm still learning Visual Studio Ultimate 2012.
1
1,254
thread by: melhanz | last post Apr 3 '13 by: vijay6
everytime i load the data to datagrid the previous data is added wid the recent data? how erase the previously loaded data in datagird? my code is.. cnString = "server=localhost;User Id=root;database=aries_project" 'sqlQRY = "Select * from employees_info" sqlQRY = "SELECT...
2
2,230
thread by: dharmang | last post Mar 3 '14 by: Ramy31
Can any one help me to find out any report generator tool for wamp( i am using windows 7)....
2
2,752
thread by: PreethiGowri | last post Apr 4 '13 by: PreethiGowri
Can we store multiple values or range of values in a single cell, something like 1111-1115 i.e a single cell in the table should store the values 1111,1112,1113,1114,1115? If yes, then how do we do it? and what is the query for that?
4
2,124
thread by: jonnyyadav | last post Apr 5 '13 by: jonnyyadav
This query is taking 3 minutes to execute it. pls healp me to make it faster. select histpric.timetick, stcurr.externalid, stcurr.assetid,stcurr.asset_name,bsnshistpr.bse_price, bsnshistpr.nse_price, histpric.eod_price from bse_current as stcurr join Stock_Hist_Price_2013 as histpric on stcurr.assetid = histpric.assetid join...
1
1,527
thread by: Dokho | last post Apr 12 '13 by: Luuk
I am trying to restore a sql file and get the following error message. SQL query: -- phpMyAdmin SQL Dump -- version 2.11.6 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jul 05, 2012 at 02:50 PM
0
1,291
thread by: agoscamp | last post Apr 10 '13 by: agoscamp
Hi,I'm trying mysql cluster to use in a project for our customer. The configuration I setted up is the following: Server1 - S.O. Windows 2008 R2 64bit Server2 - S.O. Windows 2008 R2 64bit Client1 - S.O. Windows 7 64bit Client2 - S.O. Windows 7 64bit UserClient - S.O. Windows 7 64bit
4
1,325
thread by: SSG001 | last post Apr 20 '13 by: Rabbit
I have a table as follows code PB0001AA PB0001AB PB0001AC PX0001AA PX0001AB PX0001AC PX0001AD
23
9,320
Claus Mygind
thread by: Claus Mygind | last post Jun 3 '13 by: Claus Mygind
Using MySQL 5.0 on a xP platform I have a longtext column in my table. Somehow a character has been inserted (or transformed) into some of the records where the carriage/line return strings should be. I should have in hex format 0D 0A. But instead what I have is AC 0A. Is there a way to search for the AC and replace it with 0D?
3
1,404
thread by: Raisen | last post Apr 21 '13 by: Rabbit
Hello, Is it possible to create a function that uses a select statement and displays the results. Any and all help would be greatly appreciated. My table: CREATE TABLE COLOURS
2
1,640
thread by: iblank | last post Apr 22 '13 by: r035198x
Hi, I have a huge problem and I need help. I have the data folder from the server I had on one computer (containing the schema folders and the ibdata1 file). Now I need the install the mysql server on another computer, and transfer the data - but every time I try, when I move the data folder, it can't start the server. I must have the data,...
3
3,010
thread by: jagdeep gupta | last post Apr 26 '13 by: Rabbit
I have one clob field 'Class_Data' in my table 'School' and in the clob there is one tag name as '<Fee-Value>' , I want to select the all occurrences of the tag from the clob data. I used the below query in mysql , but it select only the first occurrence of the tag(there are 12 occurrence of the vallue) select substr(Class_Data,...
1
1,483
thread by: sohanlalmaurya | last post Apr 27 '13 by: Rabbit
com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException : column "ID" is cannot null plz help me that how can remove this type error...
3
1,484
thread by: saurabh678 | last post May 2 '13 by: Rabbit
im having this same problem .. this is my query .. select title, url,sum(visit_count),microsoft from (select * from data_repository where (username='prasad'and microsoft>0 or title like '%microsoft%')) group by url ,title order by sum(visit_count) desc, microsoft desc; can u tell me how i can fix this problem ?? thanks in advancee
3
1,934
thread by: sunilwije | last post May 20 '13 by: Oralloy
Problem of indexing Country, State , City table. Instead of entering repeated user location for several users who share the same location I am planning to normalize by giving locationID from Locations table to each user in the User table so that I don’t have to enter Country, State, City repeatedly in the User table so I save disk...
2
1,752
thread by: sandeep jahagir | last post May 28 '13 by: sandeep jahagir
HI, I want to merge TESTLINK and BUGZILLA databases into one, even though they have mysql DB but i have installed in different ports(TESTLINK-3306 and BUGZILLA-3307). so with respect to TEST CASE-ID in test link which are failed or blocked or whatever it should raise a defect in the bugzilla automatically. I am unable to understand which...
4
4,671
thread by: Mr Key | last post Jun 3 '13 by: Mr Key
Hi all!! I have MYSQL server running in one machine (say PC1 with IP 192.168.0.45) and I want to connect to MS-ACCESS in another machine (say PC2) on the same network. How can I go about it? Please help!!!!!!!!!!!
0
1,100
thread by: Raewyn111 | last post Jun 12 '13 by: Raewyn111
I am having trouble when I go to generate a certificate, when I list the course the name and then hit the generate button it sends me to the page with this message with an arrow pointing to it highlighted in yellow. DoCmd.RunSQL ("Delete * From Temp") Thank you for any assistance anyone can offer me.
2
1,314
thread by: manjava | last post Jul 4 '13 by: Atli
hello, i want to do this query $sql = "SELECT * FROM `departement_2`,departement_5,departement_8,departement_12,departement_33,departement_15"; Does anyone have any ideas on what I should do? thanks.

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.