Thank you fro the feedback... > - create MySQL user and database (connect as root)
For MySql, the order is important, I always create the database first. For that you use mysqladmin create foodatabase This is the output from trying to create the database: [EMAIL PROTECTED]:/etc/init.d/] # ./slimserver stop Stopping SlimServer Audio Server. [EMAIL PROTECTED]:/etc/init.d/] # mysqladmin create slimserver mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)' ? -- teeitup ------------------------------------------------------------------------ teeitup's Profile: http://forums.slimdevices.com/member.php?userid=14402 View this thread: http://forums.slimdevices.com/showthread.php?t=41088 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
