Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ohnsu

    (@ohnsu)

    Hi Mirko,

    I don’t know what I did but I was able to solve the problem! I really don’t remember what I did.

    Thank you again for providing guidance earlier.

    Wishing you a great day.

    Mai

    Thread Starter ohnsu

    (@ohnsu)

    Hi Mirko,

    Thank you so much for getting back to me so fast. It took me a while to understand what’s being said at the page your link referred me to. Unfortunately I’m not tech savy and I didn’t manage to get it fixed.

    I copied the codes and pasted it into phpmyadmin but I received an error.

    I copied this:

    CREATE TABLEwp_actionscheduler_actions` (
    action_id bigint(20) unsigned NOT NULL AUTO_INCREMENT,
    hook varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
    status varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
    scheduled_date_gmt datetime DEFAULT NULL,
    scheduled_date_local datetime DEFAULT NULL,
    args varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    schedule longtext COLLATE utf8mb4_unicode_520_ci,
    group_id bigint(20) unsigned NOT NULL DEFAULT ‘0’,
    attempts int(11) NOT NULL DEFAULT ‘0’,
    last_attempt_gmt datetime DEFAULT NULL,
    last_attempt_local datetime DEFAULT NULL,
    claim_id bigint(20) unsigned NOT NULL DEFAULT ‘0’,
    extended_args varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
    PRIMARY KEY (action_id),
    KEY hook (hook),
    KEY status (status),
    KEY scheduled_date_gmt (scheduled_date_gmt),
    KEY args (args),
    KEY group_id (group_id),
    KEY last_attempt_gmt (last_attempt_gmt),
    KEY claim_id (claim_id)
    ) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;`

    into SQL

    and received this message:

    MySQL said: Documentation

    #1046 – No database selected

    I tried to look for the database in the code hoping I could refer it to the database that my site is on (not sure if I’m thinking the right thing here), but I couldn’t find any. :’)

    Do you perhaps know how I can fix this?

    Mai

Viewing 2 replies - 1 through 2 (of 2 total)