search for: tables_in_testdb

Displaying 1 result from an estimated 1 matches for "tables_in_testdb".

2002 Oct 16
5
Database newbee problem...
...e 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> use testDB Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +------------------+ | Tables_in_testDB | +------------------+ | pet | +------------------+ 1 row in set (0.00 sec) mysql> What's wrong with my setup that's causing R to segfault (but not mysql client)? Any ideas? /Fredrik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help m...