/*
* Conncecting the Processmaker MYSQL using Command Prompt(windows server)
*/
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysql -u root -p
Enter password: **
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 865
Server version: 5.5.53 MySQL Community Server (GPL)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| bitnami_pm |
| mysql |
| performance_schema |
| test |
| wf_backup1 |
| wf_business |
| wf_crm |
| wf_finance |
+--------------------+
9 rows in set (0.00 sec)
mysql> exit;
Bye
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
DB_NAME > DBNAME.SQL
mysqldump: Got error: 1049: Unknown database 'db_name' when selecting the databa
se
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
wf_crm > wf_crm.SQL
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
bitnami_pm > bitnami_pm.SQL
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --verbose --user="root" --pas
sword="sa" wf_finance > bitnami_pm.SQL
-- Connecting to localhost...
-- Disconnecting from localhost...
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --verbose --user="root" --pas
sword="sa" wf_finance < bitnami_pm.SQL
-- Connecting to localhost...
-- MySQL dump 10.13 Distrib 5.5.53, for Win32 (AMD64)
--
-- Host: localhost Database: wf_finance
-- ------------------------------------------------------
-- Server version 5.5.53
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES UTF8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Disconnecting from localhost...
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-06-14 13:16:07
* Conncecting the Processmaker MYSQL using Command Prompt(windows server)
*/
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysql -u root -p
Enter password: **
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 865
Server version: 5.5.53 MySQL Community Server (GPL)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| bitnami_pm |
| mysql |
| performance_schema |
| test |
| wf_backup1 |
| wf_business |
| wf_crm |
| wf_finance |
+--------------------+
9 rows in set (0.00 sec)
mysql> exit;
Bye
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
DB_NAME > DBNAME.SQL
mysqldump: Got error: 1049: Unknown database 'db_name' when selecting the databa
se
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
wf_crm > wf_crm.SQL
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --user="root" --password="sa"
bitnami_pm > bitnami_pm.SQL
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --verbose --user="root" --pas
sword="sa" wf_finance > bitnami_pm.SQL
-- Connecting to localhost...
-- Disconnecting from localhost...
C:\Bitnami\processmaker-3.1-1\mysql\bin>mysqldump --verbose --user="root" --pas
sword="sa" wf_finance < bitnami_pm.SQL
-- Connecting to localhost...
-- MySQL dump 10.13 Distrib 5.5.53, for Win32 (AMD64)
--
-- Host: localhost Database: wf_finance
-- ------------------------------------------------------
-- Server version 5.5.53
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES UTF8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0
*/;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- Disconnecting from localhost...
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2017-06-14 13:16:07
Comments
Post a Comment