View Single Post
  #1  
Old 08-19-2005, 10:08 PM
Magoth78
Discordant
 
Join Date: Jun 2003
Posts: 345
Default Mysql / export / import

Hello,

I would like to export 2 columns (name and charname) from the account table.

Once it's done, I'd like to import it in a table called 'access' wich has 2 columns: Login / Password.
- the datas of the 'charname' column will go in the new Login column
- the datas of the 'name' column will go in the new Password column.

Is it possible to do that just with Mysql commands?

Thx,
Mag
__________________
User's projects:
-- Original EMPIRE I/II and Factions! servers
-- Web GM Portal
-- EQoffline/bots
Reply With Quote