Am Mittwoch, den 18.10.2006, 15:29 +0200 schrieb Thomas Halinka: > # mysql -u root < dbsetup.sql > ERROR 1046 (3D000) at line 1: No database selected > > Was läuft da schief? Google sagt leider nichts zu?! Die DB existiert > jedenfalls!
Steht doch da, Du hast keine Datenbank ausgewählt ;)
mach mal
mysql -u root DATENBANKNAME < dbsetup.sql
-- 8< --
MYSQL(1) MySQL Database System
NAME
mysql - the MySQL command-line tool
SYNOPSIS
mysql [options] db_name
-- >8 --
Greetz,
Andre
--
BOFH-excuse of the day: because of network lag due to too many people
playing deathmatch
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil

