The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #6 (permalink)  
Old 05-22-2006
PixelLover PixelLover is offline
Registered User
  
 

Join Date: May 2006
Location: Hamburg, Germany
Posts: 8
By the way:

If I enter the following command directly into the shell, everything works fine and I can connect to the MySQL database simply by typing "mysql":

export PATH="/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:$PATH"

But how can I add this to the path...??? I'm really a dummie, aren't I...