phpMyAdmin and MySQL

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default PHPmyAdmin and mySQL

    I have a web host with PHP my Admin and mySQL.
    Can anybody give me an instruction how to make a sample database and access it?
    max Guest

  2. Similar Questions and Discussions

    1. Importing DB using MySQL, PHPMyAdmin
      I've read a lot of posts on how to do this, and so far, it seems the most popular ideas are: 1) Use the MyODBC to run the import via ODBC...
    2. phpMyAdmin MySQL proble,
      Hi All, I'm putting a website together using PHP and a MySQL database. I've been using phpMyAdmin as it makes updating the DB nice and easy. For...
    3. #26208 [Fbk->Ver]: phpmyadmin-2.5.4 + mysql-4.0.15 = crash
      ID: 26208 Updated by: iliaa@php.net Reported By: temnota at kmv dot ru -Status: Feedback +Status: ...
    4. #26208 [Opn->Fbk]: phpmyadmin-2.5.4 + mysql-4.0.15 = crash
      ID: 26208 Updated by: sniper@php.net Reported By: temnota at kmv dot ru -Status: Open +Status: ...
    5. Problems with phpMyAdmin and mySQL
      I have looked for other groups to assist but the only mysql group I could find is a german one, I am trying to set up a control user on mysql to...
  3. #2

    Default Re: PHPmyAdmin and mySQL

    max <mliokum@yahoo.com> wrote:
    > I have a web host with PHP my Admin and mySQL.
    > Can anybody give me an instruction how to make a sample database and
    > access it?
    [url]http://www.google.com/search?q=php+mysql+tutorial[/url]

    JOn
    --
    I think my career is ruined!

    Jon Kraft Guest

  4. #3

    Default phpMyAdmin and MySQL

    Greetings.

    I'm using PHP and MySQL to create websites and phpMyAdmin to manage
    and transfer the databases, from my PC to the remote servers and back.

    After dumping the database from one server to an SQL file, I run that
    file in the other server (on phpMyAdmin) to replicate the database.
    But, when I do that, phpMyAdmin only executes the first SQL
    instruction, ignoring the rest of the SQL file.
    I've tried different dump setups but the result is always the same.

    I'm using:
    MySQL 3.23.47-nt and phpMyAdmin 2.2.6 on the PC
    MySQL 3.23.54 and phpMyAdmin 2.2.6 on the remote server

    Can anyone help me on this?

    Thank you for your time,
    Joaquim Amado Lopes

    Joaquim Amado Lopes Guest

  5. #4

    Default Re: phpMyAdmin and MySQL

    On 2003-12-22, Joaquim Amado Lopes <remove-jal.usenet.2003@jalopes.net> wrote:
    > After dumping the database from one server to an SQL file, I run that
    > file in the other server (on phpMyAdmin) to replicate the database.
    > But, when I do that, phpMyAdmin only executes the first SQL
    > instruction, ignoring the rest of the SQL file.
    > I've tried different dump setups but the result is always the same.
    Just add a line on top of the dumpfile (fill in the right databasename):
    use databasename;


    --
    verum ipsum factum
    Tim Van Wassenhove Guest

  6. #5

    Default Re: phpMyAdmin and MySQL

    Greetings.

    On 22 Dec 2003 00:52:01 GMT, Tim Van Wassenhove <euki@pi.be> wrote:
    >On 2003-12-22, Joaquim Amado Lopes <remove-jal.usenet.2003@jalopes.net> wrote:
    >> After dumping the database from one server to an SQL file, I run that
    >> file in the other server (on phpMyAdmin) to replicate the database.
    >> But, when I do that, phpMyAdmin only executes the first SQL
    >> instruction, ignoring the rest of the SQL file.
    >> I've tried different dump setups but the result is always the same.
    >
    >Just add a line on top of the dumpfile (fill in the right databasename):
    >use databasename;
    >
    Now it says "No SQL query!".
    I opened the file with a text editor and the instructions are all
    there.

    Take care,
    Joaquim
    Joaquim Amado Lopes Guest

  7. #6

    Default Re: phpMyAdmin and MySQL

    Hi There:

    I am using the same software combination and never actually
    experienced this kind of problem. I would recommend you update your
    phpMyAdmin to the current version 2.5.4 Later versions always fix a
    couple of bugs pf previous versions which may possibly cause such
    error. Download from [url]http://www.phpmyadmin.net/[/url]



    On Mon, 22 Dec 2003 00:47:44 +0000, Joaquim Amado Lopes
    <remove-jal.usenet.2003@jalopes.net> wrote:
    >Greetings.
    >
    >I'm using PHP and MySQL to create websites and phpMyAdmin to manage
    >and transfer the databases, from my PC to the remote servers and back.
    >
    >After dumping the database from one server to an SQL file, I run that
    >file in the other server (on phpMyAdmin) to replicate the database.
    >But, when I do that, phpMyAdmin only executes the first SQL
    >instruction, ignoring the rest of the SQL file.
    >I've tried different dump setups but the result is always the same.
    >
    >I'm using:
    >MySQL 3.23.47-nt and phpMyAdmin 2.2.6 on the PC
    >MySQL 3.23.54 and phpMyAdmin 2.2.6 on the remote server
    >
    >Can anyone help me on this?
    >
    >Thank you for your time,
    >Joaquim Amado Lopes
    Eagle

    (I very much appreciate your contributions.
    Please do not reply to my email-address since it is deactivated due to tons of Spam I received.
    Thanks a ton)
    Eagle Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139