https://bugs.koozali.org/show_bug.cgi?id=11977
--- Comment #25 from Mark JACKSON <[email protected]> ---
Final question !!
I have now added a couple of test bugs so things seem to be setup okay.
But I need to import my bugs from our old Bugzilla server.
I have a database dump of the bugs and (normally) I would do something like:-
$ mysql -u bugzilla -p bugzilla < $BACKUP_FILE_NAME
Looking at /etc/bugzilla/localconfig, I know the Bugzilla username is
'bugzilla' and the database is also 'bugzilla'.
But when I load up mysql, I can see the 'bugzilla' database listed:-
---------------------------
$ mysql -u bugzilla -p
Enter password:
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 5.5.68-MariaDB MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
+--------------------+
1 row in set (0.00 sec)
---------------------------
Since I've added some bugs, I have to assume the 'bugzilla' database has been
created but there's nothing listed!!
Since it's not there, where is it located and how can I import my bugs into it
?
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/