Quantcast
Channel: MySQL Forums - Install & Repo
Viewing all 7172 articles
Browse latest View live

Can see tables but cannot view data (no replies)

$
0
0
Hello. I have an urgent issue. I could not use my root password for my database. Not sure if it was hacked or what, so I tried using the procedures for recovering the password, which didn't work.

So unable to access the database tables, I decided to reinstall 5.5 hoping it would allow me to get some kind of access back. After the reinstall of 5.5 I was able to get Workbench to see my tables, but when I try to view the data, it tells me that the table doesn't exist.

Is there something I have to run to rebuild the tables?

Please help.

TV Series- Tinga Tinga Tales 4 The Vampire Diaries Season 4 Nurse Jackie Seasons 1-4 (no replies)

$
0
0
Nurse Jackienurse jackie seasons 1-4 DVD is very different from the regular nurses, she works autocrat. She ignored their advice and kill the patient's arrogant doctors cynicism, sarcasm ridicules and refused to give up. She will from one of the assassination of a prostitute man steal money relief others, she will also for a just dead patient forged organ donation card, she also took the patient fell down ears rushed into a sewer, and what is worse, she more into hard drug addiction, in order to get drugs she has sex with the pharmacist. All the situation becomes so different from the begining of the fourth season of Vampire diaries. Elena and her friends has joined the last year of their high school life.the vampire diaries season 4 DVD They will take different careers after graduation. However, Elena needs to fact the fact that she has turned a vampire, she needed to make choice, either waiting for die, or kill someone and finished the transformation. It becomes so hard for her. Tinga Tinga Tales is a cartoon based on the Afirca animals tales. tinga tinga tales 4 DVD The series is special popular for the children from ages 4 to 8, every episode of Tinga Tinga Tales has bright colors, which is very attractive to the children.
----------------------------

buy dvds online
buy dvd movies
buy dvds cheap

transaction-isolation in my.cnf does not work on mac osx (1 reply)

$
0
0
I am using mac OSX 10.8 with MySQL 5.1 and 5.5. I manually changed the default transaction isolation level to READ-COMMITTED in my.cnf, however, it's still REPEATABLE-READ. I copied the configuration file my.cnf to a linux box and it works. Have you ever encountered this issue?

convert string datetime (12 hrs) datetype to 24 hrs datetime datatype (no replies)

$
0
0
Hello,

I have a table where the datatime value is stored into a varchar field. where the data is stored in 12 hour format. i want to convert this to a datetime field. but the values i am unable to change to 24 hrs.
i tried using date_format which simply discards AM PM from the value. str_to_date also does the same
this is what i did to get the output. this gives the correct output but hope there should be a simpler method

SELECT S_FROMTIME,
concat(
makedate(year(S_FROMTIME),dayofyear(s_fromtime)),' ',
maketime(hour(time(s_fromtime))+(case when instr(s_fromtime,'PM')>0 then 12 else 0 end) ,minute(time(s_fromtime)),second(time(s_fromtime)))) from sf2;

2012-03-06 02:30:00 PM gives this output 2012-03-06 14:30:00

please help..

[sorry i think i put in the wrong forum. now i am not able to change to a query forum]

Read More (no replies)

$
0
0
Read More about LEDs at Super Leds and decide which one is best for your home sweet home.
http://www.superleds.com.au/images/thumbnails/0/180/127/M-BAIT-Live-bait-well-Courtesy--light.jpg

convert string datetime (12 hrs) datetype to 24 hrs datetime datatype (-1 replies)

access denied; having issues with access via terminal (7 replies)

$
0
0
Bottom line: I'm having problems with 'access denied'.

I've been trying to figure this out on my own for at least a week now. I searched google, looked through stackoverflow, this forum, and many other forums as well. I tried. No need for any LMGTFY type responses. I know how to search on my own, but I also know when to ask for help. So I hope someone can help me with this issue I'm having.

I will use # to indicate comments. I hope that this will make the rest of my post easy to read and understand for you to help me better.
(I have A.D.D. and I'm a visual learner; I find it easier to understand something when I can see it. Having said that, I've included pictures for those who are the same way.


# The next three lines are details about what I'm using.
I have a Mac OS X Mountain Lion (10.8.2).
I'm using MAMP (Get Info says it's version 2.1.1).
I've installed mysql via homebrew.


