MySQL music db
Posted: 21 Mar 2010, 20:51
I'm wondering if anyone knows a simple way to create a music db in MySQL? This would be for Amarok2, which at this point is crashing all over the place on me anyway... sigh.
Thanks.
Thanks.
Code: Select all
# mysql -u root
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.1.45 Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> set password for root@localhost = password xxxxxxx
-> flush privileges;
ERROR 1064 (42000): 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 'xxxxxxx
flush privileges' at line 1
mysql> quit;
Bye
[root@dedanna dedanna]# mysql -p -u root
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)Code: Select all
/usr/bin/mysql_secure_installationCode: Select all
rm -f /var/lib/mysql/mysql/*