mysqli

  1. zoldos

    How can I merge two *separate* MySQL databases into one, but avoid duplication?

    I have two MySQL databases setup, with both having the table “xf_user”, and the columns “email” and “username”. They both have other columns, but not all match. I just want to merge those two particular columns, overwriting/skipping duplicates, to make one unified DB. I’m not quite sure how...
  2. Mr. Jinx

    max_user_connections (30) exceeded messages

    Lately I'm getting these max_user_connections exceeded messages from MySQL. I asked my hosting provider if they could raise the limit. However, they told me that only in very rare situations you would need 30+ connections. Even for extremely busy sites, 30 should be more than enough. Most...
Top Bottom