(show tables;), which means to me that MySQL hasn't lost track of the data path. But when I issue a command like 'select ...' it says it can't find the format file ./finance/soandso.frm. I don't really know what the dot stands for. The most plausible assumption is the ...
I have my all-purpose user added to the Samba auth list (via smbpasswd), and configured my client as swerdna's howto's specify, and I can access the files just find. However, when I try to mount the shares with this command:Code:mount -t cifs -o username=klein,password=klein...
Ubuntu Installation :: XP With Existing Setup (Partitions) - Error "Setup Did Not Find Any Hard Disks Installed On Your Computer" Feb 18, 2010 I'm using Ubuntu 9.10 and previously had a separate partition with another distro on it. I decided to delete the other distro's home and s...
- So I think port 22223 have had another program use,I use command: ps aux | grep ssh /* find process id of second connection */ kill -9 <process-id-second-connection> netstat -an | grep 22223 /*find which program use port 22223> */ - but I can't find anywhat -...