Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../var/softacul.../front
File: config_db.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/*Connection Information for the database
[2] Fix | Delete
$def_coy - the default company that is pre-selected on login
[3] Fix | Delete
[4] Fix | Delete
'host' - the computer ip address or name where the database is. The default is 'localhost' assuming that the web server is also the sql server.
[5] Fix | Delete
[6] Fix | Delete
'port' - the computer port where the database is. The default is '3306'. Set empty for default.
[7] Fix | Delete
[8] Fix | Delete
'dbuser' - the user name under which the company database should be accessed.
[9] Fix | Delete
NB it is not secure to use root as the dbuser with no password - a user with appropriate privileges must be set up.
[10] Fix | Delete
[11] Fix | Delete
'dbpassword' - the password required for the dbuser to authorise the above database user.
[12] Fix | Delete
[13] Fix | Delete
'dbname' - the name of the database as defined in the RDMS being used. Typically RDMS allow many databases to be maintained under the same server.
[14] Fix | Delete
'collation' - the character set used for the database.
[15] Fix | Delete
'tbpref' - prefix on table names, or '' if not used. Always use non-empty prefixes if multiply company use the same database.
[16] Fix | Delete
*/
[17] Fix | Delete
[18] Fix | Delete
[19] Fix | Delete
$def_coy = 0;
[20] Fix | Delete
[21] Fix | Delete
$tb_pref_counter = 1;
[22] Fix | Delete
[23] Fix | Delete
$db_connections = array (
[24] Fix | Delete
0 =>
[25] Fix | Delete
array (
[26] Fix | Delete
'name' => '[[site_name]]',
[27] Fix | Delete
'host' => '[[softdbhost]]',
[28] Fix | Delete
'port' => '',
[29] Fix | Delete
'dbname' => '[[softdb]]',
[30] Fix | Delete
'collation' => 'utf8_xx',
[31] Fix | Delete
'tbpref' => '0_',
[32] Fix | Delete
'dbuser' => '[[softdbuser]]',
[33] Fix | Delete
'dbpassword' => '[[softdbpass]]',
[34] Fix | Delete
),
[35] Fix | Delete
);
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function