Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in
Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in hatasını alıyorsanız mysqli modülü yüklü değil demektir. Yükledikten sonra kullanabilirsiniz.
Linux ve Sistem Yönetimi Üzerine
Warning: mysqli::mysqli(): (HY000/2002): No such file or directory in hatasını alıyorsanız mysqli modülü yüklü değil demektir. Yükledikten sonra kullanabilirsiniz.
– bütün innodb dosyanızı memoryde tutacak kadar raminiz olsun. innodb dosya memoryden ulaşıldığında diskten ulaşılmasına göre çok daha hızlı olacaktır – swap’ten ne olursa olsun kaçının. swapping diskten okuma demektir ve yavaştır – pil...
config.inc.php dosyanıza aşağıdaki satırları ekleyin. cfg[‘Servers’][$i][‘host’] = ‘HostName:port’; //provide hostname and port if other than default $cfg[‘Servers’][$i][‘user’] = ‘userName’; //user name for your remote server $cfg[‘Servers’][$i][‘password’] = ‘Password’; //password $cfg[‘Servers’][$i][‘auth_type’] = ‘config’; // keep...
Description: “GRANT ALL PRIVILEGES” SQL is very convenient to create an user, but it cannot use on –skip-grant-tables environment through it is often used together. Altenatively I can use INSERT INTO mysql.user syntax, but...
We have a dozen websites mostly running WordPress, and one Drupal website on Digital Ocean with a 1GB instance. The server was running flawlessly for 6 months, and then the MySQL starts to crash...
MySQL databases can be created either through phpmyadmin or through the SSH command line Lets see how to create a MySQL database with SSH command (i) First log in to mysql with your user...