creating a mysql database using xampp complete, concrete, concise

13
Articles Comments Complete, Concrete, Concise Practical information without the bloat Search this website... Go Home Privacy Complete, Concrete, Concise » Web Tools » Creating a MySQL Database using XAMPP Creating a MySQL Database using XAMPP March 21st, 2011 | 50 Comments This tutorial assumes that you have XAMPP 1.7.3 installed. The procedure should be the same for other versions of XAMPP. A XAMPP installation procedure for Windows can be found here . Click on images for full sized versions. Many applications, such as Joomla! require an SQL database as part of their setup. With XAMPP installed, this is easy to do. 1) Open your browser and enter http://localhost/phpmyadmin. This will bring you to the MySQL setup page: 2) Enter a name for the database, then click on the Create button. The name must be 64 characters or less and composed of letters, numbers and underscores. Avoid using numbers at the start of the name. A good name should indicate the purpose of the database. For example: joomla_database or database_for_drupal. There should be no need to change the other settings:

Upload: varun-sudarshan

Post on 06-Sep-2015

48 views

Category:

Documents


0 download

DESCRIPTION

Mysql guide

TRANSCRIPT

  • Articles Comments

    Complete, Concrete, ConcisePractical information without the bloatSearch this website... Go

    HomePrivacy

    Complete, Concrete, Concise Web Tools Creating a MySQL Database using XAMPP

    Creating a MySQL Database using XAMPPMarch 21st, 2011 | 50 Comments

    This tutorial assumes that you have XAMPP 1.7.3 installed. The procedure should be the same for other versions of XAMPP.

    A XAMPP installation procedure for Windows can be found here.

    Click on images for full sized versions.

    Many applications, such as Joomla! require an SQL database as part of their setup.

    With XAMPP installed, this is easy to do.

    1) Open your browser and enter http://localhost/phpmyadmin. This will bring you to the MySQL setup page:

    2) Enter a name for the database, then click on the Create button. The name must be 64 characters or less and composed ofletters, numbers and underscores. Avoid using numbers at the start of the name. A good name should indicate the purpose ofthe database. For example: joomla_database or database_for_drupal. There should be no need to change the other settings:

    http://complete-concrete-concise.com/web-tools/51-installing-xampp-apache-server-mysql-and-phphttp://complete-concrete-concise.com/http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampphttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampphttp://complete-concrete-concise.com/comments/feedhttp://complete-concrete-concise.com/http://complete-concrete-concise.com/privacyhttp://complete-concrete-concise.com/http://complete-concrete-concise.com/feedhttp://complete-concrete-concise.com/category/web-toolshttp://i1.wp.com/complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpagephpmyadminurl.png
  • 3) Ensure the database was successfully created:

    This database can now be used by any application that requires a MySQL database for example, Joomla!.

    By default, the username for this database is root and the password is blank (there is none).

    Please consider sharing this article if you liked it or found it useful.

    You may use one of the buttons below or share using your own favourite media.

    Please do not republish this article on your website. You may publish a short excerpt and provide a link back to the originalarticle.

    Share this:

    Print Email Google Twitter Facebook Tumblr Pinterest Pocket Reddit StumbleUpon LinkedIn

    Filed under: Web Tools Tags: create, database, mysql, XAMPP

    50 Responses to "Creating a MySQL Database using XAMPP"

    1. Alieu says:July 4, 2011 at 03:41

    thanks its easy and straight forward

    Like this:

    Loading...

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=facebook&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=stumbleupon&nb=1http://complete-concrete-concise.com/tag/databasehttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=pinterest&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=tumblr&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=reddit&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=twitter&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=google-plus-1&nb=1http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=linkedin&nb=1http://i1.wp.com/complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqldatabasecreated.pnghttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=email&nb=1http://complete-concrete-concise.com/tag/xampphttp://complete-concrete-concise.com/tag/createhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?share=pocket&nb=1http://i0.wp.com/complete-concrete-concise.com/wp-content/uploads/2011/03/xamppmysqlmainpageenterdatabasename.pnghttp://complete-concrete-concise.com/category/web-toolshttp://complete-concrete-concise.com/tag/mysql
  • Reply

    1. admin says:July 4, 2011 at 10:04

    Youre welcome and thanks for the feedback!

    Reply

    2. bbk says:July 22, 2011 at 04:46

    Thank you so much!

    Reply

    1. admin says:July 22, 2011 at 19:02

    Youre welcome! Thank you for the feedback.

    Reply

    3. Angie says:August 21, 2011 at 03:22

    Thanks for the advice, very helpful!

    Reply

    1. admin says:August 21, 2011 at 11:08

    Youre welcome and thank you for the feedback.

    Reply

    4. Chanaka says:September 28, 2011 at 07:06

    I really appreciate, All the best. :)

    Reply

    1. admin says:September 28, 2011 at 12:39

    Youre welcome. Thanks for the feedback.

    Reply

    5. Dannyboy says:October 18, 2011 at 11:04

    After following your php database creation instructions, my joomla web installion is unable to connect to the database.Any suggestions?

    Reply

    1. admin says:October 18, 2011 at 12:32

    I am going to assume that:

    (1) you have a XAMPP install(2) you have not enabled any passwords or security features for XAMPP

    The most likely causes are:

    (1) wrong database type specified in the Joomla! install. It should be either MySQL or MySQLi (at least, I haventnoticed any difference between the two).

    (2) your server is not localhost. It most cases it will be localhost, the only time it wouldnt be localhost is if the

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=238#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=199#respondhttp://www.faithnomango.com/http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=147#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=69#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=148#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=85#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=200#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=67#respondhttp://akado.ca/http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=83#respondhttp://stmaryscypress.org/
  • MySQL server is on a different machine from the installation (but that is rarely the case).

    (3) you specified the wrong user name. For XAMPP it will almost always be root, unless you have added a databaseuser, in which case it would be the database user name

    (4) you specified the wrong password. The default password for XAMPP is blank / empty. However, if you setup aroot password for XAMPP or enabled security for XAMPP< the the root user will have a password and this must beentered.

    If you are running a different apache / mysql combination (like AMPPS), then you MUST creat a user for thedatabase and use that user's name and password when configuring Joomla!.

    Hope this helps. If you still need help, we can try to work through it. It would help me to know what your setup is:are you installign under XAMPP, AMPPS, some other host. Which version of XAMPP, etc are you using. Whichversion of Joomla! are you using.

    Reply

    1. Marshall daniels says:February 7, 2012 at 00:52

    Im using joomla 1.7 stable pack, ive checked everything following ur instructions, yet the database stillreturn error number 2.

    Reply

    1. admin says:February 7, 2012 at 11:12

    Which version of XAMPP are you using? I recommend using version 1.7.3 because you will haveproblems with Joomla! 1.7 on XAMPP 1.7.4 and XAMPP 1.7.7.

    Another possiblity might be where you installed XAMPP. XAMPP should be installed in its own directory(preferably C;xamp) not C:/Program Files because Windows 7 (and, I think Vista) blocks write access to thatdirectory, so if XAMPP is running there, Windows might prevent it from writing to the disk (which itwould need to do if it is creating a database).

    Reply

    6. Konloch says:October 27, 2011 at 19:07

    Hey, thanks for this dude, I was busting my ass off looking for this, I owe you one.

    Reply

    1. admin says:October 27, 2011 at 22:41

    Youre welcome.

    Reply

    7. yogi says:November 23, 2011 at 09:16

    thank u somuch its helpful to beginners

    Reply

    1. admin says:November 23, 2011 at 10:52

    Youre very welcome. We were all once beginners. I think too much of the help we find on the Internet tends toforget that. Thanks for the feedback.

    Reply

    8. William says:November 30, 2011 at 07:56

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=623#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=239#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=354#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=624#respondhttp://www.marshieldgcnet.com/http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=353#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=262#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=263#respond
  • The link for locallhost/phpmyadmin takes me to the site but everything is in German. I am assuming the reason I cantaccess the basic install of Joomla is because I havent created the database? Very new at this. any help is muchappreciated. Thanks!

    Reply

    1. admin says:November 30, 2011 at 08:32

    Hmm I wonder how that happened?

    One possibility is you downloaded a German language version of XAMPP (assuming you are using XAMPP),otherwise, you downloaded a German version of phpMyAdmin.

    Another possibility is that you inadvertently set your install language to German (or, maybe you are using aGerman language version of Windows and phpMyAdmin is trying to be helpful by setting the language to German).

    Try the following:

    1) Find the heading: Oberflche

    2) Underneath that will be a line and dropdown box with the heading: Sprache Language

    3) Click on the dropdown box and select English

    Hopefully, that will set your language back to English.

    As for accessing Joomla!, you should be able to access the start / intro install page for Joomla! whether or not youhave created a database.

    If you cant, it is probably because you either:

    (1) did not install Joomla! in the htdocs folder / directory

    (2) you did not enter the correct URL to your Joomla! install. The URL is localhost/joomla_directory wherejoomla_directory is the name of the directory / folder you installed Joomla! into under htdocs

    Reply

    9. Bruce Wright says:January 19, 2012 at 18:15

    It worked fine until I tried to install the database in Joomia 1.7.3. It then gives me a constant moving circle for a verylong time. Any suggestions?

    Reply

    1. admin says:January 20, 2012 at 05:05

    Off hand, I would think that either (1) the Apache server is not running or (2) the MySQL server is not running.

    The constant moving circle suggests the client (browser) is waiting for a connection. However, if you were able togo to the myphpadmin page and you were able to create a database, that kind of rules those out (although, it isalways possible the MySQL server died in the interim but its never happened to me).

    The only other thing I can think of is that you have the wrong user / password combination. sometimes, it takeslonger to report back that a connection could not be made. The default user in XAMPP is root and the default isblank (i.e. nothing, there is no password).

    Thanks for your question and let me know how things work out.

    Reply

    10. keith says:February 7, 2012 at 16:13

    How do I make a database for a membership system? Its a project and my ass of a teacher didnt teach anything. Cananyone help?

    Reply

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=625#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=538#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=370#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=539#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=369#respond
  • 1. admin says:February 7, 2012 at 22:58

    I dont do homework, however, you can check out this video showing how to create a membership database.

    Reply

    11. fairu says:February 7, 2012 at 22:01

    hican i know how to create table in mysql using xampp??????

    Reply

    1. admin says:February 7, 2012 at 22:59

    This is a nice video tutorial showing how to create a table.

    Reply

    12. manasa says:February 14, 2012 at 22:07

    how to create table after database name is created?

    Reply

    1. admin says:February 14, 2012 at 23:16

    You can check out this tutorial video

    Reply

    13. sushma murthy says:March 12, 2012 at 03:52

    hi, am new to xamppI have created new database in mysql and also created table, but am not able to retrieve that data on my html page andalso connection is not happening what i should do am not getting?

    Reply

    1. admin says:March 12, 2012 at 05:53

    XAMPP is just a package that contains Apache, MySQL, PHP, and Pear all in one package (it is also known asWAMPP (Windows), LAMPP (Linux) and MAMPP (Macintosh)).

    Your browser cannot directly access the MySQL database (or the data inside). To access and display the data, youneed to use a script (it could be written in PHP) that accesses the MySQL database and then displays the result in awbpage.

    W3Schools has really good tutorials on various web based subjects (so there is no point in me repeating /duplicating them). For example, this page shows how to connect to a MySQL databse using PHP.

    If your problem is that you cannot access the database when using something like Joomla!, WordPress, Drupal, etc,then it is likely you have the username and / or password wrong. The default username in XAMPP is root and tehdefault password is empty so you leave the field blank.

    Reply

    14. Pink Floyd says:March 12, 2012 at 10:23

    I have a similar problem.How does the web server know WHERE the mySQL database is?

    Is this location fixed, relative to the localhost (i.e. Drive:/xampp/htdocs) ?

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=627#respondhttp://youtu.be/nBz2lG_jm-Ahttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=629#respondhttp://youtu.be/nBz2lG_jm-Ahttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=845#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=849#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=630#respondhttp://complete-concrete-concise.com/web-tools/w3schools.com%20rel=http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=660#respondhttp://www.w3schools.com/php/php_mysql_connect.asphttp://www.youtube.com/watch?v=nBz2lG_jm-A&feature=youtu.behttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=661#respond
  • Thanks

    Reply

    1. admin says:March 12, 2012 at 11:51

    The location of the database has no relation to localhost.

    The database runs as a server that communicates using a network socket connection.

    The MySQL database server can even run on a different computer somewhere else on the network (if you like). Thetypical C api call would be:

    mysql_real_connect ( conn, /* pointer to connection handler */ "localhost", /* host to connect to */ "user_name", /* user name */ "password", /* password */ "test", /* database to use */ 0, /* port (default 3306) */ NULL, /* socket or /var/lib/mysql.sock */ 0 ); /* flags (none) */

    (the code snippet was taken from here)

    You interact with the MySQL server via port 3306 (by default).

    You can also specify the address to bind the server to using bind-address to pass the IP address to the server onstartup.

    You can read more on that here.

    Unfortunately, I cant be of more help because that goes well beyond the scope of the article (and, I am not doinganything in this general area).

    Reply

    15. Ronald Smith says:March 17, 2012 at 00:57

    I have a problem when I click create it just stay still it doesnt do something plss help I need this database!

    Reply

    1. admin says:March 17, 2012 at 01:09

    It is very hard to imagine what could have gone wrong since the only thing you need to do is provide a databasename and click on Create.

    The only two things I can think of are: (1) your browser is in some sort of funky state and not communicatingproperly with Apache, or (2) there is some funky problem with the MySQL server connection.

    If you get the phpmyadmin page then you know that Apache and MySQL are working. But if it stops workingduring you session, then you know that something must have gone down with either Apache or MySQL.

    Try closing and restarting your browser. If that doesnt work, try restarting your computer.

    Finally, the only other thing I can think of is that perhaps Apache or MySQL is running on a different computeracross a network and that connetion or computer is down in which case talk to your IT specialist.

    Reply

    16. Ronald Smith says:March 17, 2012 at 01:19

    I can get to localhost/phpmyadmin and i click database enter name and click create but it just stays it doesnt gives themessage that database succesfully created its just on the same page! Now i will try restarting browser and if that doesntwork restart computer!Thanks anyway!(by the way about my browser im using the newest version of opera)

    Reply

    http://anaturb.net/MySQL/mysql_c.htmhttp://dev.mysql.com/doc/refman/5.5/en/can-not-connect-to-server.htmlhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=896#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=854#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=895#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=852#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=894#respond
  • 1. admin says:March 17, 2012 at 03:45

    I downloaded and installed Opera 11.61 and it worked fine.

    So, I dont know why it hangs when trying to create a database. The fact that you can open the phpmyadmin pageshows that the Apache server and MySQL server are both working.

    I wonder if there are some browser security or OS security settings that might be causing your problem?

    I would sugest asking for help on either phpmyadmin forum or MySQL forum. Be sure to specify: (1) your OS, (2)what version of XAMPP you are using, (3) what browser (and version) you are using.

    Reply

    17. Topmse says:March 20, 2012 at 05:27

    hey i am trying to create a local host server on my system but it does not work.

    Reply

    1. admin says:March 20, 2012 at 05:39

    Did you install XAMPP?

    Which version of XAMPP? I recommend 1.7.3 because I have had problems with 1.7.4 and 1.7.7. See here forinstalling XAMPP 1.7.3.

    Do you have port conflicts. Microsoft IIS commonly causes problems with Apache. See here for determining if youhave port conflicts.

    What OS are you running. Windows 7 (and possibly Windows Vista) is more security focussed. Running XAMPPfrom C:\Program Files (x86) can cause problems.

    Reply

    18. Andrew Molo says:March 25, 2012 at 03:07

    I have created a form and I want to fetch data from the phpmyadmin database using the form. Please help

    Reply

    1. admin says:March 25, 2012 at 07:11

    Sorry, thats beyond the scope of this article. Besides, I dont do MySQL programming.

    However, you can try these resources:

    W3Schools definitely the best online source for web related tutorials like html, xml, css, php, etc so there is nopoint in me trying to duplicate their content.

    PHP MySQL Tutorial looks reasonably decent, certainly as a complement to the W3Schools tutorial above.

    Reply

    19. sai says:March 29, 2012 at 02:59

    thank u very much boss..

    Reply

    1. admin says:April 2, 2012 at 06:01

    You are welcome and thanks for the feedback.

    Reply

    http://complete-concrete-concise.com/web-tools/troubleshooting-the-apache-server-not-startinghttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=962#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1018#respondhttp://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-phphttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1026#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=995#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=963#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=996#respondhttp://php.about.com/od/phpwithmysql/ss/mysql_php.htmhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=898#respondhttp://www.w3schools.com/php/php_mysql_select.asp
  • 20. Damon says:April 24, 2012 at 08:41

    XAMPP, WordPress and Joomla install

    My laptop has VISTA and the installation of XAMPP went smoothly. The apache webserver operates on port 80. Myphpmyadmin allows me to create databases, and grant privileges. However, when I try installing wordpress it hangs onstep 2 and joomla install is unable to connect to the database. I have attempted no less than 10 installs on each allunsuccessful.

    I installed XAMPP on my computer running Windows 7, and both wordpress and joomla installed succesfully on the firsttry.

    Reply

    1. admin says:April 24, 2012 at 09:23

    My best guess is that Vista is blocking the MySQL.

    Since I dont have Vista, I am not sure exactly what it could be, but it might be one of the following:

    (1) the Vista firewall has blocked the port (3306) needed to connect to MySQL

    (2) Vista is blocking the MySQL service (or application)

    (3) perhaps the MySQL app needs to run with administrator privileges.

    As I said, I dont have Vista, so my guesses might be wrong.

    Reply

    21. yana says:May 2, 2012 at 17:54

    im using xampp version 1.7.7. Is it complicated to use it?

    Reply

    1. admin says:May 2, 2012 at 21:55

    XAMPP 1.7.7 is no more complicated to use than XAMPP 1.7.3.

    There are two main differences: (1) the look and feel of the GUI has changed a little bit but the functions are stillthe same; (2) XAMPP 1.7.7 has stricter error reporting enabled by default this causes problems with someapplications (like Joomla! 1.5, 1.6 and 1.7 it works fin with Joomla! 2.5).

    Reply

    22. yana says:May 3, 2012 at 03:16

    can it work with microsoft access? or dreamweaver? which better for creating a database system?

    Reply

    1. admin says:May 3, 2012 at 03:55

    Unfortunately, your questions are beyond the scope of the article. The article was about creating a database thatcan be used by a CMS (like Joomla! or WordPress). It is not about database programming or development.

    However

    Microsoft Access is a different database management application. By default Microsoft Access uses the Microsoft JetDatabase. The database with XAMPP is MySQL.

    You can definitely connect Microsoft Access to MySQL. There is nice tutorial on that here and here (section21.1.5.4.3 about half way down the page).

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1150#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1227#respondhttp://youtu.be/Ihx_-cuWL8Ehttp://dev.mysql.com/doc/refman/5.1/en/connector-odbc-examples-tools-with-access.htmlhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1226#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1228#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1151#respond
  • Dream Weaver can definitely be used for web development. Personally, I dont use it. I use available CMSes (likeWordPress and Joomla) and find templates I like (maybe customizing them slightly).

    My primary focus is on content creation (writing articles) and not web site development. Sorry.

    Thanks again for your question.

    Reply

    23. FASLU says:June 3, 2012 at 04:37

    how retrive xamp database to my html page

    Reply

    1. admin says:June 3, 2012 at 06:32

    Your browser cannot directly access the MySQL database (or the data inside). To access and display the data, youneed to use a script (it could be written in PHP) that accesses the MySQL database and then displays the result in awebpage.

    W3Schools has really good tutorials on various web based subjects (so there is no point in me repeating /duplicating them). For example, this page shows how to connect to a MySQL databse using PHP.

    Reply

    24. manikanta says:June 8, 2012 at 01:10

    thanks for giving valuable guidence by this document

    Reply

    1. admin says:June 8, 2012 at 02:26

    Youre welcome and thanks for the positive feedback

    Reply

    Leave a Reply

    Subscribe to Site via Email

    Enter your email address to subscribe to this site and receive notifications of new posts by email.

    Email Address

    http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1328#respondhttp://www.w3schools.com/http://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1297#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1296#respondhttp://www.w3schools.com/php/php_mysql_connect.asphttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1230#respondhttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampp?replytocom=1329#respond
  • Subscribe

    Search the Web with Google

    Search

    Categories

    BlogElectronicsJoomlaMathematicsProgramming

    CC++FLTKJava

    UbuntuUbuntu 11.10Ubuntu 12.04Ubuntu 12.04 ServerUbuntu 12.10Ubuntu 13.04

    VirtualBoxWeb ToolsWordPressWriting

    Recent Comments

    admin on Ubuntu 13.04 How to Completely Uninstall / Remove the Cinnamon Desktop1111 on Ubuntu 13.04 How to Completely Uninstall / Remove the Cinnamon Desktopadmin on Ubuntu 12.04 How to Completely Uninstall/Remove a Package/Software/ProgramBruce Poudrette on Ubuntu 12.04 How to Completely Uninstall/Remove a Package/Software/Programadmin on Ubuntu 12.04 Basic Unity Interface / Desktop Tutorial

    Related Posts (YARPP)

    1. Installing XAMPP Apache Server, MySql, and PHP

    http://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram#comment-1690http://complete-concrete-concise.com/category/programming/fltkhttp://complete-concrete-concise.com/category/electronicshttp://complete-concrete-concise.com/category/programming/javahttp://complete-concrete-concise.com/category/ubuntu-2http://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-basic-unity-interface-desktop-tutorial#comment-1544http://complete-concrete-concise.com/category/bloghttp://gravatar.com/1111http://complete-concrete-concise.com/ubuntu-2/ubuntu-12-04/ubuntu-12-04-how-to-completely-uninstallremove-a-packagesoftwareprogram#comment-1689http://complete-concrete-concise.com/web-tools/installing-xampp-apache-server-mysql-and-phphttp://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-completely-uninstall-remove-the-cinnamon-desktop#comment-1773http://complete-concrete-concise.com/category/programming/c-programminghttp://complete-concrete-concise.com/category/ubuntu-2/ubuntu-12-10http://complete-concrete-concise.com/category/web-toolshttp://complete-concrete-concise.com/category/programming/chttp://complete-concrete-concise.com/category/writinghttp://complete-concrete-concise.com/category/ubuntu-2/ubuntu-11-10-ubuntu-2http://complete-concrete-concise.com/category/joomlahttp://complete-concrete-concise.com/category/virtualbox-2http://complete-concrete-concise.com/category/wordpress-2http://complete-concrete-concise.com/category/ubuntu-2/ubuntu-12-04-serverhttp://complete-concrete-concise.com/category/programminghttp://complete-concrete-concise.com/category/mathematicshttp://complete-concrete-concise.com/ubuntu-2/ubuntu-13-04/ubuntu-13-04-how-to-completely-uninstall-remove-the-cinnamon-desktop#comment-1772http://complete-concrete-concise.com/category/ubuntu-2/ubuntu-13-04http://complete-concrete-concise.com/category/ubuntu-2/ubuntu-12-04
  • Most commented

    Creating a MySQL Database using XAMPPInstalling Joomla! 1.7 Under XAMPPHow to Change the Apache Port in XAMPPUbuntu 11.10 - Replacing the Unity InterfaceInstalling Joomla! 2.5 Under XAMPPUbuntu 11.10 - How to get a Command Line, Shell, or Terminal

    Recent Articles

    Fixing Slow Boot in Windows 7Security Weakness in FaceBook LoginBrother HL-3140CW Laser Printer a ReviewHow to Prevent People from Displaying Your Content on Their Web Pages Inside of a FrameReplacing the Toner Cartridge in a Brother HL-3140CW Printer

    http://complete-concrete-concise.com/web-tools/how-to-change-the-apache-port-in-xampphttp://complete-concrete-concise.com/web-tools/creating-a-mysql-database-using-xampphttp://complete-concrete-concise.com/ubuntu-2/ubuntu-11-10-how-to-get-a-command-line-shell-or-terminalhttp://complete-concrete-concise.com/blog/brother-hl-3140cw-laser-printer-a-reviewhttp://complete-concrete-concise.com/blog/replacing-the-toner-cartridge-in-a-brother-hl-3140cw-printerhttp://complete-concrete-concise.com/blog/fixing-slow-boot-in-windows-7http://complete-concrete-concise.com/web-tools/how-to-prevent-people-from-displaying-your-content-on-their-web-pages-inside-of-a-framehttp://complete-concrete-concise.com/blog/ubuntu-11-10-replacing-the-unity-interfacehttp://complete-concrete-concise.com/joomla/installing-joomla-2-5-under-xampphttp://complete-concrete-concise.com/blog/security-weakness-in-facebook-loginhttp://complete-concrete-concise.com/joomla/installing-joomla-1-7-under-xampp
  • Cover WP Theme

    WordPress Cant Log into your Website

    Tag Cloud

    11.10 access adsense c++ change command line complete completely desktop error fix gnome guest additions howtohow to install installation installing joomla lxde mysql not working preprocessor removeremoving replace replacing review shell sine terminal tutorial ubuntu ubuntu 11.10 ubuntu 12.04ubuntu 12.10 ubuntu 13.04 understanding uninstall uninstalling unity virtualbox wordpressXAMPP xfce

    2015 Complete, Concrete, Concise

    http://complete-concrete-concise.com/tag/gnomehttp://complete-concrete-concise.com/tag/fixhttp://complete-concrete-concise.com/tag/shellhttp://complete-concrete-concise.com/tag/replacehttp://complete-concrete-concise.com/tag/joomla-2http://complete-concrete-concise.com/tag/understandinghttp://complete-concrete-concise.com/tag/xfcehttp://complete-concrete-concise.com/tag/changehttp://complete-concrete-concise.com/tag/errorhttp://complete-concrete-concise.com/tag/installinghttp://complete-concrete-concise.com/tag/howtohttp://complete-concrete-concise.com/tag/installhttp://complete-concrete-concise.com/tag/xampphttp://complete-concrete-concise.com/tag/wordpresshttp://complete-concrete-concise.com/tag/uninstallinghttp://complete-concrete-concise.com/tag/11-10http://complete-concrete-concise.com/tag/sinehttp://complete-concrete-concise.com/tag/preprocessorhttp://complete-concrete-concise.com/tag/lxdehttp://complete-concrete-concise.com/tag/c-3http://complete-concrete-concise.com/tag/completehttp://complete-concrete-concise.com/tag/replacinghttp://complete-concrete-concise.com/wordpress-2/wordpress-cant-log-into-your-websitehttp://complete-concrete-concise.com/tag/unityhttp://complete-concrete-concise.com/tag/desktophttp://www.onedesigns.com/wordpress-themes/cover-wphttp://complete-concrete-concise.com/tag/ubuntu-11-10http://complete-concrete-concise.com/tag/reviewhttp://complete-concrete-concise.com/tag/mysqlhttp://complete-concrete-concise.com/tag/virtualboxhttp://complete-concrete-concise.com/tag/accesshttp://complete-concrete-concise.com/tag/ubuntu-12-04-2http://complete-concrete-concise.com/tag/installationhttp://complete-concrete-concise.com/tag/tutorialhttp://complete-concrete-concise.com/tag/command-linehttp://complete-concrete-concise.com/tag/how-tohttp://complete-concrete-concise.com/tag/not-workinghttp://complete-concrete-concise.com/tag/removinghttp://complete-concrete-concise.com/tag/removehttp://complete-concrete-concise.com/tag/guest-additionshttp://complete-concrete-concise.com/tag/ubuntuhttp://complete-concrete-concise.com/tag/ubuntu-13-04-2http://complete-concrete-concise.com/tag/terminalhttp://complete-concrete-concise.com/tag/adsensehttp://complete-concrete-concise.com/tag/completelyhttp://complete-concrete-concise.com/tag/uninstallhttp://complete-concrete-concise.com/tag/ubuntu-12-10-2