WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_push_settings']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_push_settings` (
`setting_id` int(11) NOT NULL AUTO_INCREMENT,
`registration_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`user_id` INT(10),
`app_connection_id` int(5) NOT NULL,
`push_new_order` tinyint(1) NOT NULL DEFAULT '0',
`push_order_statuses` text COLLATE utf8_unicode_ci NOT NULL,
`push_new_customer` tinyint(1) NOT NULL DEFAULT '0',
`push_currency_code` varchar(5) COLLATE utf8_unicode_ci NOT NULL,
`device_unique_id` INT(10),
`status` TINYINT DEFAULT 1,
PRIMARY KEY (`setting_id`))
WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_devices']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_devices` (
`device_unique_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`device_unique` VARCHAR(100),
`account_id` INT(10),
`device_name` VARCHAR(150),
`last_activity` DATETIME NOT NULL,
PRIMARY KEY (`device_unique_id`),
UNIQUE KEY UNQ_MOB_DEV_UNQ (`device_unique`, `account_id`))
WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_session_keys']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_session_keys` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`session_key` VARCHAR(100) NOT NULL,
`user_id` INT(10),
`date_added` DATETIME NOT NULL,
PRIMARY KEY (`id`))
WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_failed_login']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_failed_login` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`ip` VARCHAR(20) NOT NULL,
`date_added` DATETIME NOT NULL,
PRIMARY KEY (`id`))
WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_accounts']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_accounts` (
`id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`account_email` VARCHAR(100) NOT NULL,
`status` TINYINT,
PRIMARY KEY (`id`),
UNIQUE KEY UNQ_MOB_ACCOUNT (`account_email`))
WordPress database error: [CREATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_mobileassistant_users']
CREATE TABLE IF NOT EXISTS `ts_mobileassistant_users` (
`user_id` INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`username` VARCHAR(100) NOT NULL,
`password` VARCHAR(35) NOT NULL,
`allowed_actions` VARCHAR(1000),
`qr_code_hash` VARCHAR(70),
`status` TINYINT,
PRIMARY KEY (`user_id`),
UNIQUE KEY UNQ_MOB_USER (`username`))
Erreur de la base de données WordPress : [INSERT, UPDATE command denied to user 'monpetitkcmpb'@'10.23.21.24' for table 'ts_options']INSERT INTO `ts_options` (`option_name`, `option_value`, `autoload`) VALUES ('_transient_doing_cron', '1730266365.5896770954132080078125', 'yes') ON DUPLICATE KEY UPDATE `option_name` = VALUES(`option_name`), `option_value` = VALUES(`option_value`), `autoload` = VALUES(`autoload`)