Hi Guys, I'm probably being really dumb but I have a small problem.
Got MySQL installed and had a database for my forum called "myforumdb"
MySQLShow came up with
+---------------+
+ Databases +
+---------------+
+ myforumdb +
+ mysql +
+ test +
+---------------+
I'd wanted to install a blogger/chat script sorta thing n the php install file wasn't working kept saying couldn't create database or something
Me being stupid decided to create the database for it instead
Typed in
H:\mysql\bin\> mysql -u root -ppassword create test_db
It worked fine cos it came back to the dos prompt but now when I run mysqlshow I get
+---------------+
+ Databases +
+---------------+
+ test_db +
+---------------+
And now I can't get my forum all I get is cannot access database
In mysql if I do SHOW DATABASES it shows the 3 databases as it did before with mysqlshow
I've now managed to get it to show which I'll just say is progress

)
+---------------+
+ Databases +
+---------------+
+---------------+
Any Ideas?