English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

i am tring to set up a database but to do that i need to login i never created a username and password and it is not an option to do so and there is no forgot password username

so how do i find it
?

2007-03-11 14:35:07 · 3 answers · asked by mypoints_5 1 in Computers & Internet Programming & Design

3 answers

OK one question first, is this on your own machine or an internet server somewhere else? If it is your own machine you have to setup MySql with a username and password when you instal it. Then when you run phpMyAdmin you use that username and password to allow myadmin to run.

If the MySql is on a server that you do not have root account you will have to have your host setup your username and password first. (Or if you have Cpanel, WHM, Etc you can do that from the panel.)

2007-03-11 15:24:30 · answer #1 · answered by Tracy L 7 · 0 0

In the directory that has your PHPMyAdmin software, there is a file called config.inc.php. Your name and password will be listed as follows:

$cfg['Servers'][$i]['user'] = 'username'; //MySQL user
$cfg['Servers'][$i]['password'] = 'password'; //MySQL password (only needed with 'config' auth_type)

These values should be down a fair ways, so you may need to search for the keys.

2007-03-11 21:42:48 · answer #2 · answered by Caliph Of Norway 2 · 0 0

I have used PHPMyAdmin in the past but I like MySQL Control Center, which you can download from htt://www.mysql.com. I think it even comes bundled with the new releases of MySQL. I think it works faster and has a more efficient user interface.

2007-03-11 22:19:43 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers