PDA

View Full Version : MySql



Gayowulf
December 16th, 2001, 19:44
Is there any way to determine the name of your MySql database?

I need to install a forum, and have all the MySql info but the DB name. I dont have time to wait for the tech support email.

niv
December 16th, 2001, 20:38
You may be able to figure it out. Log into mysql at the command line by using mysql -u<your username here> -p, then type in your password. At the mysql> prompt, type in "show databases;". Look around and see if anything's familiar. If you're done, just type in exit.

Gayowulf
December 16th, 2001, 20:42
Im assuming you mean via telnet?

niv
December 16th, 2001, 20:43
Originally posted by Gayowulf
Im assuming you mean via telnet?

Yep.

Gayowulf
December 16th, 2001, 20:46
Thanks.

Too bad I cant telnet :(

harrylmh
December 17th, 2001, 07:21
Do you have phpmyadmin? If so, you can try to login to it and look at the DB name.

Hope this helps.