Start With MySQL
I am a web designer that has used Access databases for my sites for many years. I understand the issues involved with this and would like to upgrade my sites (and skills!) and start using MySQL databases instead. I have looked around for help on how to get started but can't find anything that answers the questions I have.
Do I need to install MySQL Server to have an SQL database to use? For instance, MS Access exists without a server, is there a SQL database that does the same? I am not looking to develop applications for the database itself (the website is the application), it is really only to hold information. Is there a simple (or cutdown?) SQL style database that allows concurrent connections and enhanced security that Access doesn't and doesn't necessarily have all the "bells and whistles"?
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Mysql Will Not Start
I have installed Mysql from the Windows Essentials download. I go through the configuration process and set it up as per K. Yanks book 'Database Driven Website using PHP and Mysql' but at the final stage I get blue ticks for the Prepare Configuration and Write Configuration File but I get a red cross on the Start service and a message 'The service could not be started. Error: 0 and the only thing to do is go back or cancel. If I go to the comand prompt and try to start Mysql manually I get an error code 1067.
Can't Start MySQL
I have just installed mysql in PC at home and to learn the nitty grities I was following this guide to connect, create tables and that kind of thing. There was a part where it mentioned something about the directory in which I want my data to be stored instead of the default ..mysqldata directory and that is when things got wrong. Since then everytime I try to start the server with "mysqld-nt --console" or "net start mysql". It gives me an error that "No check point found" (without the quotes) or some *.host table cannot be found. I have tried to uninstall the whole thing but the problem still persist.
Getting MySQL To Start
I installed MySQL 4.1.8 yesterday, and everything worked great. Then, when I booted up today, I tried to connect to MySQL, and it wouldn't hook up. So, when I looked around for a minute, I saw that the MySql service hadn't started yet, though it was set to automatic startup. When I tried to start it, it gav the following error: Could not start the MySQL service on local computer Error 1067: The process terminated unexpectedly
Cannot Start Up MySql
I have just installed mySql 5.0 on my Windows 2000 laptop. I used the installation wizard for essential installation with the detailed configuration and developer machine with the multifunctional database, decision support options, and TCP/IP networking enabled. I then selected the standard character set and for the window options checked the included bin directory path with the service name in the window as "MySQL". So far so good. In the password section I selected no password, then in the next dialog box clicked the "Execute" button and apparently the service started. From the console prompt I tested mySql, and apparently it had started, but when I tried to do something, it asked form my password, and I typed just RETURN, i.e. no password, and it failed. I then stopped MySQL, but never managed to restart it again, either from the console, or from Windows, even after rebooting. When using the reconfiguration wizard, it asks me for my old password, and no matter what I type, it fails when I attempt to restart it with the message "The service could not be started. Error: 0". When I type "net start mysql", it comes back with the following messages: The MySQL service is starting The MySQL service could not be started. A system error has occurred. System error 1067 has occurred. The process terminated unexpectedly. Could someone please explain why I keep getting these errors.
Cannot Start MySQL
I 've installed the file MySQL-server-standard-4.1.13-0.sles9.i586.rpm on Suse 9.2 and when I start mysql it says failure. When I run mysqladmin I get the message MySQL Error Nr. 2002 Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
MYSQL Start
I'm in the directory after I installed it on my RedHat Linux box, but when I type: mysql -h host -u user -p I get "command not found". I substuted the machine IP for host (wrong?) and "mysql" for user.
Can't Start MySQL
I had it working with PHP and Apache, I could edit databases. Then I turned off my computer and now it doesn't work. I think it might have been because I deleted the file "C:Program FilesMySQLMySQL Server 5.0datamysql" and its contents accidentally. Where can I get this file back without having to re-install MySQL?
MySQL Doesn't Start
I have installed the version 5, and right after that I could connect to MySQL through MySQL-Front. Everything seemed to be fine. But after I restarted my machine (Win XP Pro) MySQL did not start, although it is set to start automaticly as a service. When I try to start the service from the Control Panel I get an "Error 1067 - The process terminated unexpectedly". Calling mysqld --console from the console returns this : Fatal Error : Can't open and lock privilege tables : Table 'mysql.host' doesn't exist. Is this a special problem with v5, because I had the old version running fine earlier on?
Cannot Start MySQL
I have configure Apache and PHP successfully. Then I try to configure MySQL. I have install it as Windows service and run it. But when I type 'mysql' it says 'Access denied for user ODBC@localhost'. Where exactly should I fix it?
Can't Start MySQL, Need Help!
Im using mysql-5.0.27 for windows (i have windows xp professional). After installation i follow all the deffault setup processes. At the checking final process it always prompts this: · Prepare configuration (ok) · Write configuration file (ok) · Start service (X) · Apply security settings (pending) After i enter the password at: MySQL Command Line Client, the DOS window automatically closes.
Start MySQL 4.1.13a
When I reach the portion where I am to start the server using #/usr/local/mysql/bin/mysqld_safe –user=mysql & I get the following: Code: Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld.pid 050809 15:10:39 mysqld ended As you can see it doesn't stay started. when I checked to see if the process was running it shows that it is not.Code: root 8885 0.0 0.0 3676 660 pts/6 S 15:14 0:00 grep mysqld
CANNOT Start Mysql
I'm using mysql 5. When I start mysql using command prompt, I got "ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO" Besides having mysql, I have also installed Oracle Express Edition in my laptop. Does mysql get some conflict with orcale. How can I solve this problem?
Can't Start Mysql
For some reason, mysql died last night at 4 am (best as I can tell). Now I can't start it...even if I restart the whole server. Here's what's in the log: 051006 12:26:30 mysqld started 051006 12:26:30 InnoDB: Started; log sequence number 0 43634 051006 12:26:30 [ERROR] /usr/local/mysql/bin/mysqld: Can't create/write to file '/var/run/mysqld/mysqld.pid' (Errcode: 13) 051006 12:26:30 [ERROR] Can't start server: can't create PID file: Permission denied This is running as root...and there IS no mysqld.pid file in /var/run/mysqld, either, so it doesn't seem like permissions are wrong. if I try to start from command line, I get this: [root@server mysql]# /usr/local/mysql/bin/safe_mysqld & [1] 3680 [root@server mysql]# Starting mysqld daemon with databases from /var/lib/mysql STOPPING server from pid file /var/run/mysqld/mysqld.pid 051006 12:29:28 mysqld ended
Mysql Will Not Start
mysql database wsa inistalled with the operating system and everything went through with no errors. When I try to start mysql it fails with this error. 050907 09:49:50 mysqld started 050907 9:49:50 [ERROR] Character set information not found in '/usr/share/mysql/english/errmsg.sys'. Please install the latest version of this file. 050907 9:49:50 [ERROR] Aborting 050907 09:49:50 mysqld ended I can't seen to figure out what this is telling me I looked at a mysql errmsg.txt file on a different machine that mysql is working on and I don't see any references to Character Sets in that file. I ran the command comp_err which according to the mysql docs says it updates the errmsg.sys file from the errmsg.txt file but still mysql will not start. Does anyone have any ideas on what to do?
MySQL Doesn't Start
I download MySQL 5 (the installer version) and installed it. Now the damned MySQL serive wont start. I mean, it does start for a fraction of a second and then aborts. The windows event log has this error in it: listen() on TCP/IP failed with error 6 Why is this happening? I searched the Internet for information bu couldnt find anything.
Name.local.err (MySQL Won't Start)
After reinstalling OS X 10.3 from disk, then installing the developer tools, I've installed MySQL several times now as both a native binary and compiling from source. Every time I get it configured and make && make install it just fine (except when I try the binary install). I set up my .bashrc to use the newly installed version and everything, but whenever I try to run it I get the following: alice:~ me$ sudo mysqld_safe touch: /usr/local/var/alice.local.err: No such file or directory chown: /usr/local/var/alice.local.err: No such file or directory Starting mysqld daemon with databases from /usr/local/var /usr/local/bin/mysqld_safe: line 360: /usr/local/var/alice.local.err: No such file or directory /usr/local/bin/mysqld_safe: line 366: /usr/local/var/alice.local.err: No such file or directory STOPPING server from pid file /usr/local/var/alice.local.pid tee: /usr/local/var/alice.local.err: No such file or directory 060804 17:26:06 mysqld ended tee: /usr/local/var/alice.local.err: No such file or directory Been googling for days, just can't figure it out, so I turn to you guys! Any ideas?
Cannot Get MYSQL To Start In Windows
Here are some of the errors I receive when trying to start mysql under windows xp home edition: When I goto mysql command line client the client start but If I hit a button it shuts down. When I type this: C:>"C:Program FilesMySQLMySQL Server 5.0inmysql" test ERROR 2013 (HY000): Lost connection to MySQL server during query Or I try this: C:>"C:Program FilesMySQLMySQL Server 5.0inmysqld" --console 060323 12:18:24 InnoDB: Operating system error number 32 in a file operation. InnoDB: Some operating system error numbers are described at InnoDB: http://dev.mysql.com/doc/mysql/en/Operating_System_error_codes.html InnoDB: File name .ibdata1 InnoDB: File operation call: 'open'. InnoDB: Cannot continue operation. C:> Also while trying to install I cannot get the security setting to go thru, it give me the error 2013, lost server during query, I've tried to shut off my firewall and still the same, given access to port 3306 and still nothing.
Mysql Refusing To Start
I am really stuck with the following problem and I have tried almost all options I could find on Google to no avail. I recently installed the rpm version of MySQL server 5.0.26 on Fedora Core 3. When I try to start the MySQL server, it fails and this is the error log I get. 061112 14:50:29 mysqld started 061112 14:50:29 InnoDB: Started 061112 14:50:29 /usr/sbin/mysqld-max: Can't open file: 'host.MYI' (errno: 142) 061112 14:50:29 Fatal error: Can't open privilege tables: File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2) 061112 14:50:29 Aborting 061112 14:50:29 InnoDB: Starting shutdown... 061112 14:50:31 InnoDB: Shutdown completed 061112 14:50:31 /usr/sbin/mysqld-max: Shutdown complete 061112 14:50:31 mysqld ended I checked the /var/lib/mysql/mysql directory for the host.MYI file and it is present and owned by mysql with permissions rw_rw_ _ _ _. I checked what error code 142 meant by # perror 142 and got the response 'Unknown character set used" So then I did # myisamchk -dvv host.MYI and this is the response I get MyISAM file: host.MYI Record format: Fixed length Character set: latin1_swedish_ci (8) File-version: 1 Creation time: 2006-11-11 15:34:53 Status: checked,analyzed,optimized keys,sorted index pages Data records: 0 Deleted blocks: 0 Datafile parts: 0 Deleted data: 0 Datafile pointer (bytes): 6 Keyfile pointer (bytes): 5 Datafile length: 0 Keyfile length: 1024 Max datafile length: 109775240917155838 Max keyfile length: 1125899906841599 Recordlength: 390 table description: Key Start Len Index Type Rec/key Root Blocksize 1 2 180 unique char packed stripped 0 2048 182 192 char stripped 1 Field Start Length Nullpos Nullbit Type 1 1 1 2 2 180 3 182 192 4 374 1 5 375 1 6 376 1 7 377 1 8 378 1 9 379 1 10 380 1 11 381 1 12 382 1 13 383 1 14 384 1 15 385 1 16 386 1 17 387 1 18 388 1 19 389 1 20 390 1 Clearly, there is no character set missing in the Index file. I then checked the /usr/share/mysql/charsets directory and found that it contained only xml files for the index and charset definitions. So then I transfered *.conf files and Index file into the directory from an older version of mysql running on a different box. I made sure that the latin1 character set is defined in both the index file as well as the index.xml file. I also have the latin1.xml and latin1.conf files present in the directory.
MySQL Service Cannot Start
I'm pretty much a newbie. So can you guyz please give thorough instruction when helping me? I installed mySQL using a PHP installation package, FoxServ. Until now, mySQL cannot start (red traffic light). Whenever I try to start it manually using Administrative Tools>>Services, I got a message saying "Could not start the MySql service on Local Computer. Error 1067: The process terminated unexpectedly". I've read through a previous post on this forum regarding the problem but none of the solutions worked. So I figured that it might be something wrong with Foxserv, instead of mySQL. So i uninstalled FoxServ and installed another package called XAMPP. However, I still encounter the same problem. I've tried several installation packages but mySQL still doesn't work. Is the computer blocking mySQL services or something? But I checked Windows Firewall and under the 'Exceptions' tab, all mysql-related stuff (mysqld, mysqld-max, mysqld-nt, mysqld-nt0 are ticked. Everyone else who uses these packages didn't get similar problems. And another thing, while installing mySQL using WinLAMP (another package), I got a message saying: "Port 3306 is already in used". Not understanding what it means, I proceed with port 3306 anyway. Could this be the root of the problem?
Can't Start MySQL Server
Having trouble with install. Installed twice (on XP), first time when I hit execute in configuration wizard, it said it couldn't conect to the port (3303 i think) to check firewalls, etc. Looked around, turned off firewall and checked virus SW no luck. Uninstalled, reinstalled. Hit execute button and no longer get the nice message, just fails. In Windows event veiwer there's a mysql application error " Default storage engine (InnoDB) is not available" Me thinks a port problem but not sure how to fix.
Start And Immediate Stop Of MySql
Installed MySQL 4.0.20, Apache 2.0.50 and php 4.3.8 on RHEL AS custom server installation. Did the following, in accordance with online forum/faq suggestions and with Julie C. Meloni's book SAMS Teach Yourself PHP, MysQL and Apache. ln -s mysql... cd mysql scripts/mysql_install_db groupadd mysql useradd -g mysql mysql chown -R root /usr/local/mysql chown -R mysql /usr/local/mysql/data chown -R mysql /usr/local/mysql chown -R root /usr/local/mysql/bin ./ysqld --user=mysql Preceding attempt to start MySql generates the following (slightly paraphrased): Can't change to run as user 'mysql' Please check that user exists. Suggestions?
Uninstall MySQL To Start Over
I just want to uninstall it and start again from scratch. I tried following the cleanup instructions at entropy.ch but it was unable to run, outputting an error: I was unable to find inforation on the old package, cannot continue. Does anyone know some commands that will let me completey remove MySQL (current cersion) so that I can begin over from scratch with a new install?
MySql Service Will Not Start
I installed MySQL and MyODBC on a Win2k server, got it all working fine. Created a database and tables, pulled all information through ASP files. Just randomly MySQL stopped. I went to Services and tried to restart it... it attempts to start but fails. Event View gives no cause, just says MySql failed to start the (x) time. Any ideas on what this could be from? Nothing has changed on the server.
How To Start Mysql After Installation:
i recently installed mysql on my machine successfully. however, when i invoke command line client i get a prompt like this: password: i don't know what to supply for the password. can anybody please help me find out how to start, connect and administer mysql?
Start Mysql From A Web Page
I built a script to start the MySql server and I have the script located in my cgi-bin directory. This is my script: /bin/sh -c "cd /u1/mydir/mysql ;./bin/safe_mysqld &" from the command prompt it starts the server but when I try it from my web page I get Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. I can run other cgi's just fine, I have the permissions set to 755. I hope one of you expert know how to do get around this.
MYSQL Won't Start After Re-boot
I am running Mandrake Linux 9 with MYSQL 3.23.52 ( I know not the latest but it did work). I have been running/using the database for about 6 weeks now without a problem. I rebooted the Linux box and now MYSQL doesn't seem to be running and will not start. I get the following error message 'cant connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (111) when I type the command mysql at a prompt. All was working fine until I added a new field of type date to the table assets in the database test. I am not sure if this caused the problem but it seemed to go down hill after that. Mandrake control centre reports that the MYSQL service is running. MS Access database on my Windows PC, which did work, now reports '[mysql][odbc 3.51 driver]cant connect to mysql server on '192.168.1.47' (10061) . So Mandrake control centre is telling me MYSQL is running but everything else points to it not. How do I find where my data is stored ?
Can't Start MySql Server
I am using MySQL from a tarred file (mysql-4.1.9.tar.gz) on Mandrake Linux 9.2. I go through the installation as given in PHP & MySQL for dummies but when i get to the end and command /usr/local/mysql/bin/mysqld_safe & I get this: # Starting mysqld daemon with databases from /usr/local/mysql/var STOPPING server from pid file /usr/local/mysql/var/shockwave.pid 050118 15:04:38 mysqld ended What's the problem?
Unable To Start Mysql
I installed the binary version of MySQL 3.23.49 in debian 3.0 . When i try to start by giving ./bin/safe_mysqld the mysqld ends & the following message is found in the error file in the data directory Fatal error: Can't change to run as user 'mysql' ; Please check that the user exists!
MYSQL Won't Start After Re-boot
I am running Mandrake Linux 9 with MYSQL 3.23.52 ( I know not the latest but it did work). I have been running/using the database for about 6 weeks now without a problem. I rebooted the Linux box and now MYSQL doesn't seem to be running and will not start. I get the following error message 'cant connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (111) when I type the command mysql at a prompt. All was working fine until I added a new field of type date to the table assets in the database test. I am not sure if this caused the problem but it seemed to go down hill after that. Mandrake control centre reports that the MYSQL service is running. MS Access database on my Windows PC, which did work, now reports '[mysql][odbc 3.51 driver]cant connect to mysql server on '192.168.1.47' (10061) . So Mandrake control centre is telling me MYSQL is running but everything else points to it not. How do I find where my data is stored ?
How Do I Start MySQL On Localhost?
I am using windows XP. If I try to start mysql from the command line, I get the error: ERROR 2003: Can't connect to MySQL server on 'localhost' <10061> The problem is, I think, that the server isn't running. So how do I start the server? A "telnet localhost 3306" failed to connect. Also, I can not see any mysql processes running in the task manager. I installed MySQL with Apache2Triad. It installs mysql, php, and apache, all at the same time. It worked, until I shut down my PC, and brought it back up.
Attempting To Start MySQL
I recently downloaded and installed MySQL without a problem. Was able to work on it for a while no problems (using the "command prompt" window. Today I go to open up MySQL.exe but when I clicked on my shortcut (or the direct link even) the window appears then 2 seconds later disappears. What is wrong? I'd like to continue to work with this but how can I if the window won't even stay UP! I am working with Windows XP Home. I at first thought I had to be online but that isn't it. Reinstalled it but that didn't work. I did install the ODBC drivers as I may later on work with MySQL and VB.
Unable To Start MySQL
My server FC4 was unable to start MySQL. I have tried to use yum to remove and install MySQL several times. How can I solve this problem? Hope someone can give me a hand. # service mysqld start Timeout error occurred trying to start MySQL Daemon. Starting MySQL: [FAILED] # # # service mysqld status mysqld dead but subsys locked tikual
Mysql Wont Start
I have finished installing a copy of mysql from source on mandrake 10 (from source, not an rpm source) and everything went smoothly except starting mysql. I run "root@myBox> mysqld_safe --user=mysql &" and I get this message: Starting mysqld daemon with databases from /usr/local/mysql/var STOPPING server from pid file /usr/local/mysql/var/*my-ip-address*.pid 041219 12:06:03 mysqld ended so the server isn't starting, which is a problem. What have I done wrong? These are the instructions I followed (with a slightly different ./configure line), which are from the mysql reference manual: 2.3.1 Source Installation Overview The basic commands you must execute to install a MySQL source distribution are: Code:
MYSQL SERVICE WILL NOT START
I run the instance configuration, then when i try to execute the operation, I get ERROR 0: Cannot "Start" Service. Now, before everyone sends me links to MikesServiceRemover, please know that the service is installed just fine, however there's no way that i can "start" it. I've actually tried mikesServiceRemover and it tells me that Mysql41 service exists, but that it's not running. I've tried going to the bin directory and running mysqld, mysql.exe, and almost all the other ones, and the same thing happens: a command line blips up, then disappears, and i know it's not running because it doesn't even show up in my task manager.
MySql Failed To Start
I have a problem while i'm trying to launch the server. I've got this error : The mysql service failed to start because of erro : Access denied. What is this problem ?
Cannot Start MySQL From Init.d
When I try to run: >/etc/rc.d/init.d/mysql start I get an error msg: bash: /etc/rc.d/init.d/mysql: bad interpreter: No such file or directory However, the file is definitely there, with root.root (owner.group), and 755 (mod). I'm totally baffled why this won't run... can anyone pls suggest what I'm doing wrong?
Can't Start Mysql As Root
i made a mistake in adding password to the root account not i can't start it as root but can as user, the error is: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) the mistake was i wrote the root@localhost without single qoutes, i also tried with --skip-grant-tables and --no-defaults but the result is: ysql: unknown option '--no-defaults' ysql: unknown option '--skip-grant-tables'
MySQL Start Problem
i cant connect to mysql on a Windows Server 2003 System! when i want to reconfigure mysql i always get the message: --------------------------------- Error Nr. 1045 Access denieded for 'root'@'localhost' (using Password: YES) If a personal firewall... --------------------------------- But my firewall is open on Port 3306 for the mysqld-nt.exe, and i have choosen in the menu for mysql port 3306... i'm using Sygate Personal Firewall maybe you know what settings i have to make!?!?
Start MySQL On Server
I am having problems getting MySQl to run on my local server. I am running an Apache server on a Windows XP computer, for development purposes only. The server is working and I can run PHP scripts on it, but I am unable to run MySQL on it.I have downloaded version 5 with the installer. During the installation, I get an error message about being unable to open port 3306, although I have been told it should not be necessary to open the port when using MySQL on the localhost. I have tried starting MySQL from services in the control panel, but it immediately switches itself off again. When typing “MySQL” at the command prompt, I get the message: ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)
Can Not Start MySQL Service
When I tried to install MySQL 5 it gave me this: "Could not start the service MySQL5. Error: 0" durring configuration. I've tried everything I could find on the forums and nothing worked. Now I don't know what to do.
Mysql Wont Start
can someone please help, i just installed cent os with mysql httpd etc., apache and php are working fine but when i type root#mysql I get the following error Quote: ERROR 2002: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
MySQL Wont Start Up
Last night I was attempting to activate MySQL for one of my domains using the Ensim control panel. It gave me an error while activating, and shortly after i noticed all MySQL activity on my server was no longer working. Using ensim to activate the MySQL service I get the following error: Quote: Result : start for service mysql failed. Action start for MySQL failed with error. Failed to start service: mysql. The following error occured: Logged in using ssh i get similar messages. When I try to login to my MySQL powered blog system I get the following error: Quote: Got an error: Bad ObjectDriver config: Connection error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
MySQL Suddenly Won't Start
Suddenly MySQL Server has stopped working and I am looking at a red traffic light. I have restarted my computer several times, I have tried to restart MySQL server many times I get Warning: mysql_connect(): Can't connect to MySQL server on 'localhost' (10061) in c:program filesapache groupapachehtdocszoom|conn.inc on line 6 Unable to select database
Unable To Start MySQL
I'm loosing my mind here.I'm new to Linux and I'm trying to get MySQL to start on the machine. I installed MySQL by using YAST and the following is what I get: linux-dell-8200:/home/rob.hazle # service mysql status Checking for service MySQL: unused linux-dell-8200:/home/rob.hazle # service mysql start Starting service MySQL failed
Unable To Start MySQL
I have just installed, PHP, Apache, on my WinXP Pro machine. I then went to install MySQL, which appeared to go well... I went into MySQL folder and opened up winmysqladmin, and clicked on Start...the response I got was unable to start try again in 30 seconds... Don;t know if this has anything to do with it, but in the books and help pages I have got, they all mention a log on page, to enter username and password, I have not seen this.
Install/start Mysql
I just downloaded mysql-essential-4.1.9-win32 and mysql-4.1.9-win32.zip. I have ran mysql-essential-4.1.9-win32 and followed every steps. But at the last step, I choose not to auto start mysql. Here are my questions: 1) Do I still need to install mysql-4.1.9-win32.zip or it is already installed by mysql-essential-4.1.9-win32? 2) If mysql is installed by only running mysql-essential-4.1.9-win32, how to start it? 3) If mysql can not be installed bby runnning mysql-essential-4.1.9-win32, then what's mysql-essential-4.1.9-win32
MySQL Wont Start
I've just installed MySQL on my computer yesterday and it was running good at the time. Today I boot my computer and It won't load the MySQL service. I've added the MySQL path to the environment variables but that didn't solve the problem. I've attached the .err file below. My system is: PHP 5, MySQL 4.1 Apache 2 I'm conencting to my network with a wireless card if that has anything to do with it. Probaly not since its a local service?
Mysql Server Software Won't Start
Don't worry about this - I got Vertrigo working but don't ask me how. I've turned off ports and stopped services and done all sorts of things that are a mystery to me but the point is that all the components in Vertrigo are now working. I have just started using Kevin Yank's Database Driven ...... Following set up instructions has been fine. When I try to run mysql.exe the dos window pops up and then quickly disappears after a beep. This happens wherever I run it from. There is an error in it but it disappears SO quickly I can't read it. I searched this forum and as a result installed VetrigoServ. Same thing - when I try to run MySql from there - window pops up, loud beep, window disappears. I am running as a Computer Administrator on WinXP Pro. MySql is version 5. I am not at all familar with security settings and ports etc etc in WinXP Pro. I only upgraded to WinXP Pro from WinXP Home last week so that I would have the IIS capability.
|