Sakaio Manoa wrote:
As requested I got this

Which mysql
/usr/bin/mysql
Echo $PATH
/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin

Cheers

Sakaio P Manoa

Thank you.

So, mysql is on your path, however the make_mysql_tables script reports an error about not being able to find it.

Possibly your make_mysql_tables script has become corrupt. Would it be possible for you to post the first 10 lines or so here pls.

Mine looks like this:

orange# head -10 make_mysql_tables
#!/bin/sh
#
# shell script to create Bacula MySQL tables
#
bindir=/usr/local/bin

if $bindir/mysql $* -f <<END-OF-DATA
USE bacula;
CREATE TABLE Filename (
  FilenameId INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,

Btw I am running FreeBSD and my mysql binary is in /usr/local/bin.

Thanx

Rowdy


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to