Re: Converting a postgres database to MySQL

2003-12-08 Thread Zenzo
i think you can because the dump file is a sql file and it is universal for both 
exception that mysql hasn't subselects. If you havent subselects it should work

Matthew Stanfield [EMAIL PROTECTED] wrote:Hi,

I've been using postgres for a while but have today taken the plunge and 
installed MySQL 4.0.16 on my Linux box. It's all now working perfectly.

Is there a simple way of copying a postgres database to MySQL? I was hoping 
that postgres's backup 'pg_dump' utility (which dumps a database into a 
text file in such a format that it can be easily recreated) might be 
compatible with MySQL's backup and restore facilities.

Any advice or web pointers would be greatly appreciated. --Note that this 
is for my own personal use and not for a company so I'm not looking for 
expensive commercial software to do this.

Thanks and regards,

..matthew


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



-
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing

Re: How do I convert MDF (MS SQL) to MySQL w/o having MS SQL?

2003-12-05 Thread Zenzo
there is a command but i didnt found it in the
documentation. Try dump MS SQL database into a text
file and then try mysqlimport.
--- Mark Graves [EMAIL PROTECTED] wrote:
 I run a website using MySQL, PHP, and CFMX.  Someone
 recently gave a
 data file to me that they'd like to access.  The
 problem is that it
 appears to be from MS SQL.  How can I convert/import
 this into MySQL?
 
 I did some searching and found MSSQL-to-MySQL, but
 this program
 requires that I have MSSQL server, which I don't.
 
 Any help would be appreciated.
 
 mg
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Record Locking

2003-12-04 Thread Zenzo
  I dont know if you can lock entries in a table but a
 table you can.
 More info:

http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Optimisation.html#Locking_Issues
 
 --- Mike Doanh Tran [EMAIL PROTECTED]
 wrote:
  hi all,
  
  Can someone show me how to lock a record in mySQL?
  As far as my understanding goes, only innoDB
 tables
  support record locking
  level.  I am currently using mySQL version 3.23
 and
  my tables are in myISAM.
  
  Thanks in advance for any assistance.
  
  Mike
  
 

---
  
  -- 
  MySQL General Mailing List
  For list archives: http://lists.mysql.com/mysql
  To unsubscribe:   
 

http://lists.mysql.com/[EMAIL PROTECTED]
  
 
 
 __
 Do you Yahoo!?
 Free Pop-Up Blocker - Get it now
 http://companion.yahoo.com/
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Record Locking

2003-12-04 Thread Zenzo
  I dont know if you can lock entries in a table but a
 table you can.
 More info:

http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Optimisation.html#Locking_Issues
--- Mike Doanh Tran [EMAIL PROTECTED] wrote:
 hi all,
 
 Can someone show me how to lock a record in mySQL?
 As far as my understanding goes, only innoDB tables
 support record locking
 level.  I am currently using mySQL version 3.23 and
 my tables are in myISAM.
 
 Thanks in advance for any assistance.
 
 Mike
 

---
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Images in a table

2003-12-01 Thread Zenzo
I would be pleased.
Thanks

Glenn Stauffer [EMAIL PROTECTED] wrote:
Zenzo wrote:

How can I insert images in a table if I can do it with MySQL?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

 

I can send you some simple code to do this using Python.


-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Images in a table

2003-11-29 Thread Zenzo
How can I insert images in a table if I can do it with MySQL?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



table backup

2003-11-27 Thread Zenzo
how can I backup the table but not with BACKUP TABLE
because it Backups the .frm and another files. I want
that it backups in SQL with data. How can i do it?

Thanks

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: table backup

2003-11-27 Thread Zenzo
The problem is that I wnt to use this remotely on
another server. Is there a SQL command for doing this
(exporting the table with data into a SQL script)?


--- Victoria Reznichenko
[EMAIL PROTECTED] wrote:
 Zenzo [EMAIL PROTECTED] wrote:
  how can I backup the table but not with BACKUP
 TABLE
  because it Backups the .frm and another files. I
 want
  that it backups in SQL with data. How can i do it?
  
 
 Take a look at mysqldump program:
   http://www.mysql.com/doc/en/mysqldump.html
 
 
 -- 
 For technical support contracts, goto
 https://order.mysql.com/?ref=ensita
 This email is sponsored by Ensita.net
 http://www.ensita.net/
__  ___ ___   __
   /  |/  /_ __/ __/ __ \/ /Victoria Reznichenko
  / /|_/ / // /\ \/ /_/ / /__  
 [EMAIL PROTECTED]
 /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
___/   www.mysql.com
 
 
 
 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: mysqldump

2003-11-26 Thread Zenzo
What mysqldump does?
I dont know it because i am new in the world of databases

Andre Winarko [EMAIL PROTECTED] wrote:
I have problem with mysqldump.

This query results an error.

mysqldump danamon [trx_temp2]  trx_temp2.sql

The error message is :
mysqldump : Can't get CREATE TABLE for table
'[trx_temp2]' exist

I'm sure the trx_temp2 table in danamon database
exists.

I'm running MySQL 4.0.13 



__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]





-
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

What's best

2003-11-24 Thread Sale Zenzo
I would like to know what is the best program for
administering MySAQL databases: is it PHPMyAmin or
something else?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: What's best

2003-11-24 Thread Sale Zenzo
Yes i think it too. I use it but i thought that there
are more tolls.
--- Kenn Murrah [EMAIL PROTECTED] wrote:
 IMHO, there's nothing quite as intuitive and easy to
 deal with as 
 phpmyadmin ... i can't begin to tell you how much
 time it saves me every 
 day.
 
 kennM
 
 
 Sale Zenzo wrote:
 
 I would like to know what is the best program for
 administering MySAQL databases: is it PHPMyAmin or
 something else?
 
   
 
 
 
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



What administrative tasks

2003-11-24 Thread Sale Zenzo
What administrative tasks should I do often on my database?

__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]