# MAMP status indicates that MySQL Server is working.
http://i.imgur.com/70otZ.png


# This image is from MAMP PHPMyAdmin, under Users overview.
http://i.imgur.com/e7F31.png

# This image is from my terminal.
http://i.imgur.com/l4Nq5.png

# This image is from my terminal.
http://i.imgur.com/Ciso7.png



I've followed many instructions.
There are those that give very specific instructions on what to enter in the terminal (which is great), however they don't say what to do if the step I'm on doesn't work. Which I kind of understand, since these are the tutorials tailored to specific issues.
And then there are those that asked on stackoverflow and forums, where users ask specific questions concerning their own specific issues, which is also great - especially when I can see the back and forth conversation that goes something like:
"I did this, but it didn't work."
"Try this."
"Yes, thank you!" or "No, what next?"
"Did you do this?"
"Yes, it's working, thank you!"
Okay, so it's not exactly like that, but I was super paraphrasing. There's actually less rudeness, but I was just making a point. (Sorry, I got off topic. That's my A.D.D. for you, hehe)


I can't think of anything else to add right now.

EDIT1: I tried adding a user from the Users overview section in PHPMyAdmin.
http://i.imgur.com/4Owiq.png
I hadn't added a password though.
So I added a password, but it still didn't work.
http://i.imgur.com/BDf4x.png

Also, why does it say YES under Grant, but then, look at the tooltip...
http://i.imgur.com/9VbIG.png

Screwed up...need to try to reattach to copied database files (5 replies)

$
0
0
OK, first of all, yes this is my own fault and I should have done things the right way from the beginning.

Instead of doing a formal database backup from MySQL before doing something, I just copied the Data folder...thinking in a pinch I could just restore from there.

Well, naturally something didn't work right - so I just copied my Data folder back over, figuring that would work out. It didn't.

So the position I'm in now is, after several uninstalls and reinstalls and all sorts of gyrations, is that I can get MySQL 5.0 or 5.1 (I'm not 100% sure which version I was actually running...but I get the same issue with both) installed and running in and of itself just fine.

I can copy my schema folders into the Data folder, and when I go to look at them via MySQL Administrator, it sees that all the schemas exist.

The problem, though, is that apparently the MySQL engine isn't "seeing" all the tables correctly. In a folder with 100 tables for example, MySQL Administrator shows me 30.

I'm using the same root password as before.

This isn't exactly life-and-death...for the most part I can probably just start over with most of my stuff. But, it will be painful.

Is there anyone who is aware of the situation I've gotten myself into...and have any advice on how to get MySQL to see all the old tables?

Oh, and this is a Windows server.

Any assistance is greatly appreciated.

Installation Issues - Unable to Configure Server and Start Up Service (1 reply)

$
0
0
PREAMBLE:

Hi. I'm not an IT professional, but a part time IT student, and reasonably competent at Windows OS.

I've just spent about 20 hours trying to troubleshoot the following. Sorry if my description of what I've tried and failed at during that time is unclear. It has been a long battle. I can send screenshots, but I don't see a way to do so with this forum software. I'll post my error log, but I don't see a way to format it in a code block to aid reading.

I would really welcome some advice. There is an urgency, because the deadline for submission of the database is this Friday 30/11/2012.
_______________________________________________________________________________

PROCESS:

I installed MySQL Workbench (v5.2.44) [mysql-workbench-gpl-5.2.44-win32] a few weeks ago. I designed a database in Workbench.

This weekend I installed MySQL Community Server (v5.5.28) [mysql-5.5.28-winx64].

That was unsuccessful, so today, I resorted to uninstalling both of the above and installing MySQL Installer (v5.5.28.3) [mysql-installer-community-5.5.28.3]
_______________________________________________________________________________

PROBLEMS:

[*] I cannot create a server instance.

[*] I also cannot start the service.

If I try through Task Manager, the Windows error says "The operation cannot be completed" and "Access is denied".

If I try through the Services administrator tool, the Windows error is "Windows could not start the MySQL55 service on Local Computer." "Error 1067: The process terminated unexpectedly."

