Search
 
SCRIPT & CODE EXAMPLE
 

SQL

xampp mysql database server is not starting mac m1

#1. Open XAMPP Installation Directory
#2. Open "etc" Folder
#3. Find "my.cnf" file and open it in any text editor
#4. Change Port from 3306 to 3307 (if you have installed skype or other apps)
#5. Add "innodb_force_recovery=1" under "myisam_sort_buffer_size=8M"
#6. Save "my.cnf" file
#7. Restart Mysql Server By Your Terminal by command:
$ sudo killall mysqld
$ sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

You Get A message "Starting MySQL SUCCESS! "
Comment

mysql server not starting in xampp in mac

sudo rm -rf ~/.bitnami  // type this command in your terminal.
//THIS WILL SOLVE THIS PROBLEM BUT WILL DELETE ALL YOUR DATABASES
Comment

PREVIOUS NEXT
Code Example
Sql :: get ddl materialized view oracle 
Sql :: first letter capital in mysql query 
Sql :: $query = mysqli_query($con, $sql); while ($row = mysqli_fetch_array($query)) 
Sql :: oracle list dates between 
Sql :: prosys sql log 
Sql :: update in sql 
Sql :: mysql return if it contains 
Sql :: create database store 
Sql :: oracle user quota unlimited 
Sql :: remove spaces sql server 
Sql :: mysql find and replace 
Sql :: sql get number of days between two dates 
Sql :: SQL server query column yes or no 
Sql :: drop primary key 
Sql :: set auto increment from 1 
Sql :: sql server 2008 first and last day of month 
Sql :: update date of birth in sql 
Sql :: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 
Sql :: sql to char 
Sql :: mysql connection string 
Sql :: pl sql asynchronous procedure calls 
Sql :: create function in microsoft sql server 
Sql :: oracle sql group by date year 
Sql :: sql add months to date 
Sql :: search db for table name 
Sql :: where not in array sql 
Sql :: simple project for database 
Sql :: grant read only privileges postgres user 
Sql :: postgres convert number to string 
Sql :: convert rows to string sql server 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =