Thread: mysql help
View Single Post
Old 06-03-2002, 06:48 AM   #2
mairving
Staff
Premium Member
 
mairving's Avatar
 
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
Usually MySQL is installed by default on most new Linux distros. From the shell, try typing in mysql --v to see if MySQL exists. If this doesn't work, then try using the full path (usually /usr/local/mysql), /full_path_to/mysql --v.

If that works, then some post-installation info
mairving is offline   Reply With Quote