enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. In particular, you might want to use pt-stalk to diagnose issues faced by your server. The output generated from these tools will help you determine what to tune or how to tune your server. They also have Percona Cloud Tools which is a hosted service providing access to query performance insights for all MySQL uses. Although this service is in ...

  3. Start the mysql server for the first time (from the preferences pane under System Preferences->mysql). All users and databases should now be set up correctly. This worked with mysql 5.1.61 on ubuntu 64 bit 11.10 and mysql 5.1.63 on osx lion (macbook pro).

  4. How to solve "Can't connect to local MySQL server through socket"...

    dba.stackexchange.com/questions/98467/how-to-solve-cant-connect-to-local-mysql...

    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib /mysql/mysql.sock' (111) I know there are other solutions posted by others but none of them worked for me. mysql

  5. Here is a little bit information about our current database server: MySQL Database; InnoDB for all tables; About 80 tables; Largest tables are: 15 GB, 13 GB, 12 GB, 5 GB, rest smaller than 1 GB; Size of database on disk is 175 GB with ibdata1, and 56 GB without it; Database grows about 10% per month -- 12 month ago it was about 5-6%

  6. How can I move a MySQL database to another drive?

    dba.stackexchange.com/questions/14320

    Stop Mysql server. Copy data from your data directory to your new directory; Open my.cnf file (In my case "C:\ProgramData\MySQL\MySQL Server 5.5\my.ini") find row like datadir="C:\ProgramData\MySQL\MySQL Server 5.5\data\" and change path to your new location; Start your server; As of version 5.6 MySQLInstanceConfig.exe is no longer distributed.

  7. The InnoDB Buffer Pool is full to capacity. There have been no complaints from the client on the DB Performance since this layout was setup for them. Tuning InnoDB is very importantbecause if you don't, MySQL 5.5 will perform worse than MySQL 5.1. In some cases, it can be worse than MySQL 4.1.

  8. XAMPP MySQL troubleshooting with MySQL Server - Database...

    dba.stackexchange.com/.../191656/xampp-mysql-troubleshooting-with-mysql-server

    1. MySQL in XAMPP isn't starting after I installed MySQL Server. MySQL Server is using port 3306, so I've changed in xampp\mysql\bin\my.ini: And in xampp\php\php.ini: Also in XAMPP Control Panel -> Config -> Service and Port Settings -> MySQL changed Main Port to 3360. After all these changes it still isn't working.

  9. After applying this setting and restarting mysql the import took just 3 minutes! CPU utilization was 100 % all the time. If you like to use this setting, you will need to edit the "/etc/mysql/my.cnf" file and restart the mysql server using "sudo service mysql restart". Here are the settings of my "my.conf" file:

  10. How can I resolve the `package mysql-server is not installed`...

    dba.stackexchange.com/questions/240592/how-can-i-resolve-the-package-mysql...

    However, when I enter mysql --version, the following is outputted: mysql Ver 14.14 Distrib 5.6.44, for Linux (x86_64) using EditLine wrapper Furthermore, when I run the command yum install mysql-server, I also receive the output of: Package mysql-community-server-5.6.44-2.el6.x86_64 already installed and latest version Nothing to do

  11. How to determine master in mysql master-slave

    dba.stackexchange.com/questions/46011

    "Promoting" a MySQL server to the master role is something that happens "external to" MySQL servers, as opposed to something that happens "internal to" MySQL servers. "Promotion to master" not done by any kind of server provisioning, because, technically speaking, every MySQL server that has binary logging enabled is a master, even if it never ...