DB Designer4 from fabforce (www.fabforce.net/dbdesigner4/)
bastien
From: Nayyar Ahmed <[EMAIL PROTECTED]>
Reply-To: Nayyar Ahmed <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] MySQL database converter ?
Date: Tue, 4 Jan 2005 10:36:20 +0500
Hello All:
Is there any tool available for
Nayyar Ahmed wrote:
Hello All:
Is there any tool available for conversion of M$ Access, Oracle etc Databases
to MySQL database ?
google will probably give you more answers than this list (try also
searching for the term 'datapump' and variations on it)
IBExpert is one tool that will allow you to
Hi Everybody ,
Daffodil DB Migration tool provide import/export from a database to
another. It is available at http://www.daffodildb.com/download/index.jsp and
comes with One$DB and DaffodilDB . Use DaffodilDB Browser to import and
export purpose.
Regards,
Manoj Kr. Sheoran
www
On Friday 03 January 2003 17:11, conbud wrote:
> Jason Wong wrote:
> > On Friday 03 January 2003 17:00, conbud wrote:
> >>Hello can someone give me some possible reasons this error happens when
> >>I use the mysql client to add a tabe to a database.
> >>
> >>mysql> create table home (id int not nul
what about the permissions? are they ok?
Andrey
- Original Message -
From: "conbud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 11:30 AM
Subject: Re: [PHP-DB] MySQL Database connection Problem
> Andrey thanks, but I seen that a
Try du to see how much space is free/used
>
>
> Best regards
> Andrey Hristov
>
>
> - Original Message -
> From: "conbud" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Friday, January 03, 2003 11:11 AM
&g
- Original Message -
From: "conbud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 11:11 AM
Subject: Re: [PHP-DB] MySQL Database connection Problem
> Jason Wong wrote:
> > On Friday 03 January 2003 17:00, co
Jason Wong wrote:
On Friday 03 January 2003 17:00, conbud wrote:
Hello can someone give me some possible reasons this error happens when
I use the mysql client to add a tabe to a database.
mysql> create table home (id int not null, heading blob not null,
-> primary key (id), unique id (id))
On Friday 03 January 2003 17:00, conbud wrote:
> Hello can someone give me some possible reasons this error happens when
> I use the mysql client to add a tabe to a database.
>
> mysql> create table home (id int not null, heading blob not null,
> -> primary key (id), unique id (id));
> ERROR 3
Hi,
Does mysql user has rights to write in this directory or permissions over
this file?
Andrey
- Original Message -
From: "conbud" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 03, 2003 11:00 AM
Subject: [PHP-DB] MySQL Database connection Problem
> Hello can some
--- Jody Cleveland <[EMAIL PROTECTED]> wrote:
> > Sorry. Stupid technospeak on my part.
>
> No problem, much ignorance on my part.
>
> > When you connect to the database, you tell it to use a particular
> > username and password. When these new tables were created, did
> you
> > change the permi
> Sorry. Stupid technospeak on my part.
No problem, much ignorance on my part.
> When you connect to the database, you tell it to use a particular
> username and password. When these new tables were created, did you
> change the permissions in the mysql table for the user, or does that
> account
Sorry. Stupid technospeak on my part.
When you connect to the database, you tell it to use a particular
username and password. When these new tables were created, did you
change the permissions in the mysql table for the user, or does that
account have access to all the tables/databases? Basically
> Does the user that the script runs as have full CRUD access to the
> new tables? Have you set any restrictions on what that user can do to
> the table(s)?
Boy, do I feel lost...
How would I check that?
Thanks!
Jody
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
Does the user that the script runs as have full CRUD access to the
new tables? Have you set any restrictions on what that user can do to
the table(s)?
--- Jody Cleveland <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm using a product called Squirrelmail for my web based email. In
> it, it
> uses a da
On Wednesday 28 August 2002 20:48, R Strang wrote:
> i have a simple guest book script from a book by jay greenspan i think ,
> when i run seems oikay i fill in the form and click submit, after
> submitting iam getting this error ?
>
> PHP Warning: Failed opening 'dbconnect.php' for inclusion
As Brian Clark just pointed out on php-general, in response to another
issue ...
http://www.faqts.com/knowledge_base/index.phtml/fid/51/
Some very specific refernces. You'll find what you need there.
Miles
At 06:08 PM 1/19/2002 +0100, Morten Nielsen wrote:
>Hi,
>
>Could anybody explain to me h
Morten,
What's your level of knowledge of both databases and PHP? Please have a
look at the Introductory Tutorial (Link at the top left of www.php.net). At
the end of that tutorial, which is admittedly rudimentary, there are links
to more advanced ones, including ones specifically for user au
That did it thanks for the help.
--
Cross Walk Central
www.crosswalkcentral.net
Support Center
Your Web Hosting Community!
"Paul Burney" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> on 9/1/01 7:12 PM, CrossWalkCentral at [EMAIL PROTECTED] wrote:
>
> > Yea
on 9/1/01 7:12 PM, CrossWalkCentral at [EMAIL PROTECTED] wrote:
> Yea I tried that before I posted I even tried editing the data in the table
> to but the before and after and it still will not show it.
You need to encode the < and > characters. You can do so via the
htmlspecialchars() funct
Yea I tried that before I posted I even tried editing the data in the table
to but the before and after and it still will not show it.
--
Cross Walk Central
www.crosswalkcentral.net
Support Center
Your Web Hosting Community!
"Ali Nayeri" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]"
Hi,
I'm just a newbie and don't know that much but would putting:
Echo ($code);
solve the problem. That's what most people use to display HTML code on an
HTML page.
As I said I'm new and I never tried it. But you can try and see if it works.
Ali
-Original Message-
From: CrossWalkCent
> and how would you move an entire database from a windows environment
> to a linux environment?
mysqldump db_name > c:/db.sql
from the command prompt
M@
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTE
and how would you move an entire database from a windows environment
to a linux environment?
I've tried copying my database to disk, from the data folder in windows,
and then moved it to the var/lib/mysql folder in Linux, however mysql is
unable to
find the database tables, when I try to open up
At 03:24 AM 2/22/01 -, Sridhar Ranganathan wrote:
>Hi
>
>I have mysql on linux and windows on the same machine. How do i transfer
>data between them??
use mysql dump to create a script, .sql file, and execute it on the other one.
=
"To dwell within Samsara, howe
25 matches
Mail list logo