Skip to content

matthewblock/capublic_mysql_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command for entering mysql server:
mysql -u root -p

Then enter password Dcapublic

Make sure the following is true:

my.cnf is being read from /usr/local/mysql/etc/my.cnf

Make sure to set secure_file_priv = '' and check if it's null in Mysql

Then make sure every .lob file is owned by mysql and is in /usr/local/mysql/lob

sudo chown mysql:mysql *.lob

Make sure that directory is also owned by mysql

Soft links weren't working because the soft link couldn't be owned by mysql? Weird

Also make sure that the path the bill_version_tbl.sql is pointing to is /usr/local/mysql/lob

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published