Jump to content

Desktop SQL editor?


avillanu

Recommended Posts

I need to create a table of 2000+ blank rows. I tried doing it with a simple WHILE loop and INSERT line but only got to about 500 entries before timing out.

 

I'm hoping that there's some MySQL desktop program that I could use to create a file that I could simply import.

 

If you have any other suggestions it would be greatly appreciated.  :)

Link to comment
https://forums.phpfreaks.com/topic/65097-desktop-sql-editor/
Share on other sites

Interesting...I've done a little research and it seems that I could simply create an excel file with the values I want.

 

So I'm thinking:

 

Use a simple PHP file to create the database column attributes I would like (mediumint, autoincrement and such)

 

and then import an excel file.

 

Would this work? Any drawbacks?

Link to comment
https://forums.phpfreaks.com/topic/65097-desktop-sql-editor/#findComment-324885
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.