> At 16:03 -0500 4/20/04, Dirk Bremer (NISC) wrote: > >I have a couple of questions concerning the MySql client program. > > > >1. Are the option for the client program, i.e. --auto-rehash, etc. > >documented anywhere? I searched the included HTML file and could not find a > >reference to the client options. What does the --auto-rehash option do? > >Heck, what do all of the rest of the options do? > > mysql --help > > http://dev.mysql.com/doc/mysql/en/mysql.html > > > > >2.When in the client program, what do the clear, ego, go, and rehash > >commands do? Is there documentation for these commands? > > http://dev.mysql.com/doc/mysql/en/mysql_Commands.html > > > > >3. Speaking specifically of Win2K platforms, what would be required to > >install just the client program for other users to be able to access the > >database server program residing on a different machine? > > Install MySQL normally, then throw away everything you don't need? > > -- > Paul DuBois, MySQL Documentation Team
Paul, I once spent a pleasant afternoon in Madison waiting on a rescheduled flight after a driving trip from Madison to LaCrosse and back. Note that the first link that you posted does not work, at least not with the current problems the website is experiencing. Concerning the second question I asked and the link that you provided, it still doesn't answer my question. For example: help (\h) Display this help. ? (\?) Synonym for `help'. clear (\c) Clear command. connect (\r) Reconnect to the server. Optional arguments are db and host. ego (\G) Send command to mysql server, display result vertically. exit (\q) Exit mysql. Same as quit. go (\g) Send command to mysql server. notee (\t) Don't write into outfile. print (\p) Print current command. prompt (\R) Change your mysql prompt. quit (\q) Quit mysql. rehash (\#) Rebuild completion hash. source (\.) Execute a SQL script file. Takes a file name as an argument. status (\s) Get status information from the server. tee (\T) Set outfile [to_outfile]. Append everything into given outfile. use (\u) Use another database. Takes database name as argument. Re the ego command, what commands can it send to the server and why would you want to use ego? Same for the clear and go command. For the third question, I direct my response to a wider audience and suggest that there should be a client-only installation download available. Dirk Bremer - Systems Programmer II - ESS/AMS - NISC St. Peters USA Central Time Zone 636-922-9158 ext. 8652 fax 636-447-4471 [EMAIL PROTECTED] www.nisc.cc -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]