andy135
09.03.14, 23:26
Hallo zusammen,
wenn ich meine Bacula Datenbank zurücksetzen möchte klappt das auch. Wenn ich allerdings die Datenbank wieder neu erstellen lassen möchte mit dem script "make_mysql_tables" kommt folgende Fehlermeldung:
Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
ERROR: Unbekannte Interpunktion @ 178
STR: =/
SQL: #!/bin/sh
#
# shell script to create Bacula MySQL tables
#
# Important note:
# You won't get any support for performance issue if you changed the default
# schema.
#
bindir=/usr/bin
PATH="$bindir:$PATH"
db_name=${db_name:-'bacula'}
if mysql $* -f <<END-OF-DATA
USE ${db_name};
SQL-Befehl:
#!/bin/sh # # shell script to create Bacula MySQL tables # # Important note: # You won't get any support for performance issue if you changed the default # schema. # bindir=/usr/bin PATH="$bindir:$PATH" db_name=${db_name:-'bacula'} if mysql $* -f <<END-OF-DATA USE ${db_name};
MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'bindir=/usr/bin
PATH="$bindir:$PATH"
db_name=${db_name:-'bacula'}
if mysql $* -' at line 9
Das war ein Auszug aus PHPMyAdmin, da sieht man mehr wie auf der Konsole. Hatte jemand schon mal das Problem ?
wenn ich meine Bacula Datenbank zurücksetzen möchte klappt das auch. Wenn ich allerdings die Datenbank wieder neu erstellen lassen möchte mit dem script "make_mysql_tables" kommt folgende Fehlermeldung:
Es scheint einen Fehler in Ihrer MySQL-Abfrage zu geben. Die MySQL-Fehlerausgabe, falls vorhanden, kann Ihnen auch bei der Fehleranalyse helfen.
ERROR: Unbekannte Interpunktion @ 178
STR: =/
SQL: #!/bin/sh
#
# shell script to create Bacula MySQL tables
#
# Important note:
# You won't get any support for performance issue if you changed the default
# schema.
#
bindir=/usr/bin
PATH="$bindir:$PATH"
db_name=${db_name:-'bacula'}
if mysql $* -f <<END-OF-DATA
USE ${db_name};
SQL-Befehl:
#!/bin/sh # # shell script to create Bacula MySQL tables # # Important note: # You won't get any support for performance issue if you changed the default # schema. # bindir=/usr/bin PATH="$bindir:$PATH" db_name=${db_name:-'bacula'} if mysql $* -f <<END-OF-DATA USE ${db_name};
MySQL meldet: Dokumentation
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'bindir=/usr/bin
PATH="$bindir:$PATH"
db_name=${db_name:-'bacula'}
if mysql $* -' at line 9
Das war ein Auszug aus PHPMyAdmin, da sieht man mehr wie auf der Konsole. Hatte jemand schon mal das Problem ?