/
Creating Tables
Creating Tables
To create the necessary tables in the database:
In the
/mysql/bin
directory connect to the database with the following command:$ mysql -uroot -p<password> -h <IP address to the MySQL Server>
Show existing databases:
mysql> show databases;
The current databases should be displayed.
Create the PCC database:
mysql> create database pcc;
The PCC database should now be created.
Connect to the database:
The database should now be changed to pcc.
Create the tables by running the scripts
pcc_bucket_mysqlc.sql
andpcc_config_mysqlc.sql
:verify that the creation has been done by either:
Exit MySQL when you are done:
, multiple selections available,
Related content
MySQL Cluster Configuration
MySQL Cluster Configuration
Read with this
Creating Tables
Creating Tables
More like this
Architecture Overview PCC
Architecture Overview PCC
Read with this
Creating Tables
Creating Tables
More like this
Configuring PCC Properties
Configuring PCC Properties
Read with this
5.2.4. Creating Tables
5.2.4. Creating Tables
More like this