Jump to content

SQL Database help


Apathy

Recommended Posts

Im starting up a site using Xampp and not really sure how to make a data base for SQL for the PHP forums to run off of.

 

the version xampp gave me was 1.4 SQL and im running on a vista machine...

 

Other then that, I'm kinda stuck, so if someone could point me in the right direction with a link or anything to how to do a database just for the PHP forums, would be amazing.

 

Thanks for any replies.

Link to comment
Share on other sites

I was just screwing around and went into my PHP admin and tried to install it again, and used a test database and it worked somehow... No idea what the database is for, or what effects it will have.. If anyone knows, feel free to tell me, heh.

Link to comment
Share on other sites

Just to break down what XAMPP stands for, which should give you better clarity.

Windows, Apache, MySQL, PHP, and Perl.

 

Thus you have MySQL installed (not just SQL, as this is merely a standard for database systems).

And I doubt very much you have version 1.4 installed, as it's more likely to be 4.0+, and most probably 5.0+ if you have a newer version of XAMPP. Your version of PHPMyAdmin however may well be version 1.4 .

 

If you don't know how to use PHPMyAdmin I recommend checking out their documentation http://www.phpmyadmin.net/home_page/docs.php, and the same for MySQL http://dev.mysql.com/doc/.

 

Begin with basic syntax (CREATE, DELETE, SELECT, INSERT, UPDATE) for MySQL and try it out using the PHPMyAdmin interface (as you're probably not familiar with command line options being a windows user ;)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.