Displaying 3 results from an estimated 3 matches for "ppass".
Did you mean:
pass
2014 Aug 11
2
Question about dump on MySQL
I need export an registers of a data base from command line.
It is possible with mysqldump?
for example:
mysqldump -u user -ppass db "select *from users where id=20" ???
thank
1998 Aug 23
4
Problems with smbmount
I have a problem. When I mount my CD (witch is on WIN97 machine) using
smbmount I do not see all files in all dirs. If dir have more then, let say,
100 files (it is not the same every time), I do not see all files.
This is a problem because on my Linux box I do not have CD-ROM, so if I have
to install some packages I first have to copy rpm files on disk, and then
install them witch is annoying.
2010 Mar 23
2
Connect to MySQL monitor on another host in the LAN ?
Hi,
I'm running a medical application on a local network, using MySQL as a
database. The application can also connect to remote hosts, so the idea
is to install it on one machine acting as a "server", and then install
it on the other machines on the LAN, but configure these to use the
database on the "server". I guess before doing that, I'll better try and
get