steveymac2k2 Posted July 4, 2009 Share Posted July 4, 2009 Hi, I'm trying to load a schema for biosql. I have created a database called "biosql" in MySQL, but i'm trying to load the biosql-schema/sql in MySQL with the command: >mysql -u root biosql < biosqldb-mysql.sql The "biosqldb-mysql.sql file is currently located on my mac in: /Users/stevey_mac2k2/Desktop/ExerciseTwo/biosql-1.0.1/sql My MySQL is currently saved in: usr/local/mysql-5.1.35-osx10.5-x86/bin I have created a .profile for my mysql commands with the script: export PATH=/usr/local/mysql-5.1.35-osx10.5-x86/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:$PATH i try the command: bash-3.2# mysql -u root biosql < biosqldb-mysql.sql bash: mysql: command not found Any help would be greatly appreciated. Thanks! Link to comment https://forums.phpfreaks.com/topic/164746-biosql-installation-in-mysql-on-mac/ Share on other sites More sharing options...
fenway Posted July 4, 2009 Share Posted July 4, 2009 This is definitely a *nix issue, not a mysql issue... clearly, it's not in your path. Link to comment https://forums.phpfreaks.com/topic/164746-biosql-installation-in-mysql-on-mac/#findComment-868949 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.