• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Unable to recreate SiteBuilder5 database

C

CoderAZ

Guest
Hello All,

I am trying to rebuild my SiteBuilder5 database from scratch using the following cmd line:
"C:\Program Files (x86)\Parallels\Plesk\admin\bin\php.exe" -c "C:\Program Files (x86)\Parallels\Plesk\admin\php.ini" -dauto_prepend_file="" "C:\Program Files (x86)\Parallels\Plesk\sb\utils\configure.php" --db_admin_name root --db_admin_passwd ######### --sb_db_user_name=sitebuilder_db --sb_db_user_passwd=######### --init_db

The results I am getting are as follows:


[INFO]Initializing the Web Presence Builder's database...
[INFO]Creating database...
[INFO]Updating the database user credentials...
[ERROR]Unable to create table(SQLSTATE[42000]: Syntax error or access violation:
1101 BLOB/TEXT column 'content' can't have a default value; Query: CREATE TABLE
IF NOT EXISTS `license_key` (`id` int NOT NULL auto_increment , `key_id` varcha
r(255) NOT NULL default '', `content` text NOT NULL default '', `update_passwo
rd` varchar(255) NOT NULL default '', `import_date` varchar(25) default '',UN
IQUE KEY `key_id` (`key_id`), PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=
utf8)


Has anyone else run across this or tried to just rebuild the DB? Any help would be appreciated!
 
Back
Top