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 a
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
www.daffodildb.com
-Original Message-
From: Nayyar Ahmed [mailto:[EMAIL PROTECTED]
Sent: Tuesday, January 04, 2005 11:06 AM
To: php-db@lists.php.net
Subject: [PHP-DB] MySQL database converter ?
Hello All:
Is there any tool available for conversion of M$ Access, Oracle etc
Databases
to
Hello All:
Is there any tool available for conversion of M$ Access, Oracle etc Databases
to MySQL database ?
TIA:
--
Nayyar Ahmad
Lecturer
Faculty Of Computer Science,
Institute Of Management Sciences,
Hayat Abad Peshawar , Pakistan.
Office : 92-091-9217404 , 9217452
Cell : 92-0333-913946
Hello Everybody!
I tried to connect with a mysql databasem , but It shows the follow error:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 25
NĂºmero de filas en el resultado:
Warning: mysql_num_fields():
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
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: Error writing file './nrlug/home.frm' (Errcode: 28)
Any
--- 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
Hello,
I'm using a product called Squirrelmail for my web based email. In it, it
uses a database for user preferences and address books. (I posted to that
list, and it was suggested to check here) I created the database squirrel. I
created two tables, one called addresses and one called prefs. For
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
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
(include_path='c:\php\includes') in
c:\Inetpub\wwwroot\p
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
Hi,
Could anybody explain to me how I should make a table with usernames and
passwords.
I want to make a site, where users can sign up and enter some values, which
is stored in a different table.
How do I grant the necessary acces to the tables, so users can enter values
into them?
Please help,
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
7;m new and I never tried it. But you can try and see if it
works.
>
> Ali
>
> -Original Message-
> From: CrossWalkCentral [mailto:[EMAIL PROTECTED]]
> Sent: September 1, 2001 6:46 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] MySql database data has html code in
al Message-
From: CrossWalkCentral [mailto:[EMAIL PROTECTED]]
Sent: September 1, 2001 6:46 PM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] MySql database data has html code in it
Hello
Another question for the pros.
I have a Mysql database which contains a table labled html
in this table I have some short
Hello
Another question for the pros.
I have a Mysql database which contains a table labled html
in this table I have some short html scripts
I have created a search for my scripts and when I Echo them (example code
below) It only shows me the text and not the html script itself
Echo ($code);
Is
Hi
The company I work for has recently developed a Car Dealer type site, which
acts as a large on-line used car yard. Currently the MySQL database
holding the cars is added too / edited / deleted by one person employed for
the job - but we hope to expand to allow the Dealers themselves admin
> 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
Hi
I have mysql on linux and windows on the same machine. How do i transfer
data between them??
Thanks in advance
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
PHP Database Mailing List (
I have a mySQL data base up and running on Win2k. I access it with
PHP4.0.4pl1 and they all work and play together just fine.
The Problem:
The data contained in the mySQL database comes from a FoxPro DBF file.
Initial data migration was accomplished with dbtool. About once a month
I need to mov
If was to create a table in a database with 19 Fields, and define them all
as a BLOB, even though some of them may only hold a max of 10 characters.
What would be the implications of this?
-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E-Mail: [EMA
newer versions of mysql allow for database replication. However the
client (php in this case) needs to be aware that all read requests can
go to slaves or masters. However all write request must go to the
master. is there a way to set this up in PHP?
thanks
nate
--
PHP Database Mailing List (ht
37 matches
Mail list logo