I would like to develop on NodeRun but I need specific database/scheme and table names. Am I doing it wrong? Or maybe you can run a script that does all the work for me. (please provide email to send it to) If this is not do-able just tell me to pull it down and work on it locally.
https://noderun.com/ide/davidlerman/mobileassistantconfiguration/
ws200325205553jys5l
‘ws200325205553jys5l’@’%’
CREATE DATABASE IF NOT EXISTS microfirst_slotdispatch
;
ERROR 1044 (42000) at line 1: Access denied for user ‘ws200325205553jys5l’@’%’ to database ‘microfirst_slotdispatch’;
CREATE DATABASE IF NOT EXISTS microfirst_slotdispatch_local
;
ERROR 1044 (42000) at line 1: Access denied for user ‘ws200325205553jys5l’@’%’ to database ‘microfirst_slotdispatch_local’
Find the script here.