Skip to main content
Formt command
Source Link
RobC
  • 25.3k
  • 21
  • 87
  • 88

The easiest way: mysql -u root -p YOUR_DATABASE

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

Note: Yes, without a semicolon.

The easiest way: mysql -u root -p YOUR_DATABASE

Enter this and you'll need to type your password in.

Note: Yes, without a semicolon.

The easiest way:

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

Note: Yes, without a semicolon.

added 35 characters in body
Source Link

The easiest way is as follows: mysql -u root -p YOUR_DATABASE

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

Note: Yes, without a semicolon.

The easiest way is as follows:

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

The easiest way: mysql -u root -p YOUR_DATABASE

Enter this and you'll need to type your password in.

Note: Yes, without a semicolon.

Improve formatting
Source Link
RobC
  • 25.3k
  • 21
  • 87
  • 88

The easiest way is as follows: mysql -u root -p YOUR_DATABASE

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

The easiest way: mysql -u root -p YOUR_DATABASE

Enter this and you'll need to type your password in.

The easiest way is as follows:

mysql -u root -p YOUR_DATABASE 

Enter this and you'll need to type your password in.

Source Link
Loading