Ok.. I have my old source... DreamCO.. and it works and all.. but my BACKUP Database has somethin wrong with it... How can I create a database to that source?
Quote:
Database: `coproj(or something like that)
-- -- Database: `codarkness` -- -- --------------------------------------------------------
-- -- Create schema codarkness -- CREATE DATABASE IF NOT EXISTS codarkness; USE codarkness; -- --------------------------------------------------------