Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

wamp server mysql user id and password

Tags:

phpmyadmin

I have wamp installed , I want to know how to create username and password in mysql.

like image 647
pushan Avatar asked Dec 12 '10 08:12

pushan


People also ask

How do I find my WAMP server username and password?

The default username is "root" default password is '' (empty/blank). if u want to know the password go to wamp installation path\apps\ for example C:\wamp\apps\phpmyadmin2. 10.1 in this path u can fine the file named 'config.

How do I find MySQL username and password MySQL?

In order to recover the password, you simply have to follow these steps: Stop the MySQL server process with the command sudo service mysql stop. Start the MySQL server with the command sudo mysqld_safe –skip-grant-tables –skip-networking & Connect to the MySQL server as the root user with the command mysql -u root.

What is Wamp phpmyadmin password?

When starting phpMyAdmin, you will be asked for a user name and password. After installing Wampserver 3, the default username is "root" (without quotes) and there is no password, which means that you must leave the form Password box empty.

What is MySQL default username and password?

The default user for MySQL is root and by default it has no password.


1 Answers

By default, you can access your databases at http:// localhost/phpmyadmin using user: root and a blank password.

Once logged in PHPmyAdmin, click on the Privileges tab. and on the Add a new user link located under the User Overview table

like image 73
Razaman Avatar answered Oct 13 '22 20:10

Razaman