Ask a Question related to PHP Development, Design and Development.
-
max #1
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
-
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... -
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... -
#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: ... -
#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: ... -
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... -
Jon Kraft #2
Re: PHPmyAdmin and mySQL
max <mliokum@yahoo.com> wrote:
[url]http://www.google.com/search?q=php+mysql+tutorial[/url]> 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?
JOn
--
I think my career is ruined!
Jon Kraft Guest
-
Joaquim Amado Lopes #3
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
-
Tim Van Wassenhove #4
Re: phpMyAdmin and MySQL
On 2003-12-22, Joaquim Amado Lopes <remove-jal.usenet.2003@jalopes.net> wrote:
Just add a line on top of the dumpfile (fill in the right databasename):> 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.
use databasename;
--
verum ipsum factum
Tim Van Wassenhove Guest
-
Joaquim Amado Lopes #5
Re: phpMyAdmin and MySQL
Greetings.
On 22 Dec 2003 00:52:01 GMT, Tim Van Wassenhove <euki@pi.be> wrote:
Now it says "No SQL query!".>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;
>
I opened the file with a text editor and the instructions are all
there.
Take care,
Joaquim
Joaquim Amado Lopes Guest
-
Eagle #6
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:
Eagle>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
(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



Reply With Quote

