Jump to content

Creating a MySQL database using phpMyAdmin


gravereaper

Recommended Posts

I know how to create on web hosts but don't know how to create a database on my own PC. I'am using XAMPP lite so have php,mysql,apache server and phpmyadmin all installed already. So how will i exactly create a database for one of the pre-made scripts i'am trying to run on my PC.

Link to comment
Share on other sites

You need to find where it is installed and load it in a browser. It will be in your web server directory somewhere, which will be an Apache directory. I think Apache installs to Program Files, and I believe there is an htdocs folder under the Apache install folder that contains all of your web files. The phpMyAdmin folder will be inside the htdocs folder somewhere. Look inside the folder and check the names, and open it in a browser. If you have a folder inside htdocs called pma, then the address will be http://localhost/pma/. Inside the phpMyAdmin folder there may be a file called install.php or setup.php, so you might have to load one of them. Such as http://localhost/pma/install.php.

Link to comment
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
×
×
  • Create New...