If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > mysql options

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-24-11, 23:11
raindropz raindropz is offline
Registered User
 
Join Date: Apr 2011
Posts: 14
mysql options

Where will I enter mysql options?
MySQL :: MySQL 5.0 Reference Manual :: 4.5.1.1 mysql Options
I can't find it, can anyone guide me? Thanks in advanced.
Reply With Quote
  #2 (permalink)  
Old 04-25-11, 01:37
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
if you read the page you cite you will see there's two options
either as command line switches or (more usually) as part of the config file, usually called my.cnf

you can also change config options via MySQL workbench
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton

Last edited by healdem; 04-25-11 at 08:06.
Reply With Quote
  #3 (permalink)  
Old 04-25-11, 23:25
raindropz raindropz is offline
Registered User
 
Join Date: Apr 2011
Posts: 14
Quote:
Originally Posted by healdem View Post
if you read the page you cite you will see there's two options
either as command line switches or (more usually) as part of the config file, usually called my.cnf

you can also change config options via MySQL workbench
I tried to enter --safe-updates in mysql console. And this error appeared: You have an error in sql syntax.
Where should I enter mysql options?
Reply With Quote
  #4 (permalink)  
Old 04-26-11, 05:12
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
stop the server
edit the config file
save the changes
restart the server

or

use MSQL Workbench
adminster the server
make what changes you need
restart the server

Google
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #5 (permalink)  
Old 04-26-11, 05:23
raindropz raindropz is offline
Registered User
 
Join Date: Apr 2011
Posts: 14
Quote:
Originally Posted by healdem View Post
stop the server
edit the config file
save the changes
restart the server

or

use MSQL Workbench
adminster the server
make what changes you need
restart the server

Google
did you mean I will edit the my.ini file?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On