Jump to content

[Solved] I can't setup website two week


nemo1

Recommended Posts

Users are currently not able to set up new websites due to the Plesk migration. You'll need to wait until the migration is completed for your server.

We have no ETA as to when this work will be completed, though I can say Tommy will be the first server completed..

  • Like 1
Link to comment
Share on other sites

I have empty database
and can access
but every time setup corrupted in middle of setup and not all table setup and I clean the database and begin new setup but it's corrupted again

my internet slow and may server not in very good load

I well send you the database name and username and password

may be you can setup
Link to comment
Share on other sites

He was trying to install Drupal.

That said, I do development as a hobby, database and related code design really vary by program. I usually do a separate INSERT per record when bulk inserting because a foreach or while loop is usually involved and it's much easier than doing string concatenation to build one, however if you're using something like prepared statements, I believe it assembles a single statement and executes it. I can say though that if the number of records to be inserted is massive, a single query with multiple VALUES statements is faster in my experience.

I used to be against using constraints in my older code, but now use them quite heavily in my modern apps. Not only does it make for a cleaner DB, it also simplifies code, and eliminates the need to code in tedious things like update/delete code for multiple tables (the ability to CASCADE or SET NULL on a constraint means you can just run a single UPDATE or DELETE on the parent record and let the database server worry about updating/removing other lines that reference it, the desired action of course depends on what you're doing).

Link to comment
Share on other sites

  • nemo1 changed the title to [Solved] I can't setup website two week

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...