Help Center » Software Discussion

Are MySQL and PHPMyAdmin same?

(3 posts)
  1. Anonymous
    Unregistered

    hello everyone,

    MySQL and PHPMyadmin(in WAMP server) are same or not. If they are same, how can i upload my database to web server?

    Posted 3 months ago #
  2. Follow these steps
    1) Login to hosting cpanel.
    2) Create a new My sql database.
    3) dump your database tables in the newly created database.

    You can dump the database by using phpmyadmin provided in your hosting cpanel or can use application like bigdump. Bigdump is recommended if the size of database is large.

    If you still have trouble, just tell me the hosting you are using ( if it is cpanel based or not) and I will try to help you further.

    Posted 3 months ago #
  3. Anonymous
    Unregistered

    To answer your first question - NO, MySQL and phpMyAdmin are NOT the same !

    MySQL is a database engine.

    phpMyAdmin - is a PHP based frontend to manage MySQL databases.

    You use phpMyAdmin to make changes / work with MySQL database(s) that your site uses.

    More reading:

    MySQL
    phpMyAdmin

    Posted 3 months ago #

RSS feed for this topic

Reply

You must log in to post.