[-]
[-] Warning: The db_create command is deprecated, use db_connect instead.
[-] The database and schema will be created automatically by
[-] db_connect. If db_connect fails to create the database, create
[-] it manually with your DBMS's administration tools.
Solution
Just use
msf > db_driver sqlite3
or
msf > db_connect
thanks a mil
ReplyDelete