I also tried via the command prompt, the Windows error is "Install/Remove of the Service Denied!"

When I attempted to forward engineer the database at one or more stages, I got an MySQL Workbench error "Object reference not set to an instance of an object".
_______________________________________________________________________________

NOTES:

[!! ** !!] If relevant, I cannot access 127.0.0.1 from a web browser (Firefox or Internet Explorer). [!! ** !!]

My hosts file had the line < 127.0.0.1 localhost > commented out, so I opened it as administrator, uncommented it and saved it.

The installation is on a desktop PC. All installation settings were the default ones proposed by the installer, except on some occasions, for hostname I tried 127.0.0.1 instead of localhost, and also tried "PC4" which is the computer's name.

The location I chose for the DataFile is another user account, where I store all my files (weird, I know, but shouldn't be problem as the adminstrators group has full access).

When installing MySQL Installer (v5.5.28.3) [mysql-installer-community-5.5.28.3] today, I noted that despite uninstalling MySQL Workbench and Server, most of the program appeared to be still in the Program Files directory. I did not check the registry, as I assumed the installer and uninstaller would take care of that properly.

The MySQL service today is called MySQL55 (as suggested by the installer). On the previous installation it was called MySQL. The old service is not visible in Task Manager or Services.

I added "C:\Program Files\MySQL\MySQL Server 5.5\bin" to the Path parameter of my Environmental Variables.

My OS is Windows 7 Ultimate 64 bit.
My user account is an administrator.
I'm using Norton Internet Security 2012 v19.9.0.9
The firewall has not been altered by me. I can give full details if required.
_______________________________________________________________________________

ERROR LOG:

NB: Despite Uninstallation, this seems to have entries from yesterday's fiasco too (which may be a blessing in disguise to someone who can interpret them).

The installation log is also available, but it is 180 pages long!

121124 17:43:43 [Note] Plugin 'FEDERATED' is disabled.
121124 17:43:43 InnoDB: The InnoDB memory heap is disabled
121124 17:43:43 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 17:43:43 InnoDB: Compressed tables use zlib 1.2.3
121124 17:43:43 InnoDB: Initializing buffer pool, size = 107.0M
121124 17:43:43 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file D:\Users\U6\Documents\TECH - DEVELOPMENT\MYSQL DATAFILES\ibdata1 did not exist:
InnoDB: a new database to be created!
121124 17:43:43 InnoDB: Setting file D:\Users\U6\Documents\TECH - DEVELOPMENT\MYSQL DATAFILES\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
121124 17:43:43 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile0 size to 54 MB
InnoDB: Database physically writes the file full: wait...
121124 17:43:43 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file .\ib_logfile1 size to 54 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
121124 17:43:44 InnoDB: Waiting for the background threads to start
121124 17:43:45 InnoDB: 1.1.8 started; log sequence number 0
121124 17:43:45 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
121124 17:43:45 [Note] - '0.0.0.0' resolves to '0.0.0.0';
121124 17:43:45 [Note] Server socket created on IP: '0.0.0.0'.
121124 17:43:45 [Note] Event Scheduler: Loaded 0 events
121124 17:43:45 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.28' socket: '' port: 3306 MySQL Community Server (GPL)
121124 18:42:13 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

121124 18:42:13 [Note] Event Scheduler: Purging the queue. 0 events
121124 18:42:13 InnoDB: Starting shutdown...
121124 18:42:14 InnoDB: Shutdown completed; log sequence number 1595675
121124 18:42:14 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

121124 18:46:35 [Note] Plugin 'FEDERATED' is disabled.
121124 18:46:35 InnoDB: The InnoDB memory heap is disabled
121124 18:46:35 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 18:46:35 InnoDB: Compressed tables use zlib 1.2.3
121124 18:46:35 InnoDB: Initializing buffer pool, size = 107.0M
121124 18:46:35 InnoDB: Completed initialization of buffer pool
121124 18:46:35 InnoDB: highest supported file format is Barracuda.
121124 18:46:35 InnoDB: Waiting for the background threads to start
121124 18:46:36 InnoDB: 1.1.8 started; log sequence number 1595675
121124 18:46:36 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
121124 18:46:36 [Note] - '0.0.0.0' resolves to '0.0.0.0';
121124 18:46:36 [Note] Server socket created on IP: '0.0.0.0'.
121124 18:46:36 [Note] Event Scheduler: Loaded 0 events
121124 18:46:36 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.28' socket: '' port: 3306 MySQL Community Server (GPL)
121124 20:52:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

121124 20:52:23 [Note] Event Scheduler: Purging the queue. 0 events
121124 20:52:23 InnoDB: Starting shutdown...
121124 20:52:23 InnoDB: Shutdown completed; log sequence number 1595675
121124 20:52:23 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

121124 20:52:52 [Note] Plugin 'FEDERATED' is disabled.
121124 20:52:52 InnoDB: The InnoDB memory heap is disabled
121124 20:52:52 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 20:52:52 InnoDB: Compressed tables use zlib 1.2.3
121124 20:52:52 InnoDB: Initializing buffer pool, size = 107.0M
121124 20:52:52 InnoDB: Completed initialization of buffer pool
121124 20:52:52 InnoDB: highest supported file format is Barracuda.
121124 20:52:52 InnoDB: Waiting for the background threads to start
121124 20:52:53 InnoDB: 1.1.8 started; log sequence number 1595675
121124 20:52:53 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
121124 20:52:53 [Note] - '0.0.0.0' resolves to '0.0.0.0';
121124 20:52:53 [Note] Server socket created on IP: '0.0.0.0'.
121124 20:52:53 [Note] Event Scheduler: Loaded 0 events
121124 20:52:53 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: ready for connections.
Version: '5.5.28' socket: '' port: 3306 MySQL Community Server (GPL)
121124 22:27:46 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Normal shutdown

121124 22:27:46 [Note] Event Scheduler: Purging the queue. 0 events
121124 22:27:46 InnoDB: Starting shutdown...
121124 22:27:46 InnoDB: Shutdown completed; log sequence number 1595675
121124 22:27:46 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

121124 22:50:58 [Note] Plugin 'FEDERATED' is disabled.
121124 22:50:58 InnoDB: The InnoDB memory heap is disabled
121124 22:50:58 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 22:50:58 InnoDB: Compressed tables use zlib 1.2.3
121124 22:50:58 InnoDB: Initializing buffer pool, size = 107.0M
121124 22:50:58 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
121124 22:50:58 InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
121124 22:50:58 InnoDB: Error: all log files must be created at the same time.
121124 22:50:58 InnoDB: All log files must be created also in database creation.
121124 22:50:58 InnoDB: If you want bigger or smaller log files, shut down the
121124 22:50:58 InnoDB: database and make sure there were no errors in shutdown.
121124 22:50:58 InnoDB: Then delete the existing log files. Edit the .cnf file
121124 22:50:58 InnoDB: and start the database again.
121124 22:50:58 [ERROR] Plugin 'InnoDB' init function returned error.
121124 22:50:58 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121124 22:50:58 [ERROR] Unknown/unsupported storage engine: INNODB
121124 22:50:58 [ERROR] Aborting

121124 22:50:58 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

121124 23:01:45 [Note] Plugin 'FEDERATED' is disabled.
121124 23:01:45 InnoDB: The InnoDB memory heap is disabled
121124 23:01:45 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 23:01:45 InnoDB: Compressed tables use zlib 1.2.3
121124 23:01:45 InnoDB: Initializing buffer pool, size = 107.0M
121124 23:01:45 InnoDB: Completed initialization of buffer pool
121124 23:01:45 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
121124 23:01:45 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
121124 23:01:45 InnoDB: Assertion failure in thread 1856 in file fsp0fsp.c line 2102
InnoDB: Failing assertion: inode
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
121124 23:03:04 [Note] Plugin 'FEDERATED' is disabled.
121124 23:03:04 InnoDB: The InnoDB memory heap is disabled
121124 23:03:04 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 23:03:04 InnoDB: Compressed tables use zlib 1.2.3
121124 23:03:04 InnoDB: Initializing buffer pool, size = 107.0M
121124 23:03:04 InnoDB: Completed initialization of buffer pool
121124 23:03:04 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
121124 23:03:04 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
121124 23:03:04 InnoDB: Assertion failure in thread 2024 in file fsp0fsp.c line 2102
InnoDB: Failing assertion: inode
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
121124 23:07:51 [Note] Plugin 'FEDERATED' is disabled.
121124 23:07:51 InnoDB: The InnoDB memory heap is disabled
121124 23:07:51 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121124 23:07:51 InnoDB: Compressed tables use zlib 1.2.3
121124 23:07:51 InnoDB: Initializing buffer pool, size = 107.0M
121124 23:07:51 InnoDB: Completed initialization of buffer pool
121124 23:07:51 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
121124 23:07:51 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
121124 23:07:51 InnoDB: Assertion failure in thread 2248 in file fsp0fsp.c line 2102
InnoDB: Failing assertion: inode
InnoDB: We intentionally generate a memory trap.
InnoDB: Submit a detailed bug report to http://bugs.mysql.com.
InnoDB: If you get repeated assertion failures or crashes, even
InnoDB: immediately after the mysqld startup, there may be
InnoDB: corruption in the InnoDB tablespace. Please refer to
InnoDB: http://dev.mysql.com/doc/refman/5.5/en/forcing-innodb-recovery.html
InnoDB: about forcing recovery.
121125 21:19:24 [Note] Plugin 'FEDERATED' is disabled.
121125 21:19:24 InnoDB: The InnoDB memory heap is disabled
121125 21:19:24 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121125 21:19:24 InnoDB: Compressed tables use zlib 1.2.3
121125 21:19:24 InnoDB: Initializing buffer pool, size = 326.0M
121125 21:19:24 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 56623104 bytes
InnoDB: than specified in the .cnf file 0 171966464 bytes!
121125 21:19:24 [ERROR] Plugin 'InnoDB' init function returned error.
121125 21:19:24 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121125 21:19:24 [ERROR] Unknown/unsupported storage engine: INNODB
121125 21:19:24 [ERROR] Aborting

121125 21:19:24 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete

121125 21:44:40 [Note] Plugin 'FEDERATED' is disabled.
121125 21:44:40 InnoDB: The InnoDB memory heap is disabled
121125 21:44:40 InnoDB: Mutexes and rw_locks use Windows interlocked functions
121125 21:44:40 InnoDB: Compressed tables use zlib 1.2.3
121125 21:44:40 InnoDB: Initializing buffer pool, size = 312.0M
121125 21:44:40 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file .\ib_logfile0 is of different size 0 56623104 bytes
InnoDB: than specified in the .cnf file 0 164626432 bytes!
121125 21:44:40 [ERROR] Plugin 'InnoDB' init function returned error.
121125 21:44:40 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
121125 21:44:40 [ERROR] Unknown/unsupported storage engine: INNODB
121125 21:44:40 [ERROR] Aborting

121125 21:44:40 [Note] C:\Program Files\MySQL\MySQL Server 5.5\bin\mysqld: Shutdown complete
_______________________________________________________________________________

InnoDB ibdata file configuration (no replies)

$
0
0
Hi,

I have configured following configuration for innodb.

MySQL version = 5.1.63
using Plugins = Yes

innodb_data_file_path = ibdata0:2000M;ibdata1:2000M;ibdata2:2000M;ibdata3:2000M
plugin_dir=/path to plugin/mysql/lib/plugin

My question is this that i am assuming that ibdata3 will be auto extended (i have not mentioned autoextend).

is my assumption correct or i need to add file by my self after above space is consumed.

Regards
Waseem

Unable to start service after moving data dir (1 reply)

$
0
0
Hi,

I am currently trying to move my server's data directory to a new FS, but it won't start when the change is made in my.cnf .

For now, the destination dir is the exact copy of the source one.

I don't understand why it doesn't work that way... I also tried with a symbolic link instead of the source dir, pointing to the new location, but the result is the same.

Can anyone help ?

Thanks

NP

Como atraer clientes a tu negocio (no replies)

$
0
0
1. Aumenta tu promoción
Lo sé. Suena raro, pero en estos tiempos la gran mayoría de los empresarios disminuyen sus gastos publicitarios. Esto es un error. Cuando hay una recesión, tu objetivo es aumentar tu publicidad para atraer a los clientes a través de especiales, cupones y descuentos. La economía mejorará y será a ti a quien los clientes elijan.

2. Ofrece algo gratis
¿A quién no le gusta algo regalado? Ofrece un reporte, una consulta, una linda bolsa con la compra del traje. Ingéniatelas y ofrece cosas gratis para atraer a los clientes.

3. Enfócate en un cliente específico
Otro error que cometen los empresarios es querer venderle a todo el mundo. Especifica quién es tu cliente y atráelo con las dos estrategias que mencioné arriba.

4. Aumenta tu credibilidad
La gente compra de aquellos que conocen y en los que confían. ¿Qué estás haciendo para aumentar tu credibilidad en el mercado? Algunas ideas son escribir artículos y distribuir comunicados de prensa. Una vez posicionado en el mercado como experto, el cliente te elegirá.

5. Verifica tus promociones
La publicidad se hizo para atraer la atención, el interés, el deseo y la acción de los clientes. Esto se conoce como la estrategia AIDA. Si tu promoción no contiene estos elementos, estás malgastando tu dinero.

6. Usa Internet
Las ventas están bajando en los negocios físicos, pero no en los negocios en Internet. Esto según la revista InternetRetailer, que analiza a las 500 empresas más exitosas en Internet. En un artículo reciente, Circuit City tuvo una baja de un 10% en ventas en su negocio físico, pero un alza dramático del 40% a través de su página de Internet.

De todo esto se pueden encargar terceras personas, personalmente recomiendo [URL="http://dagamaweb.com&quot;]dagamaweb.com[/URL] ellos se encargan de todo.

Según el artículo, el consumidor piensa que en Internet podrá encontrar mejores precios. Así que empieza tu página web o aumenta su actividad promocional.

Estrategias para Aumentar las Ventas


1. Incentiva a tus empleados o equipo de ventas
¡Está comprobado! Un empleado o vendedor motivado a través de los incentivos se esforzará más para vender. Incentívalo a través de un programa donde premies los resultados que buscas (aumentar ventas, aumentar la venta de cierto artículo, etcétera).

2. Incentiva a los clientes
Al igual que tus vendedores o empleados, al consumidor le encanta pertenecer a un grupo selectivo donde es premiado con descuentos, productos gratis o cualquier forma de incentivos donde reciba algo a cambio de comprar más. Se conoce en inglés como Customer Program o Customer Reward Program.

3. Enseña a sobre-vender
En inglés se conoce como upsell, y el restaurante de comida rápida es un ejemplo de upsell. Compras una hamburguesa y te ofrecen papas con tu orden.

Haz lo mismo en tu negocio. Busca productos o servicios complementarios que puedas ofrecer una vez el cliente esté en el proceso de compra. Ejemplo: El cliente desea una falda roja, ¿qué tal ofrecerle la blusa que combina? Motívalo aún más ofreciéndole un descuento.

4. Verifica tus precios
¿Qué sucede en tiempos de recesión? El cliente gasta menos y las empresas bajan sus precios para atraerlos. Estate pendiente de la competencia y monitorea tus precios.

5. Atraer la venta
La mayoría de los empresarios vende una vez y se olvidan del cliente. No cometas este error. Si lo que vendes es un producto consumible, verifica cuánto tiempo dura el producto y prepara la agenda para darle seguimiento al cliente. Así, cuando el producto se le acabe, estarás ahí para ofrecérselo.

Unable to create new users on MySQL 5.6 (no replies)

$
0
0
Hi! I downloaded and installed the dev release version 5.6, but I'm unable to create any new users. The error i get is "mysql_native_password" is not a valid authentication plugin (not sure if these are the exact words, but that's the message). I haven't changed anything with the default configuration and when I searched online, I found that this is indeed a valid authentication type. can somebody please help me?

thanks,
Haritha

Install Error at Install Process Screen (no replies)

$
0
0
Hello,


My System Specks:
Windows 7
Installing MySQL Server 5.5 28
18GB of free space on server.


I receive an error in the installation STATUS column...
"Install Error at Install Process Screen."


I'm trying to install MySql Server onto a mapped drive, the Installation Path I selected Y:\MySql and for Data Path Y:\MySqlData.

I don't want to install on my local C:\ machine.

Newbie install question;
How do I correctly install MySQL Server onto a server on the company intranet?
(I have access to this server)


Any help will be greatly appreciated


iaustin

Where is Download File for Mac (no replies)

$
0
0
I looked under the download tab but I only see a file for Windows. I have read that MySql can be installed on a Mac. Can somebody tell me where the link is on this site?

Oops, I just found it. I didn't see the list box with the different versions.

Thanks!

Dave

Binary logs not created (2 replies)

$
0
0
Hi,
I've installed on an XP-SP3 and Win Server 2003 the community version of mysql (version 5.5.28) with all the defaults (except charset set to UTF8).
The settings for the binary logs in the "my.ini" file are as follows:

[mysqld]
server-id=1
log-bin=mybinarylog
sync_binlog=1

Note: the last line instructs the server to write to the binary log as soon as there's a new statement executed.

I can see with a "SHOW VARIABLES" that all those values are reflected inside the server. HOWEVER, even after running multiple SQL statements, the binary files are nowhere to be found. :-( ...I have the same symptoms on both machines...
What obvious am I missing ?
(like binary logging is not supported by the community version ?)
Regards
Pascal

SLES 11 SP2 or kernel 3.x (no replies)

$
0
0
My SQL cannot be installed on SLES 11 SP2!

After upgrade (new installation of SLES 11 SP2 (Linux Kernel 3.0.x) MySQL doesen't run any more on SLES. This is true for the version 5.0.x included within the SLES 11 SP2 and for MySQL 5.5.28 for SLES and for generic Linux. MySQL is apparently built for Linux Kernel 2.6 only. But Versions of 3.x are out for a long time now. So long, that even SLES 11 SP2 is based on the 3.0.x Kernel!
Are solutions out there to bring MySQL, any version 5.x, to operate on the newer Linux Kernels? What can be done to run MySQL on those Linux versions? Version 5.5.28 even complains during installation of the rpm. All tried versions complains not being able to find, (to construct) the socket within /var/lib/mysql!
Though the application using MySQL runs also with Oracle and DB2, MySQL is important and for delivery together with Glassfish 3.1.x! Stepping back to a Kernel of Version 2.6 is not a valid solution. What can be done?

Installation messages:
spica:/home/sw_upgrd/export/mysql # uname26 rpm -aid MySQL-server-5.5.28-1.sles11.x86_64.rpm
ls: cannot access /var/lib/mysql/*.err: No such file or directory
ls: cannot access /var/lib/mysql/*.err: No such file or directory
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: script jexec is broken: incomplete LSB comment.
insserv: missing `Required-Stop:' entry: please add even if empty.
insserv: Service network is missed in the runlevels 4 to use service mysql
mysql 0:off 1:off 2:on 3:on 4:on 5:on 6:off

To avoid the the complain about the incomplete LSB comment, I tried to use the 2.6 compatibility with uname26. How ever, the latter seams not to influence at all!

AWS EC2 INSTANCE MYSQL ERROR (no replies)

$
0
0
Hello,

I am trying setup mysql on my micro instance(Amazon Linux AMI).

Installed mysql using below command on command line

yum install mysql

I have tried to start the mysql through the following command via putty

# service mysqld start

But it gave me the following error

MySQL Daemon failed to start.

Starting mysqld: [FAILED]

At the same time run my php application, it gave the following error in browser

# Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

And missing mysql.sock file in /var/lib/mysql directory.

Please suggest what needs to be done to get mysql running on my instance.


Thanks,

Antony

someone to correct (no replies)

$
0
0
Installation, MYSQL Server Configuration, Advanced Options: the word 'options' is misspelled!

How can I convert MySQL database file (.sql) to SQLite file in PHP (no replies)

$
0
0
Hello,

I have a MYSQL database dump file in ".sql" format but I have required "SQLite" file, is it possible to convert .sql file into SQLite file using php script or any other way?

thanks to all.
Viewing all 7172 articles
Browse latest View live




Latest Images