Re: about MySQL migration etc
Posted by: Sergio Andres De La Cruz Rodriguez
Date: March 14, 2013 11:09AM

You should probably use:

mysql> SELECT * FROM aaa\G

The \G at the end makes it to display the results with each column in a new line, making it easier to see their contents in most cases.

As for migration... Probably the easiest way to do it is to use the MySQL Migration Wizard that is shipped with MySQL Workbench.

Hope this helps.

Sergio A. de la Cruz Rodríguez
Software Developer
Oracle Corp.

Options: ReplyQuote


Subject
Written By
Posted
March 12, 2013 09:51PM
Re: about MySQL migration etc
March 14, 2013 11:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.