Is there an easy way to migrate a sql file to WordPress dbdelta format?

by 2 replies
3
Ok I got a script that runs one of my websites. It is very limited and not SEO friendly. My goal is to build it from the ground up for WordPress.

I was wondering if there are any shortcuts converting the table structure as well as change sql calls to $wbdb calls.

Yeah I know nothing about programming. Honestly I don't see how people can do this without a flow chart of some kind.
#programming #dbdelta #easy #file #format #migrate #sql #wordpress
  • If your script is a custom script it is not very likely that this is going to be an easy thing to do. If it is even possible at all.
    • [1] reply
    • Well I got a guy working on converting the sql file to dbdelta/wpdb for starters.
      I'll probably have to convert and store user data in user meta calls. After that I can find a way to read/write/and update the data.

Next Topics on Trending Feed