
February 8th, 2000, 09:59 AM
|
|
Junior Member
|
|
Join Date: Feb 2000
Location: Currently in Sweden
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
i tried the mysqldump command and i took these:
[root@students bin]# ./mysqldump anal3 first_tab
# MySQL dump 5.10
# Host: localhost Database: anal3
#--------------------------------------------------------
# Server version 3.22.8-beta
./mysqldump: Can't get info about table: 'first_tab'
error: Lost connection to MySQL server during query
[root@students bin]# ./mysqldump anal3
# MySQL dump 5.10
# Host: localhost Database: anal3
#--------------------------------------------------------
# Server version 3.22.8-beta
./mysqldump: Can't get info about table: 'first_tab'
error: Lost connection to MySQL server during query
|