Started 1 week, 5 days ago (2009-11-04 01:20:21)
by cwarn23
Then how many rows do you have and how much cpu? In each of my tables is only 4 text columns and one int column. Also the word NULL occurs as the value most of the time with my current structure if that makes any difference.
So I have 2.66GHz dual core with millions of rows. What are your specs for cpu and num of rows in your large database?
Started 5 days, 4 hours ago (2009-11-11 00:00:00)
by futhonguy
Got it!
Cool thanks mate..
Started 1 week ago (2009-11-09 00:00:00)
by AirGear
it means, if i have to submit the mysql files, i have to copy all the files in that directory?
thx for your response.
Started 1 week ago (2009-11-09 00:00:00)
by jrosh
• • • • Originally Posted by mwasif Mention the full path to the destination where you mention the file name e.g.
Help with Code Tags mysql Syntax ( Toggle
Plain Text ) SELECT col1, col2 INTO OUTFILE '/home/data.txt' FIELDS TERMINATED BY ',' .... SELECT col1, col2 INTO OUTFILE '/home/data.txt'
...
Started 1 week, 2 days ago (2009-11-06 11:59:43)
by jbennet
Should be possible, because this site supports russian-type characters, and runs on mysql?.
Started 1 week ago (2009-11-09 00:00:00)
by jrosh
• • • • Originally Posted by mwasif If you remember the MySQL root password, then go to phpMyAdmin directory under directory like wamp\apps\phpmyadmin3.1.3.1 and open config.inc.php. And provide the correct password in
Help with Code Tags php Syntax (
Toggle Plain Text ) $cfg [ 'Servers' ] [ $i ] [ 'password' ] = ...
Started 3 days, 23 hours ago (2009-11-12 04:23:34)
by urtrivedi
Following query should work
I m assuming that both table contains year column
Help with Code Tags MySQL Syntax ( Toggle Plain Text ) SELECT sum ( elec.votes ) /sum ( stat.rating ) as percentage FROM elec
INNER JOIN on elec. YEAR =stat. YEAR WHERE stat. YEAR = 2009 select sum(elec.votes)/sum(stat.rating) as percentage
from elec ...
Started 3 days, 15 hours ago (2009-11-12 12:23:22)
by mwasif
Or you can use
Navicat to directly import from Excel.
Started 2 days ago (2009-11-14 03:36:01)
by joshua__lim
• • • • Originally Posted by darkagn Looks like COUNTRYCODE is a VARCHAR(3) (that is a maximum of 3
character string) so I don't think you can store the Bahamas code in that field. However if you want all country codes that start with a 1, the following may help:
Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT ...
Started 3 days, 4 hours ago (2009-11-13 00:00:00)
by benkyma
that's just what I needed, thanks a lot