View Single Post
  #2 (permalink)  
Old 03-21-2008
superbike superbike is offline
New Foot Prints

Join Date: Mar 2008
Posts: 14
BRL$: -1.90
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
superbike is on a distinguished road
Default Re: Error import to mySQL, help please.....

That is easy man. You should first check in mysql command 'show databases;'. If you found that there is already a table with the same name that you are going to create, just drop it first and create a new table namely 'accounts'. If you do not want to change the previous table name, just create a new one with different name
Reply With Quote