Can't start mysql in terminal for OSX 10.8 with standard XAMPP stack installation -


error sql: command not found

.profile code export path=/opt/local/bin:/opt/local/sbin:/applications/xampp/xamppfiles/bin:$path

i've edited filed saved , tried multiple versions , unable mysql start

type whereis sql , put whatever prints path, minus program name. e.g, if prints usr/bin/sql, makes sure /usr/bin in path.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -