Jump to content
xisto Community
Sign in to follow this  
tinoymalayil

Set Path For Mysql Which Is Installed In Xampp Server

Recommended Posts

Hi friends,

When we work in xampp server,we can only access mysql using the php admin only.You can access mysql database externally too.I hereby introducing how to set path to execute mysql from command path whicch is installed along with xampp server.

 

The below steps are for Windows OS:

set path by right clicking my computer

2.click properties> click advanced tab>click environment variable> edit path of system variable

 

3.include the below line after ;(semicolon)

C:\xampp\mysql\bin\

 

4.click ok three times.

5.then open notepad window type the below line

mysql -h localhost -u root -p

 

6.save the file as mysql.bat

 

7.close the file..

 

8.Then double click the mysql.bat file

9.the command prompt will ask mysql password( if there is no password . just enter)

you can execute queries here..

 

Hope this helps

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.