liuxiaocs7 commented on PR #2224:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2224#issuecomment-1577993618

   > Good, and **check** if the log print **as expected** after we rename the 
config
   
   conf:
   
   ```
   backend=mysql
   serializer=mysql
   
   # mysql backend config
   jdbc.driver=com.mysql.cj.jdbc.Driver
   jdbc.url=jdbc:mysql://127.0.0.1:3306
   jdbc.username=root
   jdbc.password=xxxxxx
   jdbc.reconnect_max_times=3
   jdbc.reconnect_interval=3
   jdbc.ssl_mode=false
   ```
   
   logs:
   
   ```
   2023-06-06 14:26:04 [main] [INFO] o.a.h.u.ConfigUtil - Scanning option 
'graphs' directory './conf/graphs'
   2023-06-06 14:26:04 [main] [INFO] o.a.h.c.InitStore - Init graph with config 
file: .\conf\graphs\hugegraph.properties
   2023-06-06 14:26:04 [main] [INFO] o.a.h.b.s.m.MysqlSessions - Connect to the 
jdbc url: 'jdbc:mysql://127.0.0.1:3306/?socketTimeout=0&useSSL=false'
   2023-06-06 14:26:04 [main] [INFO] o.a.h.b.s.m.MysqlStore - Failed to open 
database 'hugegraph', try to init database later
   2023-06-06 14:26:04 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'schema-id-hugegraph' with capacity 10000
   2023-06-06 14:26:04 [main] [INFO] o.a.h.b.c.CacheManager - Init RamCache for 
'schema-name-hugegraph' with capacity 10000
   2023-06-06 14:26:04 [main] [INFO] o.a.h.b.s.m.MysqlSessions - Connect to the 
jdbc url: 'jdbc:mysql://127.0.0.1:3306/?socketTimeout=0&useSSL=false'
   main dict load finished, time elapsed 421 ms
   model load finished, time elapsed 21 ms.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to