4

Is it possible to create a local database on my home-computer for MYSQL workbench?

This server is only for my own use. Not to the outside community.

1
  • Yes, it is very possible and I have done it. MySQL is open source, so you can just download the free community edition and get started. You would be able to "see" the database from your local machine, if you plan to do any development work there. Commented Nov 3, 2016 at 5:00

3 Answers 3

2

Download XAMPP on your machine and install it. (Windows) After successful installation, you will be able to see an icon on your toolbar. Click on it and start Apache, MySQL and if anything you need. Open browser, type : localhost/phpmyadmmin This will give you an GUI to manage databases locally on your machine. XAMPP basically provides you local server.

Sign up to request clarification or add additional context in comments.

1 Comment

1

If this is what you are looking for, after creating a database in MySQL from your local machine, then that you could access the database through MySQL workbench as a local instance. It asks you to authenticate based on your MySQL conf though. Just the normal way!

Comments

1

You can download WAMP (Apache, Mysql, PHP) server on Windows.

Then add new connection in workbench.

host:127.0.0.1
username:root
password:<Empty>

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.