<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Harry Devine wrote:<br>
<br>
[snip]<br>
<blockquote cite="mid:25902690.1206226588391.JavaMail.root@m03"
 type="cite">
  <pre wrap=""><!---->OK, I'm trying that now, and I can't dump the current database to 
recreate it.  It gives me the same error about root@localhost not being 
able to access the database.  If I can remove the DB and start over, I 
think those instructions you sent above will work fine.
  </pre>
</blockquote>
Do you not know your MySQL root password?&nbsp; You'll need this to do
whatever.<br>
<br>
1) To dump the database use:&nbsp; mysqldump -uroot -p mythconverg &gt;
mythconverg.sql<br>
2) To remove the database use:&nbsp; mysql -uroot -p -e "drop database
mythconverg"<br>
<br>
You can actually just delete /var/lib/mysql/mythconverg and it'll also
delete the database, but I'd figure out why you can't access your MySQL
server first.<br>
<br>
<br>
Michael<br>
</body>
</html>