PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old November 8th, 2012, 06:44 PM
Obad500 Obad500 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Oct 2012
Posts: 4 Obad500 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 39 m 52 sec
Reputation Power: 0
PHP-General - Locating database in software

Hey everyone,

I just purchased software for a project I am working on but I cannot seem to locate the "MySQL/Database" in the software. I tried contacting my provider but he is temporarily out of office and I would like to get this solved ASAP. Does anyone know where it can be located within the files or if there is another name that it may be saved under?

I appreciate the help! Thanks!

Peace.

Reply With Quote
  #2  
Old November 8th, 2012, 11:48 PM
E-Oreo's Avatar
E-Oreo E-Oreo is offline
Lost in code
Click here for more information.
 
Join Date: Dec 2004
Posts: 7,931 E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)E-Oreo User rank is General 91st Grade (Above 100000 Reputation Level)  Folding Points: 945 Folding Title: Novice Folder
Time spent in forums: 2 Months 7 h 43 m 47 sec
Reputation Power: 7053
Based on the wording of your question I'm going to assume that you don't know what MySQL is.

MySQL is a database server; similar to how Apache is a web server, except instead of serving web pages, MySQL serves data. A software package that relies on a MySQL database would provide either an installer to populate the MySQL database or a SQL dump file to populate the MySQL database, but it wouldn't include the actual MySQL database server software as it assumes you already have a MySQL server set up and running (a safe assumption to make).

Virtually all web hosts that support PHP provide at least one MySQL database. If you're running the code locally or on your own server, you can download and install a MySQL server for free.

You need a username and password to connect to a MySQL server. These are either provided to you by the administrator of the MySQL server, or created by you if you are the administrator.

Before installing the application you'll need to create a database. This is rarely done by the installer or SQL dump because non-privileged MySQL user accounts of the type you would use for web based software are rarely given permission to create databases. The exact procedure for doing this depends on the hosting environment where your MySQL server is located.

If the software provides a raw SQL dump, you can either load it into the database using the command line mysql client or using a graphical tool like PhpMyAdmin. If it provides an installer, the installer will ask you for your connection details and will load the MySQL database itself. Installers are more common, but which the software provides is impossible for us to tell you; hopefully it came with installation instructions that explain that.
__________________
PHP FAQ
How to program a basic, secure login system using PHP

Quote:
Originally Posted by Spad
Ah USB, the only rectangular connector where you have to make 3 attempts before you get it the right way around

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > PHP-General - Locating database in software

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap