Select/Count not showing me my records...permissions?
3 Message(s) by 2 Author(s) originally posted in mysql database
| From: John Bailo |
Date: Thursday, May 10, 2007
|
I imported 600,000 records from
SQL Server 2005 to mySQL.
I know they are in there -- I just can not see them!
When I do a SELECT, it processes for a while, and then returns nothing.
Same with a count, it sits there processing, and then returns a '0'
However when I do the same on a
table I know has no rows, it definitely
comes back right away.
I'm logged in as root. Do I need to assign myself some permissions to
see these records? And the count numbers?
| From: Good Man |
Date: Friday, May 11, 2007
|
wrote in
message in
I imported 600,000 records from SQL Server 2005 to mySQL.
I know they are in there -- I just can not see them!
When I do a SELECT, it processes for a while, and then returns nothing.
Same with a count, it sits there processing, and then returns a '0'
However when I do the same on a table I know has no rows, it definitely
comes back right away.
I'm logged in as root. Do I need to assign myself some permissions to
see these records? And the count numbers?
What is your query?
| From: John Bailo |
Date: Sunday, May 13, 2007
|
wrote in message:
I imported 600,000 records from SQL Server 2005 to mySQL.
I know they are in there -- I just can not see them!
When I do a SELECT, it processes for a while, and then returns nothing.
Same with a count, it sits there processing, and then returns a '0'
However when I do the same on a table I know has no rows, it definitely
comes back right away.
I'm logged in as root. Do I need to assign myself some permissions to
see these records? And the count numbers?
Ok, the first time I imported, I stopped it 2/3rds of the way and I
thought I had 2/3rds of the records, but apparently not.
I let it
run all the way through and it works brilliantly.
mySQL is faster than sql2005 for sure....
Next Message: Connection life