Hi! :)
I'm attempting to create a personal private server and I encountered this error in MySQL Workbench:
I can create all the other databases just fine with no errors. I'm probably just stupid but what the guide said on how to fix it didn't really help me much...
Any help is appreciated. Thank you!
I'm attempting to create a personal private server and I encountered this error in MySQL Workbench:
CREATE DATABASE `world` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci | Error Code: 1007. Can't create database 'world'; database exists
I can create all the other databases just fine with no errors. I'm probably just stupid but what the guide said on how to fix it didn't really help me much...
"...if you already have those databases in use, you will need to edit 'create_mysql.sql' file and config files to use different database names."
Any help is appreciated. Thank you!