Linux encountered when using pit

Database, table names and field deployment of Linux in clearly need case-sensitive, otherwise never been able to start the service, error prompt can not find a certain table (table name may actually goes to uppercase).

 

Solution:

Mysql enter profile: vi / etc / my.cnf -> in [mysqld] section added:
lower_case_table_names. 1 = -> mysql Restart Service: service mysqld restart

Guess you like

Origin www.cnblogs.com/qukun/p/11776363.html